e421e3ad9c
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
12 lines
371 B
YAML
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.
|