diff options
| author | Zuul <zuul@review.openstack.org> | 2018-06-28 17:26:03 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2018-06-28 17:26:03 +0000 |
| commit | 7b8873dc6b9b9248996b766c8dedbc600b5129d4 (patch) | |
| tree | cc3e4a2b23ddb39cc8581061fbaf57c90277c538 /doc/source/cli | |
| parent | ddcc25e7f3e16ec4a1eef6302d7f12a07869615c (diff) | |
| parent | 4a68ba625ce39de6e6d260ff06e0b0d88512f794 (diff) | |
| download | python-openstackclient-7b8873dc6b9b9248996b766c8dedbc600b5129d4.tar.gz | |
Merge "Compute: Add description support for flavor"
Diffstat (limited to 'doc/source/cli')
| -rw-r--r-- | doc/source/cli/command-objects/flavor.rst | 10 |
1 files changed, 10 insertions, 0 deletions
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 <key=value> [...] ] [--project <project>] [--project-domain <project-domain>] + [--description <description>] <flavor-name> .. option:: --id <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> + + Description to add for this flavor + .. _flavor_create-flavor-name: .. describe:: <flavor-name> @@ -148,6 +153,7 @@ Set flavor properties [--property <key=value> [...] ] [--project <project>] [--project-domain <project-domain>] + [--description <description>] <flavor> .. option:: --property <key=value> @@ -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 <description> + + Set description to this flavor + .. describe:: <flavor> Flavor to modify (name or ID) |
