From 4a68ba625ce39de6e6d260ff06e0b0d88512f794 Mon Sep 17 00:00:00 2001 From: tianhui Date: Thu, 14 Jun 2018 18:20:04 +0800 Subject: Compute: Add description support for flavor Co-Authored-By: Fan Zhang Change-Id: I0dc80bee3ba6ff4ec8cc3fc113b6de7807e0bf2a Story: 2002196 Task: 21681 --- doc/source/cli/command-objects/flavor.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'doc/source/cli') diff --git a/doc/source/cli/command-objects/flavor.rst b/doc/source/cli/command-objects/flavor.rst index 1cbd2df3..2d946de3 100644 --- a/doc/source/cli/command-objects/flavor.rst +++ b/doc/source/cli/command-objects/flavor.rst @@ -24,6 +24,7 @@ Create new flavor [--property [...] ] [--project ] [--project-domain ] + [--description ] .. option:: --id @@ -76,6 +77,10 @@ Create new flavor Domain the project belongs to (name or ID). This can be used in case collisions between project names exist. +.. option:: --description + + Description to add for this flavor + .. _flavor_create-flavor-name: .. describe:: @@ -148,6 +153,7 @@ Set flavor properties [--property [...] ] [--project ] [--project-domain ] + [--description ] .. option:: --property @@ -168,6 +174,10 @@ Set flavor properties Remove all properties from this flavor (specify both --no-property and --property to remove the current properties before setting new properties.) +.. option:: --description + + Set description to this flavor + .. describe:: Flavor to modify (name or ID) -- cgit v1.2.1