← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1300380] Re: errors_out_migration decorator does not work with RPC calls

 

** Changed in: nova
       Status: Fix Committed => Fix Released

** Changed in: nova
    Milestone: None => juno-1

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1300380

Title:
  errors_out_migration decorator does not work with RPC calls

Status in OpenStack Compute (Nova):
  Fix Released
Status in OpenStack Compute (nova) icehouse series:
  Fix Released

Bug description:
  The errors_out_migration decorator in nova/compute/manager.py is
  attempting to use positional arguments to get the migration parameter.
  However, at run time, the decorated methods are called via RPC calls
  which specify all of their arguments as keyword arguments.  The
  decorator needs to be fixed so that it works with RPC calls.

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1300380/+subscriptions


References