Merge "Add config option to user documentation"

This commit is contained in:
Zuul 2018-07-05 01:16:40 +00:00 committed by Gerrit Code Review
commit 6c3b7cb603
1 changed files with 7 additions and 0 deletions

View File

@ -219,6 +219,13 @@ using the :program:`openstack cluster create` command line, you can use the
option :option:`--timeout <TIMEOUT>` to specify the default time out in number
of seconds. This value would be the global setting for the cluster.
You can use the option :option:`--config` to pass in key-value pairs to the
cluster to be created. The following config properties are supported:
- ``node.name.format``: Specify how cluster nodes are automatically named.
The value can contain placeholders like ``$nI`` for node index padded with
n number of zeros to the left, or ``$nR`` for random string of length n.
Showing Details of a Cluster
~~~~~~~~~~~~~~~~~~~~~~~~~~~~