puppet-keystone/releasenotes/notes/keystone-bootstrap-flag-9eac9280f6f6d7ed.yaml
Takashi Kajinami b8515bc3e4 Add a new parameter to enable/disable bootstrap
This change introduces a new parameter to enable/disable bootstrap
command by the keystone::bootstrap command. This parameter is useful
expecially in the deployment with multiple controller nodes, and we
can run bootstrap command on only one of the controller nodes while
we generate puppet.conf on all controller nodes, so that we can use
openstack providers in all controller nodes.

Change-Id: If049e33fefc2681d2f4340f5910402b07e6e286f
2020-10-20 20:30:47 +09:00

8 lines
280 B
YAML

---
features:
- |
The new ``keystone::bootstrap::bootstrap`` parameter has been added, to
disable ``keystone-manage bootstrap`` command. This is useful to generate
``/etc/keystone/puppet.conf`` on multiple nodes while running bootstrap
command on a single node.