Comment 12 for bug 1559691

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

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

commit fa200aaeddb563fa9503489d876aaed1ee5955a8
Author: Julia Kreger <email address hidden>
Date: Tue Jul 26 11:39:30 2016 -0400

    Add storage_interface to node DB table

    Add storage_interface DB field, database migration,
    and object entry for storage_interface for boot from
    volume functionality.

    Initial versions of this revision added the field to
    the node object, but since then Ironic's code has
    drifted such that adding an object for an interface
    has to take place along with the entire driver interface,
    thus the object change is in the next revision.

    Co-Authored-By: Stephane Miller <email address hidden>
    Change-Id: Ib5d5de87163570949c12d9e95c73e17c1c12eec1
    Partial-Bug: #1559691