diff options
| author | root <ranasheel2000@gmail.com> | 2016-03-10 09:30:47 +0530 |
|---|---|---|
| committer | Steve Martinelli <stevemar@ca.ibm.com> | 2016-03-16 10:22:00 -0400 |
| commit | 9bafea555d6ef84817976621d40522172c5b351f (patch) | |
| tree | 147c9de70d3aa0bda3fb6a1ee28f4e3e97d6b735 /doc/source/command-objects | |
| parent | 4d5c5d9dcb6421e56823aad932bff5d87b728bb2 (diff) | |
| download | python-openstackclient-9bafea555d6ef84817976621d40522172c5b351f.tar.gz | |
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
Diffstat (limited to 'doc/source/command-objects')
| -rw-r--r-- | doc/source/command-objects/volume.rst | 6 |
1 files changed, 6 insertions, 0 deletions
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 <key>] + [--image-property <key>] <volume> .. option:: --property <key> Property to remove from volume (repeat option to remove multiple properties) +.. option:: --image-property <key> + + To remove image properties from volume + (repeat option to remove multiple image properties) + .. describe:: <volume> Volume to modify (name or ID) |
