a95b356f0f
Update module to work with the new schema for authtoken Change-Id: If7eca0a769651b13a996558e6318ac682eff24f6 Closes-Bug: #1604463
13 lines
496 B
YAML
13 lines
496 B
YAML
---
|
|
features:
|
|
- Configure keystonemiddleware in a consistent way with all options required for Keystone v3
|
|
deprecations:
|
|
- zaqar::identity_uri is deprecated in favor of
|
|
zaqar::keystone::authtoken::auth_url
|
|
- zaqar::admin_user is deprecated in favor of
|
|
zaqar::keystone::authtoken::username
|
|
- zaqar::admin_password is deprecated in favor of
|
|
zaqar::keystone::authtoken::password
|
|
- zaqar::admin_tenant_name is deprecated in favor of
|
|
zaqar::keystone::authtoken::project_name
|