tripleo-heat-templates/releasenotes/notes/rename-admin-token-ae1b694f063035c8.yaml
Takashi Kajinami 681fa9a223 Rename AdminToken to KeystonePassword
The AdminToken parameter is no longer used as admin token since we
removed usage of admin token in keystone, but used only as a password
of the keystone user.
This change renames the parameter to make it consistent with the other
parameters.

Change-Id: I5c0ac76cedfbfa54caff6d45f8af1ca908551b04
2021-07-05 11:22:35 +09:00

6 lines
134 B
YAML

---
deprecations:
- |
The ``AdminToken`` parameter has been deprecated.
Use the new ``KeystonePassword`` parameter instead.