98885344bd
When using the weigher, we need to target the right cell context for the existing instances in the host. fill_metadata was also having an issue as we need to pass the dict value from the updated dict by keying the instance uuid, not the whole dict of updated instances. Change-Id: I18260095ed263da4204f21de27f866568843804e Closes-Bug: #2125935 Signed-off-by: Sylvain Bauza <sbauza@redhat.com>
9 lines
292 B
YAML
9 lines
292 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Previously the ImagePropertiesWeigher was not running correctly as it wasn't
|
|
targeting the correct cell context for getting the system metadata of the
|
|
instances. This was fixed in bug `#2125935`_.
|
|
|
|
.. _`#2125935`: https://bugs.launchpad.net/nova/+bug/2125935
|