Comment 38 for bug 1524745

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

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

commit 472abf43b03ee5ce8aaf25a89732a318cd9cf680
Author: Jim Rollenhagen <email address hidden>
Date: Tue Jan 10 21:20:03 2017 +0000

    Expose default interface calculation from driver_factory

    The API for this feature will need to be able to calculate the default
    interfaces for a given hardware interface. The code was already there to
    do it, but just needed a bit of refactoring and a public method. Move
    things around as we need them, and add a few tests to test the
    default_interface method directly.

    Change-Id: I993b76b7a2e6219cacc86558a612ecf0ba10e685
    Partial-Bug: #1524745