neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb
Lucas Alvares Gomes 7e1df72c16 [OVN] Fix: Disabling snat after it was enabled
This patch removes a conditional check in the update_router() method
which was verifying if snat was enabled in order to update the nat
rules. This check does not make sense in the update method as if snat
was disabled we should still call update_nat_rules() which will then
remove the NAT entry from the OVN NB DB.

Change-Id: Ice20d22365acaf33ee211b1e38b7d0bc151c1ba8
Closes-Bug: #1922089
Signed-off-by: Lucas Alvares Gomes <lucasagomes@gmail.com>
(cherry picked from commit ddc8e625f7)
2021-05-21 09:19:33 +01:00
..
extensions [OVN] External ports (SR-IOV) QoS is handled by SR-IOV agent 2021-04-02 09:59:16 +00:00
__init__.py [OVN] Import ovsdb related code 2019-12-04 13:18:50 +00:00
api.py ovn: Remove is_port_groups_supported() code 2020-06-22 09:54:13 +00:00
backports.py Avoid race condition when processing RowEvents 2021-02-19 21:56:47 +00:00
commands.py Remove some unnecessary usages of verify() 2020-09-03 17:56:19 -04:00
impl_idl_ovn.py Merge "Don't ever give up trying to connect to OVN DBs" into stable/ussuri 2021-05-06 22:58:30 +00:00
maintenance.py [OVN] Check for lock in check_for_mcast_flood_reports 2021-05-04 15:06:11 +01:00
ovn_client.py [OVN] Fix: Disabling snat after it was enabled 2021-05-21 09:19:33 +01:00
ovn_db_sync.py Merge "ovn: Remove is_port_groups_supported() code" into stable/ussuri 2020-07-15 15:02:26 +00:00
ovsdb_monitor.py [OVN] Fix FDB table not registered in OvnSbIdl 2021-04-18 23:03:26 +02:00
worker.py [OVN] Import ovsdb related code 2019-12-04 13:18:50 +00:00