
* 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
15 lines
488 B
YAML
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>'_]
|