← Back to team overview

yahoo-eng-team team mailing list archive

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

 

** Also affects: nova/icehouse
   Importance: Undecided
       Status: New

** Changed in: nova/icehouse
       Status: New => In Progress

** Changed in: nova/icehouse
   Importance: Undecided => Medium

** Changed in: nova/icehouse
     Assignee: (unassigned) => Chuck Short (zulcss)

** Changed in: nova/icehouse
    Milestone: None => 2014.1.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 Committed
Status in OpenStack Compute (nova) icehouse series:
  In Progress

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