Skip to content

Commit 7e8c55f

Browse files
committed
Fix docs from I0dc80bee3ba6ff4ec8cc3fc113b6de7807e0bf2a
The CLI usage docs should mention the microversion restriction for creating a flavor with a description and setting a description on a flavor. Also, the release note talks about setting the server description on the flavor commands (wrong resource). Change-Id: I93af3da9a0be62395a1c719fd1dcbfd2b669580d Story: 2002196 Task: 22607
1 parent 3493948 commit 7e8c55f

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)