yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #03556
[Bug 1202055] Re: Failed to remove router in l3_agent
** Changed in: neutron
Status: Fix Committed => Fix Released
** Changed in: neutron
Milestone: None => havana-2
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1202055
Title:
Failed to remove router in l3_agent
Status in OpenStack Neutron (virtual network service):
Fix Released
Bug description:
I got this error in the gate test:
http://logs.openstack.org/37155/2/gate/gate-neutron-python27/560/console.html
I think we have to fix neutron/agent/l3_agent.py (line 694)
- self._router_removed(context, router_id)
+ self._router_removed(router_id)
The error message is:
2013-07-17 03:48:17.140 | ERROR:neutron.agent.l3_agent:Failed synchronizing routers
2013-07-17 03:48:17.140 | Traceback (most recent call last):
2013-07-17 03:48:17.140 | File "/home/jenkins/workspace/gate-neutron-python27/neutron/agent/l3_agent.py", line 686, in _rpc_loop
2013-07-17 03:48:17.141 | self._process_router_delete()
2013-07-17 03:48:17.141 | File "/home/jenkins/workspace/gate-neutron-python27/neutron/agent/l3_agent.py", line 694, in _process_router_delete
2013-07-17 03:48:17.141 | self._router_removed(context, router_id)
2013-07-17 03:48:17.141 | TypeError: _router_removed() takes exactly 2 arguments (3 given)
2013-07-17 03:48:22.098 | ERROR:neutron.agent.l3_agent:Failed synchronizing routers
2013-07-17 03:48:22.099 | Traceback (most recent call last):
2013-07-17 03:48:22.099 | File "/home/jenkins/workspace/gate-neutron-python27/neutron/agent/l3_agent.py", line 686, in _rpc_loop
2013-07-17 03:48:22.099 | self._process_router_delete()
2013-07-17 03:48:22.099 | File "/home/jenkins/workspace/gate-neutron-python27/neutron/agent/l3_agent.py", line 694, in _process_router_delete
2013-07-17 03:48:22.100 | self._router_removed(context, router_id)
2013-07-17 03:48:22.100 | TypeError: _router_removed() takes exactly 2 arguments (3 given)
Related commit is https://review.openstack.org/#/c/36890/ .
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1202055/+subscriptions