File: admin_password_parameter-df9a4b5056fedd44.yaml

package info (click to toggle)
puppet-module-keystone 25.0.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,428 kB
  • sloc: ruby: 9,684; pascal: 295; python: 38; makefile: 10; sh: 10
file content (9 lines) | stat: -rw-r--r-- 402 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
---
features:
  - admin_password is now an argument to the main class.
    This is needed because keystone-manage bootstrap
    should be taking the admin_password, not the admin_token.
    The admin_password will initially default to the
    value of the admin_token, but the admin_token is
    on a path to deprecation and is already deprecated
    in Keystone itself, so do not rely on the default.