Reviewed: https://review.openstack.org/128288 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=b28eda57223e492924edb731e24c2e4f64cc0de5 Submitter: Jenkins Branch: proposed/juno
commit b28eda57223e492924edb731e24c2e4f64cc0de5 Author: Carl Baldwin <[email protected]> Date: Wed Oct 8 03:22:49 2014 +0000 Remove two sets that are not referenced The code no longer references the updated_routers and removed_routers sets. This should have been cleaned up before but was missed. Closes-bug: #1232525 Change-Id: I0396e13d2f7c3789928e0c6a4c0a071b02d5ff17 (cherry picked from commit edb26bfcddf9d9a0e95955a6590d11fa7245ea2b) ** Changed in: neutron Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1232525 Title: KeyError Exception while synching routers Status in OpenStack Neutron (virtual network service): Fix Released Bug description: Sometimes this exception is seen while the L3-agent _rpc_loop periodic task is executing: 30748 ERROR quantum.agent.l3_agent [-] Failed synchronizing routers 30748 TRACE quantum.agent.l3_agent Traceback (most recent call last): 30748 TRACE quantum.agent.l3_agent File "/usr/lib/python2.7/dist-packages/quantum/agent/l3_agent.py", line 725, in _rpc_loop 30748 TRACE quantum.agent.l3_agent self._process_router_delete() 30748 TRACE quantum.agent.l3_agent File "/usr/lib/python2.7/dist-packages/quantum/agent/l3_agent.py", line 733, in _process_router_delete 30748 TRACE quantum.agent.l3_agent self._router_removed(router_id) 30748 TRACE quantum.agent.l3_agent File "/usr/lib/python2.7/dist-packages/quantum/agent/l3_agent.py", line 319, in _router_removed 30748 TRACE quantum.agent.l3_agent ri = self.router_info[router_id] 30748 TRACE quantum.agent.l3_agent KeyError: u'0f9ec689-c094-44c7-bae7-b995830d405f' 0f9ec689-c094-44c7-bae7-b995830d405f is a router that just has been deleted. To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1232525/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

