Fix the label and description of ML2 driver

Make the UI text more understandable for ML2

Change-Id: If60a5444e800b96803fa117e9d3dad6ab8d164aa
Closes-Bug: 1535770
This commit is contained in:
Anton Zemlyanov 2016-01-29 15:46:26 +03:00 committed by Vitaly Kramskikh
parent 3dbc827430
commit e86d25bdfe
3 changed files with 6 additions and 3 deletions

View File

@ -1689,6 +1689,9 @@
weight: 1000
label: "dialog.create_cluster_wizard.network.neutron_ml2"
description: "dialog.create_cluster_wizard.network.neutron_ml2_description"
compatible:
- name: hypervisor:*
- name: network:neutron:ml2:*
- name: network:neutron:ml2:vlan
default: true
bind: !!pairs

View File

@ -3068,7 +3068,7 @@ input[type=range] {
}
}
.ml2 {
margin-left: 40px;
margin-left: 27px;
}
}
}

View File

@ -874,8 +874,8 @@
"neutron_vlan": "Neutron with VLAN segmentation (default)",
"neutron_vlan_description": "Your network hardware must be configured for VLAN segmentation. This option supports up to 4095 networks.",
"neutron_tun_description": "By default VXLAN tunnels will be used. This option supports millions of tenant data networks.",
"neutron_ml2": "ML2 plugin",
"neutron_ml2_description": "Core ML2 plugin",
"neutron_ml2": "Neutron with ML2 plugin",
"neutron_ml2_description": "Framework that enables simultaneous utilization of the layer 2 networking technologies through drivers.",
"vlan_tun_alert": "VLAN and tunneling are mutually exclusive.",
"ml2_empty_choice": "Please select at least one ML2 driver"
},