Fix setting the key of default manila share-type failed
Change-Id: I5ad65822e48288106391601c029e515aa95f9310 Closes-Bug: 1699385
This commit is contained in:
parent
5f5680fcb2
commit
4ce873ac6d
@ -41,7 +41,7 @@ enable_service s-proxy s-object s-container s-account
|
||||
enable_plugin manila https://git.openstack.org/openstack/manila master
|
||||
|
||||
MANILA_USE_SERVICE_INSTANCE_PASSWORD=True
|
||||
MANILA_DEFAULT_SHARE_TYPE_EXTRA_SPECS="'snapshot_support=True create_share_from_snapshot_support=True'"
|
||||
MANILA_DEFAULT_SHARE_TYPE_EXTRA_SPECS="snapshot_support=True create_share_from_snapshot_support=True"
|
||||
|
||||
Q_PLUGIN=ml2
|
||||
ENABLE_TENANT_VLANS=True
|
||||
@ -49,4 +49,4 @@ ML2_VLAN_RANGES=physnet1:100:200
|
||||
PHYSICAL_NETWORK=physnet1
|
||||
OVS_PHYSICAL_BRIDGE=br-eth1
|
||||
Q_ML2_PLUGIN_MECHANISM_DRIVERS=openvswitch
|
||||
Q_ML2_PLUGIN_TYPE_DRIVERS=flat,vlan,vxlan
|
||||
Q_ML2_PLUGIN_TYPE_DRIVERS=flat,vlan,vxlan
|
||||
|
Loading…
Reference in New Issue
Block a user