Comment 13 for bug 1260265

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

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

commit aef246c67507532da6f03e4670390e5c783a4873
Author: Hans Lindgren <email address hidden>
Date: Wed Jun 4 16:20:14 2014 +0200

    Add missing stats info to BaremetalNodeState

    This is the first of two patches to prepare baremetal for the removal
    of capabilities in Nova HostManager.

    BaremetalHostManager used to rely on capabilities info to decide which
    host state class to use, VM or baremetal. This has been broken since
    host capabilities reporting were removed in Nova, resulting in Nova
    HostState class always being used.

    BaremetalNodeState lacks stats info needed by some filters during
    scheduling. This may result in failures like ComputeCapabilitiesFilter
    not returning any hosts. This must be fixed before BaremetalNodeState
    can be used again.

    Change-Id: I63d992371640b2fd33d35eae72201fd41944f8a4
    Partial-Bug: #1260265