diff options
| author | Jenkins <jenkins@review.openstack.org> | 2017-03-06 03:47:49 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2017-03-06 03:47:49 +0000 |
| commit | 69b7b9b0592d3699a02bb8d17539c20749281b8d (patch) | |
| tree | c24d94aa0a38aac10347735ae8d256649ffe0bf8 /doc/source/command-objects | |
| parent | f97a33b971eb5cff06b7f84202f2de2449e5028e (diff) | |
| parent | 40ec7a9c96f4ce4071e47e5bf0c249aa77b5b2ee (diff) | |
| download | python-openstackclient-69b7b9b0592d3699a02bb8d17539c20749281b8d.tar.gz | |
Merge "Support --no-property in "volume set" command"
Diffstat (limited to 'doc/source/command-objects')
| -rw-r--r-- | doc/source/command-objects/volume.rst | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/source/command-objects/volume.rst b/doc/source/command-objects/volume.rst index 56c54552..67598e63 100644 --- a/doc/source/command-objects/volume.rst +++ b/doc/source/command-objects/volume.rst @@ -269,6 +269,7 @@ Set volume properties [--name <name>] [--size <size>] [--description <description>] + [--no-property] [--property <key=value> [...] ] [--image-property <key=value> [...] ] [--state <state>] @@ -290,6 +291,12 @@ Set volume properties New volume description +.. option:: --no-property + + Remove all properties from :ref:`\<volume\> <volume_set-volume>` + (specify both :option:`--no-property` and :option:`--property` to + remove the current properties before setting new properties.) + .. option:: --property <key=value> Set a property on this volume (repeat option to set multiple properties) @@ -304,7 +311,7 @@ Set volume properties Migration policy while re-typing volume ("never" or "on-demand", default is "never" ) - (available only when "--type" option is specified) + (available only when :option:`--type` option is specified) *Volume version 2 only* |
