File: admin_password_parameter-df9a4b5056fedd44.yaml

package info (click to toggle)
puppet-module-keystone 13.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,576 kB
  • sloc: ruby: 10,066; pascal: 916; python: 40; makefile: 17; sh: 15
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.