Comment 7 for bug 1208707

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

Reviewed: https://review.openstack.org/50628
Committed: http://github.com/openstack/nova/commit/fbe3c734a8675ed36d7e021584612d1413444667
Submitter: Jenkins
Branch: master

commit fbe3c734a8675ed36d7e021584612d1413444667
Author: Arata Notsu <email address hidden>
Date: Wed Oct 9 22:14:38 2013 +0900

    baremetal: Make volume driver use a correct source device

    attach_volume() have to take the source device path from returning of
    LibVirtVolumeDriver.connect_volume() rather than connection_info.

    It also adds a test for attach_volume().

    Change-Id: I3bee80560342104e2df614066301171624497a04
    Closes-Bug: #1208707