From ed98fdba412593ff3374e97327f40260d79f76bd Mon Sep 17 00:00:00 2001 From: Takashi NATSUME Date: Wed, 6 Nov 2019 07:49:32 +0900 Subject: doc: Fix supported version descriptions Fix the version that the 'nova server-topology' command was added. Add some missing descriptions about supported versions. Change-Id: I32f9eca87c90211b0172b040649aad105298846b Closes-Bug: #1851443 --- doc/source/cli/nova.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/source/cli/nova.rst b/doc/source/cli/nova.rst index fd8dbc4d..84c441bd 100644 --- a/doc/source/cli/nova.rst +++ b/doc/source/cli/nova.rst @@ -75,6 +75,7 @@ nova usage ``aggregate-cache-images`` Request images be pre-cached on hosts within an aggregate. + (Supported by API versions '2.81' - '2.latest') ``aggregate-create`` Create a new aggregate with the specified @@ -466,6 +467,7 @@ nova usage ``server-topology`` Retrieve NUMA topology of the given server. + (Supported by API versions '2.78' - '2.latest') ``service-delete`` Delete the service. @@ -769,6 +771,9 @@ nova aggregate-cache-images usage: nova aggregate-cache-images [ ..] Request image(s) be pre-cached on hosts within the aggregate. +(Supported by API versions '2.81' - '2.latest') + +.. versionadded:: 16.0.0 **Positional arguments:** @@ -3357,7 +3362,7 @@ Retrieve server NUMA topology information. Host specific fields are only visible to users with the administrative role. (Supported by API versions '2.78' - '2.latest') -.. versionadded:: 16.0.0 +.. versionadded:: 15.1.0 **Positional arguments:** -- cgit v1.2.1