puppet-aodh/releasenotes/notes/auth_v3-0be3e28d8b1e1df7.yaml
Emilien Macchi 265c69301d Update auth parameters to support Keystone v3
Update service_credentials and keystone_authtoken parameters to support
Keystone v3 by default.

* Add project_domain_name and user_domain_name, default to default
  domain.
* Add auth_type default to password.
* Deprecate keystone_identity_uri and add auth_url.
* Update tenant_name to project_name, in a transparent way.

See:
http://www.jamielennox.net/blog/2015/02/23/v3-authentication-with-auth-token-middleware/

Change-Id: I32bc862b2d8f654ba5696e5267fdd5d1d6dda6e0
2016-06-21 11:22:37 -04:00

7 lines
202 B
YAML

---
features:
- Update service_credentials and keystone_authtoken parameters to support
Keystone v3 and password auth_type.
deprecations:
- Deprecate keystone_identity_uri from aodh::api class.