b8515bc3e4
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
8 lines
280 B
YAML
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.
|