keystone/releasenotes/notes/bootstrap-update-endpoint-7a63a2329822b6e7.yaml
Eric Brown a3a66b9b8f Support endpoint updates in bootstrap
The current bootstrap command does not update the endpoints, but
does update many other settings.

It's very convenient to have a way to update endpoints from the
bootstrap command. One such use case is when bootstrap is run from
a configuration management tool such as ansible, and the endpoint
URLs need to be updated.

Change-Id: I2b1cb53701c3e5fb2d91c14d9c792beadd1dbbc2
2019-04-15 12:25:51 -07:00

15 lines
657 B
YAML

---
features:
- |
The ``keystone-manage bootstrap`` command can now be used to update
existing endpoints idempotently, which is useful in conjunction with
configuration management tools that use this command for both
initialization and lifecycle management of keystone.
upgrade:
- |
The ``keystone-manage bootstrap`` command will now update existing
endpoints rather than skipping them if they already exist but are different
from the values provided to the command. This is useful in conjunction with
configuration management tools that use this command for both
initialization and lifecycle management of keystone.