python-ironicclient/releasenotes/notes/keystone-token-auth-661a0c0d53c1b4de.yaml
Vladyslav Drok 7226ad44aa Use keystoneauth instead of keystoneclient
This change also enables client to be authenticated via 'token'
keystone auth method, allowing to pass os_auth_token instead of
os_username and os_password.

Closes-bug: #1541411
Closes-bug: #1548907
Change-Id: I9739c95069ebf8d60f8362be154844e74334beb2
2016-03-03 18:07:32 +02:00

6 lines
175 B
YAML

---
features:
- Added a possibility to pass os_auth_token instead of os_username and
os_password to authenticate in keystone both in CLI and in get_client
function.