openstack-ansible-os_cinder/releasenotes/notes/cinder-auth-stragety-02ca99f48ad7739b.yaml
Ivan Kolodyazhny fe32f9f169 Make Cinder Auth Strategy configurable
Cinder supports both noauth and keystone auth mode. This patch adds
cinder_auth_strategy variable to have abililty to configure Cinder's
auth strategy

Change-Id: I7454c9340aff06628aa438301106f2ae8897765c
2017-04-20 16:13:16 +00:00

6 lines
150 B
YAML

---
features:
- |
Added ``cinder_auth_strategy`` variable to configure Cinder's auth
strategy since Cinder can work in noauth mode as well.