Comment 75 for bug 1524745

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

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

commit 0a7fc6059a70486793353f20fb7152782a3f398a
Author: Ruby Loo <email address hidden>
Date: Thu Feb 2 22:27:01 2017 +0000

    exception from driver_factory.default_interface()

    This changes driver_factory.default_interface() so that instead
    of returning None if there is no calculated default interface,
    it raises exception.NoValidDefaultForInterface.

    This is a follow up to 6206c47720eb16719088540a48b53fb22a4eb999.

    Change-Id: I0c3d5d75b5a37af02f3660968cf3f2c669e52019
    Partial-Bug: #1524745