
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
11 lines
597 B
YAML
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.
|