a3a66b9b8f
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
15 lines
657 B
YAML
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.
|