Comment 13 for bug 1559691

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

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

commit c491e93a082ede262e617cebfd3022090e3e715b
Author: Julia Kreger <email address hidden>
Date: Wed Jul 27 14:50:51 2016 -0400

    Add storage_interface to base driver class

    In order to properly support booting and maintenance of
    systems that boot from a remote storage device, we need an
    interface to associate the driver with.

    This commit adds a basic storage_interface and noop and fake
    interfaces along with the appropriate handling for configuration
    in the event that the driver list is blank, or is missing the
    noop driver.

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