Merge "filesystem_store_datadir should not be set when external Ceph is used"
This commit is contained in:
commit
31ee451bec
@ -43,7 +43,7 @@ flavor = keystone
|
|||||||
[glance_store]
|
[glance_store]
|
||||||
{% if glance_backend_vmware | bool %}
|
{% if glance_backend_vmware | bool %}
|
||||||
default_store = vsphere
|
default_store = vsphere
|
||||||
{% elif enable_ceph | bool and glance_backend_ceph | bool %}
|
{% elif glance_backend_ceph | bool %}
|
||||||
default_store = rbd
|
default_store = rbd
|
||||||
{% elif enable_swift | bool and glance_backend_swift | bool %}
|
{% elif enable_swift | bool and glance_backend_swift | bool %}
|
||||||
default_store = swift+http
|
default_store = swift+http
|
||||||
|
Loading…
Reference in New Issue
Block a user