puppet-keystone/releasenotes/notes/remove-deprecated-bootstrap-2b81ba7a7b0b4d5d.yaml
Tobias Urdin e421e3ad9c Remove deprecated bootstrap code
Removes all the deprecated code related to
the old admin token and bootstrap usage in
favor of the new keystone::bootstrap class.

Change-Id: Ic339b88708eb98a067530b9741301c3f2dafddd5
2020-06-18 18:25:55 +02:00

12 lines
371 B
YAML

---
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.