3cb42390f1
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
14 lines
614 B
YAML
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.
|