Skip to content

Commit c55cdbc

Browse files
authored
Merge pull request #2102 from vuntz/no-zvm
nova, neutron: Hide the ZVM attributes
2 parents 1fe28e7 + 97d2994 commit c55cdbc

File tree

4 files changed

+0
-46
lines changed

4 files changed

+0
-46
lines changed

crowbar_framework/app/views/barclamp/neutron/_edit_attributes.html.haml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -151,17 +151,6 @@
151151
= integer_field %w(f5 max_namespaces_per_tenant)
152152
= boolean_field %w(f5 route_domain_strictness)
153153

154-
%fieldset
155-
%legend
156-
= t(".zvm_header")
157-
158-
= string_field %w(zvm zvm_xcat_server)
159-
= string_field %w(zvm zvm_xcat_username)
160-
= password_field %w(zvm zvm_xcat_password)
161-
= string_field %w(zvm zvm_physnet_rdev)
162-
= string_field %w(zvm xcat_mgt_ip)
163-
= string_field %w(zvm xcat_mgt_mask)
164-
165154
%fieldset
166155
%legend
167156
= t(".ssl_header")

crowbar_framework/app/views/barclamp/nova/_edit_attributes.html.haml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -54,21 +54,6 @@
5454
= boolean_field %w(vcenter insecure)
5555
= string_field %w(vcenter vnc_keymap)
5656

57-
%fieldset
58-
%legend
59-
= t(".zvm_header")
60-
61-
= string_field %w(zvm zvm_xcat_server)
62-
= string_field %w(zvm zvm_xcat_username)
63-
= password_field %w(zvm zvm_xcat_password)
64-
= string_field %w(zvm zvm_diskpool)
65-
= select_field %w(zvm zvm_diskpool_type), :collection => :zvm_diskpool_types
66-
= string_field %w(zvm zvm_host)
67-
= string_field %w(zvm zvm_user_profile)
68-
= string_field %w(zvm zvm_scsi_pool)
69-
= string_field %w(zvm zvm_xcat_master)
70-
= string_field %w(zvm zvm_xcat_ssh_key)
71-
7257
%fieldset
7358
%legend
7459
= t(".ssl_header")

crowbar_framework/config/locales/neutron/en.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -85,14 +85,6 @@ en:
8585
controllers: 'VMware NSX Controllers'
8686
tz_uuid: 'UUID of the NSX Transport Zone'
8787
l3_gw_uuid: 'UUID of the NSX Gateway Service'
88-
zvm_header: 'z/VM Configuration'
89-
zvm:
90-
zvm_xcat_server: 'xCAT Host/IP Address'
91-
zvm_xcat_username: 'xCAT Username'
92-
zvm_xcat_password: 'xCAT Password'
93-
zvm_physnet_rdev: 'rdev list for physnet1 vswitch uplink (if available)'
94-
xcat_mgt_ip: 'xCAT IP Address on Management Network'
95-
xcat_mgt_mask: 'Net Mask of Management Network'
9688
ssl_header: 'SSL Support'
9789
api:
9890
protocol: 'Protocol'

crowbar_framework/config/locales/nova/en.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -52,18 +52,6 @@ en:
5252
insecure: 'vCenter SSL Certificate is insecure (for instance, self-signed)'
5353
vnc_keymap: 'Keymap'
5454
vmware_cluster_hint: 'A comma-separated list of cluster names'
55-
zvm_header: 'z/VM Configuration'
56-
zvm:
57-
zvm_xcat_server: 'xCAT Host/IP Address'
58-
zvm_xcat_username: 'xCAT Username'
59-
zvm_xcat_password: 'xCAT Password'
60-
zvm_diskpool: 'z/VM disk pool for ephemeral disks'
61-
zvm_diskpool_type: 'z/VM disk pool type for ephemeral disks (ECKD or FBA)'
62-
zvm_host: 'z/VM Host Managed By xCAT MN'
63-
zvm_scsi_pool: 'Default zFCP SCSI Disk Pool'
64-
zvm_user_profile: 'User profile for creating a z/VM userid'
65-
zvm_xcat_master: 'The xCAT MN node name'
66-
zvm_xcat_ssh_key: 'The xCAT MN node public SSH key'
6755
ssl_header: 'SSL Support'
6856
ssl:
6957
enabled: 'Protocol'

0 commit comments

Comments
 (0)