ad6727df88
* 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
489 B
YAML
15 lines
489 B
YAML
---
|
|
features:
|
|
- |
|
|
Added ``--image-property`` option to ``volume unset`` command
|
|
|
|
Image properties are copied from image when volume is created.
|
|
But since a volume is mutable, user sometime wants to delete
|
|
image properties for volume.
|
|
|
|
So, this fix enables user to delete image properties of volume
|
|
using below command:
|
|
``volume unset [--image-property <key>] <volume>``.
|
|
|
|
[Bug '1554879 <https://bugs.launchpad.net/python-openstackclient/+bug/1554879>'_]
|