Comment 4 for bug 1442602

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

Reviewed: https://review.openstack.org/172429
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=0c08f7f2ef070f7c6172d7742f9789e0a8bda91a
Submitter: Jenkins
Branch: master

commit 0c08f7f2ef070f7c6172d7742f9789e0a8bda91a
Author: Dan Smith <email address hidden>
Date: Fri Apr 10 07:10:52 2015 -0700

    Fix check_can_live_migrate_destination() in ComputeV4Proxy

    There was a mismatch in the V4 proxy in the call signatures of this
    function. This was missed because the "destination" parameter is passed
    in the rpcapi as the host to contact, which is consumed by the rpc
    layer and not passed. Since it was not called one of the standard
    names (either host if to be not passed, or host_param if to be passed),
    this was missed.

    Change-Id: Idf2160934dade650ed02b672f3b64cb26247f8e6
    Closes-Bug: #1442602