We have just finished the update of our cloud to Rocky but we are seeing a strange issue with images with property:
hypervisor_type='QEMU'

The scheduling of instances created with such images fails because of the ImagePropertiesFilter [*]

Removing that property from the image, the scheduling works.
We also tried changing hypervisor_type='QEMU' --> hypervisor_type='qemu', but this didn't help.

Any suggestions?
Thanks, Massimo



[*]
2019-07-17 13:52:58.148 13312 INFO nova.filters [req-1863bef0-0326-46d1-a836-436227e91eef 6e3b136d578f4292a5c03b16f443ab3d d27fe2becea94a3e980fb9f66e2f291a - default default] Filtering removed all hosts f\
or the request with instance ID '63810b60-76e4-4e76-a1c3-e4d3932c002e'. Filter results: ['AggregateMultiTenancyIsolation: (start: 49, end: 37)', 'AggregateInstanceExtraSpecsFilter: (start: 37, end: 34)', \
'RetryFilter: (start: 34, end: 34)', 'AvailabilityZoneFilter: (start: 34, end: 34)', 'ComputeFilter: (start: 34, end: 32)', 'ComputeCapabilitiesFilter: (start: 32, end: 32)', 'ImagePropertiesFilter: (star\
t: 32, end: 0)']