Fix note on specifying a specific host for nova

The parsing goes like this in Nova:

1. --availability-zone ZONE (no host or node)
2. --availabllity-zone ZONE:HOST (no node)
3. --availability-zone ZONE::NODE (no host)
4. --availability-zone ZONE:HOST:NODE

So we need to fix the docs to match case #2.

Change-Id: Iedb8d221d0a33f18a7e4e10dff7b35823eef90a7
Closes-Bug: #1673252
This commit is contained in:
Matt Riedemann 2017-03-21 11:25:37 -04:00
parent ae04134649
commit 9696ec9310
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ on this host.
.. note::
HOST and NODE are optional parameters. In such cases,
use the ``--availability-zone ZONE::NODE``,
``--availability-zone ZONE::HOST`` or
``--availability-zone ZONE:HOST`` or
``--availability-zone ZONE``.