openstack-ansible-os_glance/releasenotes/notes/glance-swift-store-auth-insecure-1b69e1e3e9ba0b30.yaml
Andy McCrae 847aa11341 Detach glance swift_store_auth_insecure from Keystone
When not using local swift, backed by local keystone, we need the option
to set the swift_storage_auth_insecure to be different to the
keystone_internaluri_auth_insecure value.

This patch sets up it's own glance_swift_store_auth_insecure variable
which defaults to keystone_internaluri_auth_insecure, but can be
changed.

Change-Id: Ib9da0d1f94ea1cd46aa91a1fce0e97070f402693
2016-11-28 14:51:01 +00:00

8 lines
297 B
YAML

---
features:
- Set the ``glance_swift_store_auth_insecure`` variable
to override the ``swift_store_auth_inscure`` value in
``/etc/glance/glance-api.conf``. Set this value when
using an external Swift store that does not have the
same ``insecure`` setting as the local Keystone.