puppet-glance/releasenotes/notes/glance-swift-v3-572d506977688377.yaml
Dan Prince 006c32a38f Add options to set swift auth domains
We need options to be able to set the user and project domain
when using keystone v3 credentials for the swift backend. Without
these options keystone v3 swift will fail.

Change-Id: Id384b0eca750e0946b42cb8ccb60a7f9ed64d21a
2016-04-01 14:16:12 -04:00

12 lines
431 B
YAML

---
upgrade:
- Glance users who wish to configure the Swift backend
can make use of swift_store_auth_project_domain_id and
swift_store_auth_user_domain_id to configure the required
keystone domain settings.
fixes:
- Previously glance swift authentication would work only
with keystone auth <= 2. This fix allows you to properly
configured the (required) keystone domains for keystone
v3 authentication.