kolla-ansible/releasenotes/notes/keystone-admin-endpoint-optional-8eb8c9a18085d64e.yaml
Radosław Piliszek ee32736c15 Make Keystone admin endpoint creation optional
The admin endpoint is kept on upgrade to allow the upgrade to
happen (as it allows to rewrite the previous admin endpoint entry
to the new one).

Change-Id: I1c16892bab67f281d539843f1f0fa658df1c4874
Depends-On: https://review.opendev.org/c/openstack/kolla/+/854837
2022-09-26 18:17:39 +00:00

10 lines
422 B
YAML

---
upgrade:
- |
The Keystone's admin endpoint is no longer created by default. Operators
of existing deployments may wish to remove it after the upgrade
completes. Operators having external services relying on the availability
of the Keystone's admin endpoint may set ``keystone_create_admin_endpoint``
to ``true`` to keep creating the admin endpoint but such support will
be removed after Zed.