Merge "Fix fill_metadata usage for the ImagePropertiesWeigher"

This commit is contained in:
Zuul
2025-10-16 23:56:01 +00:00
committed by Gerrit Code Review
7 changed files with 118 additions and 18 deletions
+8
View File
@@ -1104,6 +1104,14 @@ provided in the option value.
The resulted host weight would then be multiplied by the value of
:oslo.config:option:`filter_scheduler.image_props_weight_multiplier`.
.. note::
The weigher compares the values of the image properties as strings. If some
image properties are lists (eg. hw_numa_nodes), then if the values are
ordered differently, then the weigher will consider them as different
values.
Utilization-aware scheduling
----------------------------