Comment 4 for bug 1451860

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

Reviewed: https://review.openstack.org/180279
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=80832d9bb42da2b86853748874ad38dd30b9342d
Submitter: Jenkins
Branch: master

commit 80832d9bb42da2b86853748874ad38dd30b9342d
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