File: remove-deprecated-bootstrap-2b81ba7a7b0b4d5d.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 (11 lines) | stat: -rw-r--r-- 371 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
---
upgrade:
  - |
    The classes keystone::endpoint and keystone::roles::admin is removed, use
    the new keystone::bootstrap class directly.
  - |
    The password parameter in keystone::bootstrap is required and does not
    default to undef.
  - |
    The deprecated parameters admin_token, admin_password and enable_bootstrap
    in the keystone class is removed.