python-openstackclient/releasenotes/notes/image-property_add-7f8479791eab45b7.yaml
root 4d5c5d9dcb 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
2016-03-16 14:17:34 +00:00

15 lines
464 B
YAML

---
fixes:
- |
Added support for setting volume image property.
Image properties are copied from image when volume is created.
But since a volume is mutable, user sometime wants to update
image properties for volume.
So, this fix enables user to update image properties of volume
using below command:
``volume set --image-property <key=value> <volume>``.
[Bug 'https://bugs.launchpad.net/python-openstackclient/+bug/1554877'_]