Comment 4 for bug 1300380

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

Reviewed: https://review.openstack.org/84215
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=72cd430e971589f7872a9d4e8f173c68b4955375
Submitter: Jenkins
Branch: master

commit 72cd430e971589f7872a9d4e8f173c68b4955375
Author: John Warren <email address hidden>
Date: Mon Mar 31 18:52:12 2014 +0000

    Change errors_out_migration decorator to work with RPC

    This decorator in nova/compute/manager.py was written to work with
    positional arguments, but at run time the decorated methods are
    called via RPC with keyword arguments. This change fixes the
    decorator and the associated test cases.

    Closes-Bug: #1300380

    Change-Id: I9f87151a71e5217e7eff97cdc5cad2c85b620fa5