Files
puppet-mistral/releasenotes/notes/keystone_authtoken-4eefe6058143c876.yaml
Emilien Macchi 841efecd6d Add support for Keystone authtoken
Like other modules, add support to deploy authtoken options in a
backward compatible way.

See the release note for deprecations.

Change-Id: I217b79709e1cc39c378266ffa70bed08e88566f7
Depends-On: I884777826d6ed40d58f75ec5dfba93a876752dfe
2017-06-20 21:08:04 +00:00

11 lines
597 B
YAML

---
features:
- Configure keystonemiddleware in a consistent way with all options required
for Keystone v3.
deprecations:
- mistral::keystone_tenant is deprecated in favor of mistral::keystone::authtoken::project_name.
- mistral::keystone_user is deprecated in favor of mistral::keystone::authtoken::username.
- mistral::keystone_password is deprecated in favor of mistral::keystone::authtoken::password.
- mistral::identity_uri is deprecated in favor of mistral::keystone::authtoken::auth_url.
- mistral::auth_uri is deprecated in favor of mistral::keystone::authtoken::auth_uri.