Comment 70 for bug 1524745

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

Reviewed: https://review.openstack.org/427322
Committed: https://git.openstack.org/cgit/openstack/ironic/commit/?id=6206c47720eb16719088540a48b53fb22a4eb999
Submitter: Jenkins
Branch: master

commit 6206c47720eb16719088540a48b53fb22a4eb999
Author: Jim Rollenhagen <email address hidden>
Date: Tue Jan 31 17:29:10 2017 +0000

    Fail conductor startup if invalid defaults exist

    This causes the conductor to fail to start up if a default interface
    implementation cannot be found for any dynamic driver. This avoids
    problems later where building a task object to operate on a node
    could fail for the same reason.

    This also removes a RAID interface test that turned out to be an
    invalid test, but we couldn't tell it was invalid until we had
    changed the start up behavior of the conductor.

    Note that this release note doesn't actually note a change between
    releases, but rather is mostly for my use when I come back to combine
    many of the release notes for this feature later.

    Change-Id: I39d3c30a6beda2e496ff85119281fdf4de191560
    Partial-Bug: #1524745