Merge "Fix docs from I0dc80bee3ba6ff4ec8cc3fc113b6de7807e0bf2a"

This commit is contained in:
Zuul 2018-07-13 15:37:54 +00:00 committed by Gerrit Code Review
commit bf52ae5a58
2 changed files with 8 additions and 4 deletions

View File

@ -79,7 +79,8 @@ Create new flavor
.. option:: --description <description>
Description to add for this flavor
Description to add for this flavor. Only available starting with
``--os-compute-api-version 2.55``.
.. _flavor_create-flavor-name:
.. describe:: <flavor-name>
@ -176,7 +177,8 @@ Set flavor properties
.. option:: --description <description>
Set description to this flavor
Description to set for this flavor. Only available starting with
``--os-compute-api-version 2.55``.
.. describe:: <flavor>

View File

@ -1,6 +1,8 @@
---
features:
- Add ``--description`` option to ``flavor set`` command to update the
description of the server.
description of the flavor. Only available starting with
``--os-compute-api-version 2.55``.
- Add ``--description`` option to ``flavor create`` command to set the
description of the server.
description of the flavor. Only available starting with
``--os-compute-api-version 2.55``.