neutron/neutron/plugins/ml2/drivers/ovn/mech_driver
Lucas Alvares Gomes 36b8c684b1 [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>
2021-03-24 13:46:37 +00:00
..
ovsdb [OVN] Make delete_router_port() less error prone 2021-03-24 13:46:37 +00:00
__init__.py [OVN] Import ovsdb related code 2019-12-04 13:18:50 +00:00
mech_driver.py Mech driver Resource Provider UUID5 namespaces should be different 2021-03-09 10:53:37 +00:00