bifrost/releasenotes/notes/bifrost-role-auth-support-ea6b5571cd339aa2.yaml
Julia Kreger 3cb42390f1 Correct release note location
Apparently a release note got put in the wrong location, and we need
to fix that.  Additionally this commit serves as a canary test for
an python-ironicclient change in terms of client auth handling.

Change-Id: I7f4626c3fd975c709e8183d4deb9be2ed30e063b
2016-02-22 13:15:49 +00:00

14 lines
614 B
YAML

---
features:
- Allows to choose to leverage authenticaiton with roles that
interact with ironic services via ansible modules. This is
limited to sessions that obtain authentication information
via os-client-config. The role defaults ultimately remain
unchanged and default to noauth mode. More information on
os-client-config can be found at:
http://docs.openstack.org/developer/os-client-config/
issues:
- Users wishing to utilize authentication without leveraging
os-client-config, will need to manually update the playbooks
in order to set the appropriate module settings.