Comment 2 for bug 1439868

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

Reviewed: https://review.openstack.org/170299
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=c4dc66994c5548afa4a13b42069d77435b6df6bb
Submitter: Jenkins
Branch: master

commit c4dc66994c5548afa4a13b42069d77435b6df6bb
Author: Jim Rollenhagen <email address hidden>
Date: Thu Apr 2 14:55:18 2015 -0700

    Respect CONF.scheduler_use_baremetal_filters

    This fixes an issue where the default filters are loaded before
    IronicHostManager overrides the default, which is the intended behavior
    when CONF.scheduler_use_baremetal_filters is True.

    Creates a _load_filters method on the base HostManager class that
    returns a list of filters to be loaded at initialization, and overrides
    it in IronicHostManager to return the default baremetal filters when
    scheduler_use_baremetal_filters is set.

    Change-Id: I1801c62d85665a6a3423428e91e1aeeb546613d7
    Closes-Bug: #1439868