ovn-bgp-agent/ovn_bgp_agent
Lucas Alvares Gomes a1f8a6c711 Address the Load_Balancer's datapath_group column deprecation
OVN deprecated the datapath_group column from Load_Balancer table. Now
this column was split in two: ls_datapath_group and lr_datapath_group.
This patch changes the code to also look for the datapath group in these
new columns.

This change is backward compatible and will work with a newer or older
version of OVN.

Change-Id: Ia3a95b77fccaa056aa9169114d102258f015002f
Signed-off-by: Lucas Alvares Gomes <lucasagomes@gmail.com>
(cherry picked from commit 5ffe0ce083)
2024-02-02 12:28:58 +00:00
..
cmd Initial support for BGP 2021-09-01 11:29:04 +02:00
drivers Address the Load_Balancer's datapath_group column deprecation 2024-02-02 12:28:58 +00:00
privileged Fix FRR 9 mgmtd crashes when applying config 2024-01-22 07:41:29 +00:00
tests Address the Load_Balancer's datapath_group column deprecation 2024-02-02 12:28:58 +00:00
utils Address the Load_Balancer's datapath_group column deprecation 2024-02-02 12:28:58 +00:00
__init__.py Initial commit 2021-08-27 16:56:11 +01:00
agent.py Ensure the reconcile intervals configuration option is enforced 2023-04-25 11:48:58 +02:00
config.py Group the ovn DBs configs together 2023-11-23 14:49:45 +00:00
constants.py Add support to PF OVN LBs for NB Driver 2024-02-02 07:15:52 +00:00
exceptions.py Minor code improvements around move from NDB to IPRoute 2023-06-19 11:28:44 +02:00