diff options
| author | Jenkins <jenkins@review.openstack.org> | 2016-09-14 18:48:28 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2016-09-14 18:48:28 +0000 |
| commit | 276675f3520fa707daa65f92219194a514623fb8 (patch) | |
| tree | 5465e42f15e49317a85b07e7a704dd70922b58c8 /doc/source/command-objects | |
| parent | 807ff825ef29355c802fa5d5a9458931a1011f8a (diff) | |
| parent | 6a914d0056e810e1ef37eaf4f01cd5c85217aba6 (diff) | |
| download | python-openstackclient-276675f3520fa707daa65f92219194a514623fb8.tar.gz | |
Merge "Support mark volume as bootable 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 141c980a..26d4ead6 100644 --- a/doc/source/command-objects/volume.rst +++ b/doc/source/command-objects/volume.rst @@ -193,6 +193,7 @@ Set volume properties [--property <key=value> [...] ] [--image-property <key=value> [...] ] [--state <state>] + [--bootable | --non-bootable] <volume> .. option:: --name <name> @@ -211,6 +212,14 @@ Set volume properties Set a property on this volume (repeat option to set multiple properties) +.. option:: --bootable + + Mark volume as bootable + +.. option:: --non-bootable + + Mark volume as non-bootable + .. option:: --image-property <key=value> Set an image property on this volume |
