File: keystone_authtoken-4eefe6058143c876.yaml

package info (click to toggle)
puppet-module-mistral 25.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,004 kB
  • sloc: ruby: 2,093; python: 38; makefile: 11; sh: 10
file content (10 lines) | stat: -rw-r--r-- 597 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
---
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.