summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakashi NATSUME <natsume.takashi@lab.ntt.co.jp>2019-09-10 16:27:38 +0900
committerTakashi NATSUME <natsume.takashi@lab.ntt.co.jp>2019-09-10 16:34:02 +0900
commit730bc2c47ede9eca44b400f74540418765fcab66 (patch)
treecd5c2ef36ec81ce8f5f613dc4ec173aa887dee32
parentcd396b8b61ed7496f4166a2237b27aa0a138f6e5 (diff)
downloadpython-novaclient-730bc2c47ede9eca44b400f74540418765fcab66.tar.gz
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
-rw-r--r--doc/source/cli/nova.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/source/cli/nova.rst b/doc/source/cli/nova.rst
index 007e9686..11573f7d 100644
--- a/doc/source/cli/nova.rst
+++ b/doc/source/cli/nova.rst
@@ -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: