Skip to content

Commit bf52ae5

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Fix docs from I0dc80bee3ba6ff4ec8cc3fc113b6de7807e0bf2a"
2 parents e4bbc3c + 7e8c55f commit bf52ae5

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

doc/source/cli/command-objects/flavor.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@ Create new flavor
7979

8080
.. option:: --description <description>
8181

82-
Description to add for this flavor
82+
Description to add for this flavor. Only available starting with
83+
``--os-compute-api-version 2.55``.
8384

8485
.. _flavor_create-flavor-name:
8586
.. describe:: <flavor-name>
@@ -176,7 +177,8 @@ Set flavor properties
176177

177178
.. option:: --description <description>
178179

179-
Set description to this flavor
180+
Description to set for this flavor. Only available starting with
181+
``--os-compute-api-version 2.55``.
180182

181183
.. describe:: <flavor>
182184

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
features:
33
- Add ``--description`` option to ``flavor set`` command to update the
4-
description of the server.
4+
description of the flavor. Only available starting with
5+
``--os-compute-api-version 2.55``.
56
- Add ``--description`` option to ``flavor create`` command to set the
6-
description of the server.
7+
description of the flavor. Only available starting with
8+
``--os-compute-api-version 2.55``.

0 commit comments

Comments
 (0)