diff options
| author | Jenkins <jenkins@review.openstack.org> | 2016-08-05 00:30:25 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2016-08-05 00:30:25 +0000 |
| commit | d6413b2765132cf9954be7d6a01c9a0098d2e04f (patch) | |
| tree | 5a8d9e0366773538aa9543272d886dfb91c13995 /doc/source/command-objects | |
| parent | f58be9d4ddc4d395e209015e8735f6cb4258a566 (diff) | |
| parent | 20ae54045cef136a8d0665aab0d45698e12ed21c (diff) | |
| download | python-openstackclient-d6413b2765132cf9954be7d6a01c9a0098d2e04f.tar.gz | |
Merge "Add support of setting volume's state"
Diffstat (limited to 'doc/source/command-objects')
| -rw-r--r-- | doc/source/command-objects/volume.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/source/command-objects/volume.rst b/doc/source/command-objects/volume.rst index 021518be..8efa8a66 100644 --- a/doc/source/command-objects/volume.rst +++ b/doc/source/command-objects/volume.rst @@ -180,6 +180,7 @@ Set volume properties [--description <description>] [--property <key=value> [...] ] [--image-property <key=value> [...] ] + [--state <state>] <volume> .. option:: --name <name> @@ -209,6 +210,14 @@ Set volume properties *Volume version 2 only* +.. option:: --state <state> + + New volume state + ("available", "error", "creating", "deleting", "in-use", + "attaching", "detaching", "error_deleting" or "maintenance") + + *Volume version 2 only* + .. _volume_set-volume: .. describe:: <volume> |
