yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #32634
[Bug 1451030] Re: _ComputeV4Proxy detach_volume does not handle kwarg for volume_id
As discussed in IRC, this broke an out of tree decorator which should be
using safe_utils.getcallargs to normalize the args/kwargs into a dict
like the reverts_task_state decorator. This isn't a bug in nova.
** Changed in: nova
Status: In Progress => Invalid
--
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/1451030
Title:
_ComputeV4Proxy detach_volume does not handle kwarg for volume_id
Status in OpenStack Compute (Nova):
Invalid
Bug description:
Recent detach_volume definition in _ComputeV4Proxy class does not pass the volume_id variable as kwarg.
Due to which RPC dispatch messages fails to receive the volume_id.
rpcapi.py
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1451030/+subscriptions
References