From 9bafea555d6ef84817976621d40522172c5b351f Mon Sep 17 00:00:00 2001 From: root Date: Thu, 10 Mar 2016 09:30:47 +0530 Subject: Add support for deleting Image-property OSC does not support to delete volume's image property. This patch will provide support for deleting image property to existing volume. Closes-Bug:#1554879 Change-Id: I9256913948fae9e9a03fed173b826dfa918f78e9 Implements: bp cinder-command-support --- doc/source/command-objects/volume.rst | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc/source/command-objects/volume.rst') diff --git a/doc/source/command-objects/volume.rst b/doc/source/command-objects/volume.rst index f51b5ae1..fd32c327 100644 --- a/doc/source/command-objects/volume.rst +++ b/doc/source/command-objects/volume.rst @@ -219,12 +219,18 @@ Unset volume properties os volume unset [--property ] + [--image-property ] .. option:: --property Property to remove from volume (repeat option to remove multiple properties) +.. option:: --image-property + + To remove image properties from volume + (repeat option to remove multiple image properties) + .. describe:: Volume to modify (name or ID) -- cgit v1.2.1