Comment 41 for bug 1524745

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

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

commit b7e6b737d7aea841e718d66776894986dbcab2a2
Author: Jim Rollenhagen <email address hidden>
Date: Mon Dec 19 17:12:01 2016 -0500

    Register/unregister hardware interfaces for conductors

    This registers the intersection of supported and enabled interfaces for
    each hardware type enabled in the conductor at conductor startup, and
    unregisters them at conductor shutdown. Validation is left as a todo for
    now.

    Change-Id: I14e88bfc304de9414de008d1cc8568dda9115ecc
    Partial-Bug: #1524745