diff options
| author | Zuul <zuul@review.openstack.org> | 2018-07-19 01:39:08 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2018-07-19 01:39:08 +0000 |
| commit | 839da6fec02182fa3c6d51460099ac4f7ebb500d (patch) | |
| tree | 24b87cf68a964c64eaec5e6ef8678f58ffac17ac /doc/source/cli | |
| parent | 32a3244bb4879f5c0ea430de6fac284b2a987441 (diff) | |
| parent | 6c398058a6234e3a59822bbcd9ca5d3d05107e96 (diff) | |
| download | python-novaclient-839da6fec02182fa3c6d51460099ac4f7ebb500d.tar.gz | |
Merge "Microversion 2.64 - Use new format policy in server group"
Diffstat (limited to 'doc/source/cli')
| -rw-r--r-- | doc/source/cli/nova.rst | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/doc/source/cli/nova.rst b/doc/source/cli/nova.rst index 14f63c4c..6f02dcac 100644 --- a/doc/source/cli/nova.rst +++ b/doc/source/cli/nova.rst @@ -2951,7 +2951,7 @@ nova server-group-create .. code-block:: console - usage: nova server-group-create <name> <policy> + usage: nova server-group-create [--rules <key=value>] <name> <policy> Create a new server group with the specified details. @@ -2961,7 +2961,15 @@ Create a new server group with the specified details. Server group name. ``<policy>`` - Policies for the server groups. + Policy for the server groups. + +``--rule`` + Policy rules for the server groups. (Supported by API versions + '2.64' - '2.latest'). Currently, only the ``max_server_per_host`` rule + is supported for the ``anti-affinity`` policy. The ``max_server_per_host`` + rule allows specifying how many members of the anti-affinity group can + reside on the same compute host. If not specified, only one member from + the same anti-affinity group can reside on a given host. .. _nova_server-group-delete: |
