kolla-ansible/ansible/roles/glance/templates
goldyfruit c20cf01872 filesystem_store_datadir should not be set when external Ceph is used
When an external Ceph cluster is used, the "filesystem_store_datadir"
option is set in the "glance-api.conf" configuration file.

It should not, it's because of this condition:

  {% elif enable_ceph | bool and glance_backend_ceph | bool %}

When external Ceph cluster is used "enable_ceph" is false and
"glance_backend_ceph" is true.

glance_backend_ceph variable should be enought for this condition.

Change-Id: I2a2ab420727888cfd9fcbc4bd30a08410163b36e
Closes-Bug: #1718728
2017-09-21 12:40:23 -04:00
..
glance-api.conf.j2 filesystem_store_datadir should not be set when external Ceph is used 2017-09-21 12:40:23 -04:00
glance-api.json.j2 Add Swift backend support to Glance 2017-08-17 05:43:05 +00:00
glance-registry.conf.j2 Remove all kolla-kubernetes configurations 2017-07-18 22:00:58 +08:00
glance-registry.json.j2 Add custom policies in service.json 2016-12-02 16:22:17 +00:00
glance-swift.conf.j2 Add Swift backend support to Glance 2017-08-17 05:43:05 +00:00