19b7cf2170
This adds an image property show and image property set command to nova-manage to allow users to update image properties stored for an instance in system metadata without having to rebuild the instance. This is intended to ease migration to new machine types, as updating the machine type could potentially invalidate the existing image properties of an instance. Co-Authored-By: melanie witt <melwittt@gmail.com> Blueprint: libvirt-device-bus-model-update Change-Id: Ic8783053778cf4614742186e94059d5675121db1
18 lines
722 B
YAML
18 lines
722 B
YAML
---
|
|
features:
|
|
- |
|
|
New ``nova-manage image_property`` commands have been added to help update
|
|
instance image properties that have become invalidated by a change of
|
|
instance machine type.
|
|
|
|
* The ``nova-manage image_property show`` command can be used to show the
|
|
current stored image property value for a given instance and property.
|
|
|
|
* The ``nova-manage image_property set`` command can be used to update the
|
|
stored image properties stored in the database for a given instance and
|
|
image properties.
|
|
|
|
For more detail on command usage, see the machine type documentation:
|
|
|
|
https://docs.openstack.org/nova/latest/admin/hw-machine-type.html#device-bus-and-model-image-properties
|