From 4d5c5d9dcb6421e56823aad932bff5d87b728bb2 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 9 Mar 2016 20:59:40 +0530 Subject: 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 --- doc/source/command-objects/volume.rst | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'doc/source/command-objects') 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 ] [--size ] [--property [...] ] + [--image-property [...] ] .. option:: --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 + + To add or modify image properties for this volume. + (repeat option to set multiple image properties) + + *Volume version 2 only* + .. describe:: Volume to modify (name or ID) -- cgit v1.2.1