Comment 8 for bug 1037339

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (master)

Reviewed: https://review.openstack.org/11604
Committed: http://github.com/openstack/nova/commit/5ea7db9b7195132df4d8efea0a8e41e4f994b23c
Submitter: Jenkins
Branch: master

commit 5ea7db9b7195132df4d8efea0a8e41e4f994b23c
Author: Jim Fehlig <email address hidden>
Date: Fri Aug 17 15:26:01 2012 -0600

    Introduce ImagePropertiesFilter scheduler filter

    Commit d39137fa added functionality to the ComputeFilter to filter on
    architecture, hypervisor_type, and vm_mode. The existing ArchFilter
    already filtered on architecture. This patch merges the ComputeFilter
    functionality introduced in d39137fa with the ArchFilter to create the
    ImagePropertiesFilter. The ImagePropertiesFilter uses image properties
    specified in the request_spec to filter hosts.

    This patch also adds the ImagePropertiesFilter to the list of default
    filters specified by the scheduler_default_filters FLAG.

    Fixes LP Bug #1037339

    DocImpact

    Change-Id: Ifa6fccf2db266b0fe3457d58fc81fdb50ffcbc0f