File: add-keystone-bootstrap-class-43e975beae3ec88b.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 (19 lines) | stat: -rw-r--r-- 894 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
features:
  - |
    Added keystone::bootstrap class.
upgrade:
  - |
    Now that the keystone::endpoint and keystone::roles::admin classes is deprecated
    and has no effect deployments must define the new keystone::bootstrap class with
    the proper data that was earlier passed to those classes. Please go through the
    parameters in keystone::bootstrap carefully and define the class.
  - |
    If you are using a multi-domain setup where you previously relied on keystone::endpoint
    and/or keystone::roles::admin to create your domains and domain scoped admin accounts
    the keystone::bootstrap does not do this and you need to ensure this is managed in your
    deployment using the keystone provider resources.
deprecations:
  - |
    The keystone::endpoint and keystone::roles::admin classes is now deprecated
    and has no effect. Please read the upgrade notes carefully!