4d5c5d9dcb
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
15 lines
464 B
YAML
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'_]
|