summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 e53f4c1a..e066955f 100644
--- a/doc/source/cli/nova.rst
+++ b/doc/source/cli/nova.rst
@@ -1499,6 +1499,29 @@ Show details about the given flavor.
``<flavor>``
Name or ID of flavor.
+nova flavor-update
+------------------
+
+.. code-block:: console
+
+ usage: nova flavor-update <flavor> <description>
+
+Update the description of an existing flavor.
+(Supported by API versions '2.55' - '2.latest')
+[hint: use '--os-compute-api-version' flag to show help message for proper
+version]
+
+.. versionadded:: 10.0.0
+
+**Positional arguments**
+
+``<flavor>``
+ Name or ID of the flavor to update.
+
+``<description>``
+ A free form description of the flavor. Limited to 65535
+ characters in length. Only printable characters are allowed.
+
.. _nova_force-delete:
nova force-delete