summaryrefslogtreecommitdiff
path: root/doc/source/cli/nova.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/cli/nova.rst')
-rw-r--r--doc/source/cli/nova.rst23
1 files changed, 23 insertions, 0 deletions
diff --git a/doc/source/cli/nova.rst b/doc/source/cli/nova.rst
index dcd24be9..ab310758 100644
--- a/doc/source/cli/nova.rst
+++ b/doc/source/cli/nova.rst
@@ -472,6 +472,9 @@ nova usage
'--os-compute-api-version' flag to show help
message for proper version]
+``server-topology``
+ Retrieve NUMA topology of the given server.
+
``service-delete``
Delete the service.
@@ -3358,6 +3361,26 @@ version]
``<tags>``
Tag(s) to set.
+.. _nova_server_topology:
+
+nova server-topology
+--------------------
+
+.. code-block:: console
+
+ usage: nova server-topology <server>
+
+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
+
+**Positional arguments:**
+
+``<server>``
+ Name or ID of server.
+
.. _nova_service-delete:
nova service-delete