neutron/neutron/plugins/ml2/drivers/ovn
Lucas Alvares Gomes 2396d4078e [OVN] Make delete_router_port() less error prone
This commit makes the delete_router_port() method from OVNClient more
resilient to NotFound errors. Apart from the L3 plugin, this method is
also invoked by the maintenance task to fix stale/not-up-to-date objects
in the OVN database, and since the maintenance task runs every 5 minutes
only it could happen that some objects fetched by delete_router_port()
are gone by the moment that method is invoked.

Change-Id: I0d78278797beb2af42ec38462e2b2edc8e2a4ae6
Closes-Bug: #1920968
Signed-off-by: Lucas Alvares Gomes <lucasagomes@gmail.com>
(cherry picked from commit 36b8c684b1)
2021-03-26 08:51:17 +00:00
..
agent Rename networking-ovn-metadata-agent to neutron-ovn-metadata-agent 2020-09-01 10:06:32 -04:00
mech_driver [OVN] Make delete_router_port() less error prone 2021-03-26 08:51:17 +00:00
__init__.py [OVN] Import ovsdb related code 2019-12-04 13:18:50 +00:00