puppet-cinder/releasenotes/notes/configure-auth_strategy-f8005172e383ec94.yaml
James Slagle d33c1e8945 Configure auth_strategy
auth_strategy was never configured in cinder.conf, even though the
module has a variable for it, which makes one think you can use
hieradata to make it confiigurable.

This patch will configure the specified value in cinder.conf.

Change-Id: I248b5c4de37ae36a9b142f95eb2d4afa5406df14
Closes-Bug: #1708012
2017-08-01 16:37:33 -04:00

5 lines
124 B
YAML

---
fixes:
- auth_strategy will now be configured in cinder.conf
with the value passed for cinder::api::auth_strategy