summaryrefslogtreecommitdiff
path: root/doc/source/command-objects
diff options
context:
space:
mode:
authorroot <ranasheel2000@gmail.com>2016-03-09 20:59:40 +0530
committerSteve Martinelli <stevemar@ca.ibm.com>2016-03-16 14:17:34 +0000
commit4d5c5d9dcb6421e56823aad932bff5d87b728bb2 (patch)
treeacd9941d7abf4fd67f3ac0e326a031cc9a08afef /doc/source/command-objects
parentd88284c86d5a750a82b207da321f9df249e90ac0 (diff)
downloadpython-openstackclient-4d5c5d9dcb6421e56823aad932bff5d87b728bb2.tar.gz
Add support for setting Image-property
OSC does not support to set volume's image property. This patch will provide support for adding image property to existing volume. Closes-Bug:#1554877 Implements: bp cinder-command-support Change-Id: I4ff5532c228f010789b81c7587dd4a2838a90f20
Diffstat (limited to 'doc/source/command-objects')
-rw-r--r--doc/source/command-objects/volume.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/source/command-objects/volume.rst b/doc/source/command-objects/volume.rst
index bf89dc44..f51b5ae1 100644
--- a/doc/source/command-objects/volume.rst
+++ b/doc/source/command-objects/volume.rst
@@ -164,6 +164,7 @@ Set volume properties
[--description <description>]
[--size <size>]
[--property <key=value> [...] ]
+ [--image-property <key=value> [...] ]
<volume>
.. option:: --name <name>
@@ -182,6 +183,13 @@ Set volume properties
Property to add or modify for this volume (repeat option to set multiple properties)
+.. option:: --image-property <key=value>
+
+ To add or modify image properties for this volume.
+ (repeat option to set multiple image properties)
+
+ *Volume version 2 only*
+
.. describe:: <volume>
Volume to modify (name or ID)