python-openstackclient/releasenotes/notes/bug-1554877-7f8479791eab45b7.yaml
Dean Troyer ad6727df88 Clean up release notes since 2.2.0 release
* Remove release notes for changes to commands that have not been released yet
* Combine notes for common command sets (ie, new port commands)
* Rename notes with bugs to the bug-NNNNN-XXXXXXX form

Change-Id: I6216aad443056ada2fe28ba533bf20a09f118e4d
2016-04-07 10:54:41 -05:00

15 lines
488 B
YAML

---
features:
- |
Added ``--image-property`` option to ``volume set`` command
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 '1554877 <https://bugs.launchpad.net/python-openstackclient/+bug/1554877>'_]