diff --git a/ansible/roles/glance/templates/glance-api.conf.j2 b/ansible/roles/glance/templates/glance-api.conf.j2 index a68e1d9cd0..540838e19c 100644 --- a/ansible/roles/glance/templates/glance-api.conf.j2 +++ b/ansible/roles/glance/templates/glance-api.conf.j2 @@ -43,7 +43,7 @@ flavor = keystone [glance_store] {% if glance_backend_vmware | bool %} default_store = vsphere -{% elif enable_ceph | bool and glance_backend_ceph | bool %} +{% elif glance_backend_ceph | bool %} default_store = rbd {% elif enable_swift | bool and glance_backend_swift | bool %} default_store = swift+http