Comment 37 for bug 1524745

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

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

commit ac90e7372c6348dda2a04e8789caa625db331c5e
Author: Jim Rollenhagen <email address hidden>
Date: Tue Jan 17 15:55:28 2017 +0000

    Add default column to ConductorHardwareInterfaces

    This will mark the default interface for each hardware type in use.
    This is the only piece of information about hardware interfaces that is
    not in the database, and so this will allow the API to fetch this
    information without an RPC call.

    Change-Id: I5b05853a64ebb2744f9dc87855fb31fbe5cefce6
    Partial-Bug: #1524745