Merge "filesystem_store_datadir should not be set when external Ceph is used"

This commit is contained in:
Jenkins 2017-09-26 07:08:25 +00:00 committed by Gerrit Code Review
commit 31ee451bec

View File

@ -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