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
This commit is contained in:
Matt Riedemann 2018-06-15 10:28:23 -04:00
parent 7759b4b46d
commit 0ac7734e67
1 changed files with 23 additions and 0 deletions

View File

@ -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