Merge "Use initial maps for supported network and volume drivers"

This commit is contained in:
Zuul 2018-10-02 04:50:16 +00:00 committed by Gerrit Code Review
commit 95f521e543
1 changed files with 2 additions and 10 deletions

View File

@ -331,11 +331,7 @@
{
key: 'volume_driver',
type: 'select',
titleMap: [
{value: '', name: gettext('Choose a Volume Driver')},
{value: 'cinder', name: gettext('Cinder')},
{value: 'rexray', name: gettext('Rexray')}
]
titleMap: supportedVolumeDrivers.initial
}
]
},
@ -393,11 +389,7 @@
{
key: 'network_driver',
type: 'select',
titleMap: [
{value: "", name: gettext("Choose a Network Driver")},
{value: "docker", name: gettext("Docker")},
{value: "flannel", name: gettext("Flannel")}
]
titleMap: supportedNetworkDrivers.initial
},
{
key: 'http_proxy'