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
..
2017-07-26 04:11:54 +00:00
2017-07-23 03:09:00 +00:00
2017-07-26 03:38:05 +00:00
2017-07-12 01:56:12 +00:00
2017-08-29 12:34:31 +02:00
2017-09-04 13:45:12 +01:00
2017-07-12 01:56:12 +00:00
2017-07-12 01:56:12 +00:00
2017-08-16 10:29:05 +00:00
2017-07-20 11:27:51 +00:00
2017-09-13 18:39:30 +03:00
2017-07-12 01:56:12 +00:00
2017-08-03 07:39:38 -07:00
2017-07-12 01:56:12 +00:00
2017-08-21 17:08:52 +01:00
2017-07-12 01:56:12 +00:00
2017-09-04 17:19:03 +08:00
2017-08-17 17:22:28 +02:00
2017-07-12 01:56:12 +00:00
2017-08-02 22:26:28 -04:00