Fix vlan label - added `(default)`

Closes-bug: #1403108

Change-Id: I9f88345329aae9d81fb853acf74dfa4de7668a57
This commit is contained in:
Alexandra Morozova 2014-12-16 18:15:52 +01:00
parent cdaa9389ac
commit dc621c96e3
1 changed files with 1 additions and 1 deletions

View File

@ -538,7 +538,7 @@
"nova_network_description": "Choose this option if you use VMware vCenter or require different subnets for public and floating IP addresses. Note that OpenStack is moving to deprecate nova-network in upcoming releases.",
"neutr_gre": "Neutron with GRE segmentation",
"neutr_gre_description": "The networking equipment must support GRE segmentation. This option supports up to 65535 networks.",
"neutr_vlan": "Neutron with VLAN segmentation",
"neutr_vlan": "Neutron with VLAN segmentation (default)",
"neutr_vlan_description": "The networking equipment must be configured for VLAN segmentation. This option supports up to 4095 networks.",
"neutr_nsx": "Neutron with VMware NSX",
"neutr_nsx_description": "This option requires VMware NSX to be installed and configured."