yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #12554
[Bug 1300380] [NEW] errors_out_migration decorator does not work with RPC calls
Public bug reported:
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.
** Affects: nova
Importance: Undecided
Status: New
--
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):
New
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
Follow ups
References