vmware-nsx/vmware_nsx/plugins/nsx_v/drivers
Kobi Samoray bfe663d99d 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-29 08:09:57 +00: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 Fix broken Victoria branch 2020-09-21 15:31:18 +02:00
exclusive_router_driver.py NSXV: protect against stale LB bindings 2021-03-29 08:09:57 +00:00
shared_router_driver.py Remove some pylint exclusions 2020-09-30 10:32:46 +02:00