From 7e8c55fa1bbc5f44b9233602786c22d6019eef22 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Thu, 28 Jun 2018 14:00:49 -0400 Subject: 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 --- doc/source/cli/command-objects/flavor.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'doc/source/cli/command-objects') diff --git a/doc/source/cli/command-objects/flavor.rst b/doc/source/cli/command-objects/flavor.rst index 2d946de3..f22463b7 100644 --- a/doc/source/cli/command-objects/flavor.rst +++ b/doc/source/cli/command-objects/flavor.rst @@ -79,7 +79,8 @@ Create new flavor .. option:: --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:: @@ -176,7 +177,8 @@ Set flavor properties .. option:: --description - Set description to this flavor + Description to set for this flavor. Only available starting with + ``--os-compute-api-version 2.55``. .. describe:: -- cgit v1.2.1