yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #22896
[Bug 1306404] Re: reset_network raises not implemented error on network_reset
** Changed in: nova
Status: Fix Committed => Fix Released
** Changed in: nova
Milestone: None => juno-rc1
--
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/1306404
Title:
reset_network raises not implemented error on network_reset
Status in OpenStack Compute (Nova):
Fix Released
Bug description:
2014-04-11 04:13:48.201 ERROR oslo.messaging.rpc.dispatcher [req-801875af-3ef5-486b-8d5d-0794e785301c ServersAdminTestJSON-2137680125 ServersAdminTestJSON-546442934] Exception during message handling:
2014-04-11 04:13:48.201 13779 TRACE oslo.messaging.rpc.dispatcher Traceback (most recent call last):
2014-04-11 04:13:48.201 13779 TRACE oslo.messaging.rpc.dispatcher File "/usr/local/lib/python2.7/dist-packages/oslo/messaging/rpc/dispatcher.py", line 133, in _dispatch_and_reply
2014-04-11 04:13:48.201 13779 TRACE oslo.messaging.rpc.dispatcher incoming.message))
2014-04-11 04:13:48.201 13779 TRACE oslo.messaging.rpc.dispatcher File "/usr/local/lib/python2.7/dist-packages/oslo/messaging/rpc/dispatcher.py", line 176, in _dispatch
2014-04-11 04:13:48.201 13779 TRACE oslo.messaging.rpc.dispatcher return self._do_dispatch(endpoint, method, ctxt, args)
2014-04-11 04:13:48.201 13779 TRACE oslo.messaging.rpc.dispatcher File "/usr/local/lib/python2.7/dist-packages/oslo/messaging/rpc/dispatcher.py", line 122, in _do_dispatch
2014-04-11 04:13:48.201 13779 TRACE oslo.messaging.rpc.dispatcher result = getattr(endpoint, method)(ctxt, **new_args)
2014-04-11 04:13:48.201 13779 TRACE oslo.messaging.rpc.dispatcher File "/opt/stack/new/nova/nova/compute/manager.py", line 281, in decorated_function
2014-04-11 04:13:48.201 13779 TRACE oslo.messaging.rpc.dispatcher pass
2014-04-11 04:13:48.201 13779 TRACE oslo.messaging.rpc.dispatcher File "/opt/stack/new/nova/nova/openstack/common/excutils.py", line 82, in __exit__
2014-04-11 04:13:48.201 13779 TRACE oslo.messaging.rpc.dispatcher six.reraise(self.type_, self.value, self.tb)
2014-04-11 04:13:48.201 13779 TRACE oslo.messaging.rpc.dispatcher File "/opt/stack/new/nova/nova/compute/manager.py", line 267, in decorated_function
2014-04-11 04:13:48.201 13779 TRACE oslo.messaging.rpc.dispatcher return function(self, context, *args, **kwargs)
2014-04-11 04:13:48.201 13779 TRACE oslo.messaging.rpc.dispatcher File "/opt/stack/new/nova/nova/compute/manager.py", line 310, in decorated_function
2014-04-11 04:13:48.201 13779 TRACE oslo.messaging.rpc.dispatcher e, sys.exc_info())
2014-04-11 04:13:48.201 13779 TRACE oslo.messaging.rpc.dispatcher File "/opt/stack/new/nova/nova/openstack/common/excutils.py", line 82, in __exit__
2014-04-11 04:13:48.201 13779 TRACE oslo.messaging.rpc.dispatcher six.reraise(self.type_, self.value, self.tb)
2014-04-11 04:13:48.201 13779 TRACE oslo.messaging.rpc.dispatcher File "/opt/stack/new/nova/nova/compute/manager.py", line 297, in decorated_function
2014-04-11 04:13:48.201 13779 TRACE oslo.messaging.rpc.dispatcher return function(self, context, *args, **kwargs)
2014-04-11 04:13:48.201 13779 TRACE oslo.messaging.rpc.dispatcher File "/opt/stack/new/nova/nova/compute/manager.py", line 3946, in reset_network
2014-04-11 04:13:48.201 13779 TRACE oslo.messaging.rpc.dispatcher self.driver.reset_network(instance)
2014-04-11 04:13:48.201 13779 TRACE oslo.messaging.rpc.dispatcher File "/opt/stack/new/nova/nova/virt/xenapi/driver.py", line 351, in reset_network
2014-04-11 04:13:48.201 13779 TRACE oslo.messaging.rpc.dispatcher self._vmops.reset_network(instance)
2014-04-11 04:13:48.201 13779 TRACE oslo.messaging.rpc.dispatcher File "/opt/stack/new/nova/nova/virt/xenapi/vmops.py", line 1714, in reset_network
2014-04-11 04:13:48.201 13779 TRACE oslo.messaging.rpc.dispatcher raise NotImplementedError()
2014-04-11 04:13:48.201 13779 TRACE oslo.messaging.rpc.dispatcher NotImplementedError
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1306404/+subscriptions
References