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
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
---
|
||||
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.
|
||||
Reference in New Issue
Block a user