summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Riedemann <mriedem.os@gmail.com>2018-06-15 10:28:23 -0400
committerMatt Riedemann <mriedem.os@gmail.com>2018-06-15 10:28:23 -0400
commit0ac7734e67f615aa2fd15d785b699b8832204e08 (patch)
treed703e6228b3712fbd5a366ac51eafae13170e4da
parent7759b4b46d5834e2bbe7c40265c2d2635eb48243 (diff)
downloadpython-novaclient-0ac7734e67f615aa2fd15d785b699b8832204e08.tar.gz
Add CLI docs reference for flavor-update
When the flavor-update command was added, we didn't have the CLI docs in-tree so this was missed. Change-Id: I3d5da9ac206d82b3fb3c51fa0872a3bae69d0a7e
-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