doc: Add support microversions for options

Add descriptions of support microversions for the '--marker' option
and the '--limit' option in the 'nova hypervisor-list' command
in the CLI reference.

Change-Id: Ie25e848b51fd0220e318393db123c97b4a642091
Closes-Bug: #1616450
This commit is contained in:
Takashi NATSUME 2019-09-10 16:27:38 +09:00
parent cd396b8b61
commit 730bc2c47e
1 changed files with 2 additions and 0 deletions

View File

@ -1841,11 +1841,13 @@ List hypervisors. (Supported by API versions '2.0' - '2.latest') [hint: use
``--marker <marker>``
The last hypervisor of the previous page; displays
list of hypervisors after "marker".
(Supported by API versions '2.33' - '2.latest')
``--limit <limit>``
Maximum number of hypervisors to display. If limit is
bigger than 'CONF.api.max_limit' option of Nova API,
limit 'CONF.api.max_limit' will be used instead.
(Supported by API versions '2.33' - '2.latest')
.. _nova_hypervisor-servers: