nova/releasenotes/notes/nova-manage-image-property-bug-2078999-c493fc259d316c24.yaml
zhong.zhou 2a1fad4145 nova-manage: modify image properties in request_spec
At present, we can modify the properties in the instance
system_metadata through the sub command image_property of
nova-manage, but there may be inconsistencies between their
values and those in request_specs.

And the migration is based on request_specs, so the same image
properties are also written to request_specs.

Closes-Bug: 2078999
Change-Id: Id36ecd022cb6f7f9a0fb131b0d202b79715870a9
2024-09-10 22:11:19 +08:00

9 lines
400 B
YAML

---
fixes:
- |
Before the `Bug 2078999 <https://bugs.launchpad.net/nova/+bug/2078999>`_ was fixed,
the ``nova-manage image_property set`` command would update the image properties
embedded in the instance but would not update the ones in the request specs. This
led to an unexpected rollback of the image properties that were updated by the
command after an instance migration.