From 0ac7734e67f615aa2fd15d785b699b8832204e08 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Fri, 15 Jun 2018 10:28:23 -0400 Subject: [PATCH] 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 --- doc/source/cli/nova.rst | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/doc/source/cli/nova.rst b/doc/source/cli/nova.rst index e53f4c1a6..e066955f8 100644 --- a/doc/source/cli/nova.rst +++ b/doc/source/cli/nova.rst @@ -1499,6 +1499,29 @@ Show details about the given flavor. ```` Name or ID of flavor. +nova flavor-update +------------------ + +.. code-block:: console + + usage: nova flavor-update + +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** + +```` + Name or ID of the flavor to update. + +```` + A free form description of the flavor. Limited to 65535 + characters in length. Only printable characters are allowed. + .. _nova_force-delete: nova force-delete