Bases: nova.scheduler.filters.BaseHostFilter
Filter compute nodes that satisfy instance image properties.
The ImagePropertiesFilter filters compute nodes that satisfy any architecture, hypervisor type, or virtual machine mode properties specified on the instance’s image properties. Image properties are contained in the image dictionary in the request_spec.
Check if host passes specified image properties.
Returns True for compute nodes that satisfy image properties contained in the request_spec.