vmware-nsx/vmware_nsx/plugins/nsx_v/drivers
Kobi Samoray 5c68ca7bb2 NSXV: protect against stale LB bindings
When a stale load balancer binding remains in the Neutron DB while the
load balancer was deleted, it causes FWaaS failures.

To protect agains, we take the following measures:
- Use try-catch to ignore the LB edge firewall rule while performing
FWaaS transactions.
- Delete the LB binding while deleting the router, while routers are
used as LB platform.

Change-Id: I3ab60093e3ac8ce6ff1d3557622745484d43b759
2021-03-15 17:15:13 +02:00
..
__init__.py Divide vmware_nsx/plugins into plugin-specific subdirectories 2015-09-16 16:14:47 -07:00
abstract_router_driver.py Remove six package usage 2020-07-19 17:19:31 +02:00
distributed_router_driver.py Integrate with neutron DB engine facade migration 2020-11-30 10:29:46 +02:00
exclusive_router_driver.py NSXV: protect against stale LB bindings 2021-03-15 17:15:13 +02:00
shared_router_driver.py Integrate with neutron DB engine facade migration 2020-11-30 10:29:46 +02:00