Comment 5 for bug 1451860

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

Reviewed: https://review.openstack.org/180287
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=7ae9466fc506db7c01469a2e4e5b8a735fc7ab41
Submitter: Jenkins
Branch: stable/kilo

commit 7ae9466fc506db7c01469a2e4e5b8a735fc7ab41
Author: chhagarw <email address hidden>
Date: Wed May 6 00:54:59 2015 +0530

    Incorrect argument order passed to swap_volume

    swap_volume method in _ComputeV4Proxy has incorrect
    argument ordering, due to which attach volume migration
    is failing with AttributeError
    Modified the _ComputeV4Proxy detach_volume to have correct
    argument ordering.

    Change-Id: I899c053246f9eb4ac9b13a8434161a82193d1cef
    Closes-Bug: #1451860
    (cherry picked from commit 80832d9bb42da2b86853748874ad38dd30b9342d)