]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Fix PortNotFound exception during sync_routers
authorarmando-migliaccio <armamig@gmail.com>
Tue, 12 Aug 2014 05:43:31 +0000 (22:43 -0700)
committerarmando-migliaccio <armamig@gmail.com>
Wed, 13 Aug 2014 14:04:32 +0000 (07:04 -0700)
commit2affc39d3ad2d30c54e3373249446f61ee59f881
tree663d39700ff485aca8658f81909151ab7da798a0
parentfe49457605f96184d1fb334208d1ba57f513152a
Fix PortNotFound exception during sync_routers

This trace is observed when an L3 agent invokes
sync_routers right about the same time a port
interface is removed from a router.

Related-bug: #1355409

Change-Id: I825b25080cbf054462318fc01248692b9e0e4ecb
neutron/db/l3_rpc_base.py
neutron/tests/unit/test_l3_plugin.py