Use initial maps for supported network and volume drivers
Change-Id: I03e934082261a64679e1ebba0ed742e0d26fc206
This commit is contained in:
parent
80e75cb8b0
commit
a3bf615ca3
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user