yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #05928
[Bug 1219672] Re: v3 swap volume has wrong signature
** Changed in: nova
Status: Fix Committed => Fix Released
--
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/1219672
Title:
v3 swap volume has wrong signature
Status in OpenStack Compute (Nova):
Fix Released
Bug description:
When execute swap volume with v3 api, get error as below:
2013-09-02 15:07:55.610 ERROR nova.api.openstack.extensions [req-ca269fb5-782c-4312-9b82-c9dcdf375916 admin admin] Unexpected exception in API method
2013-09-02 15:07:55.610 TRACE nova.api.openstack.extensions Traceback (most recent call last):
2013-09-02 15:07:55.610 TRACE nova.api.openstack.extensions File "/opt/stack/nova/nova/api/openstack/extensions.py", line 472, in wrapped
2013-09-02 15:07:55.610 TRACE nova.api.openstack.extensions return f(*args, **kwargs)
2013-09-02 15:07:55.610 TRACE nova.api.openstack.extensions TypeError: swap() got an unexpected keyword argument 'id'
2013-09-02 15:07:55.610 TRACE nova.api.openstack.extensions
In nova.api.openstack.compute.plugins.v3.extended_volumes.ExtendedVolumesController:
def swap(self, req, server_id, body):
should be:
def swap(self, req, id, body):
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1219672/+subscriptions