diff options
| author | Jenkins <jenkins@review.openstack.org> | 2016-11-10 16:59:18 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2016-11-10 16:59:18 +0000 |
| commit | 55ddaf7bbe6c4a27c24cd25f6e186047b62e34a9 (patch) | |
| tree | b0254c1d7ce4bccc3e73f528ffcc409c0e885355 /doc/source/command-objects | |
| parent | b37ad9992b69c16644222e8f092cd4bdc5e8292a (diff) | |
| parent | daffce3a6a31ac59ee10e3cc8fe421320da1704a (diff) | |
| download | python-openstackclient-55ddaf7bbe6c4a27c24cd25f6e186047b62e34a9.tar.gz | |
Merge "Add "--read-only" and "--read-write" options in "volume set""
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 703a5c76..abd433b6 100644 --- a/doc/source/command-objects/volume.rst +++ b/doc/source/command-objects/volume.rst @@ -255,6 +255,7 @@ Set volume properties [--image-property <key=value> [...] ] [--state <state>] [--bootable | --non-bootable] + [--read-only | --read-write] <volume> .. option:: --name <name> @@ -281,6 +282,14 @@ Set volume properties Mark volume as non-bootable +.. option:: --read-only + + Set volume to read-only access mode + +.. option:: --read-write + + Set volume to read-write access mode + .. option:: --image-property <key=value> Set an image property on this volume |
