From 730bc2c47ede9eca44b400f74540418765fcab66 Mon Sep 17 00:00:00 2001 From: Takashi NATSUME Date: Tue, 10 Sep 2019 16:27:38 +0900 Subject: [PATCH] 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 --- doc/source/cli/nova.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/source/cli/nova.rst b/doc/source/cli/nova.rst index 007e9686d..11573f7d0 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 `` The last hypervisor of the previous page; displays list of hypervisors after "marker". + (Supported by API versions '2.33' - '2.latest') ``--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: