Comment 30 for bug 1559691

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

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

commit 104000549eb542db25f780279c885c6a55623e98
Author: Joanna Taryma <email address hidden>
Date: Mon Apr 10 15:46:52 2017 -0700

    Wire in storage interface attach/detach operations

    Addition of storage interface attachment and detachment
    operations when:

    * Node power is turned on/off, with a storage_interface
      configured, and when the node is in ACTIVE state.
    * Node deployment and node tear_down operations.

    In addition to attachment and detachment, driver_internal_info
    is now populated with a boot from volume target uuid, if a
    volume is defined for the node.

    Additionally, upon tear_down, the drivers now call a helper
    to remove storage related dictionaries and destroy
    volume target records.

    The "cinder" storage interface has been enabled by default,
    and further details on the storage interface's use are in
    later patchsets for this feature.

    Authored-By: Julia Kreger <email address hidden>
    Co-Authored-By: Joanna Taryma <email address hidden>
    Co-Authored-By: Michael Turek <email address hidden>
    Change-Id: I0e22312e8cebb37b8f025da2baeca8eb635f35b7
    Partial-Bug: #1559691