diff --git a/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_client.py b/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_client.py index d359221dce7..d4b76037bc8 100644 --- a/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_client.py +++ b/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_client.py @@ -1063,7 +1063,7 @@ def _handle_lb_fip_cmds(self, context, lb_lsp, if lb in item.load_balancer] if not ls_linked: - return + continue # Find out IP addresses and subnets of configured members. members_to_verify = [] diff --git a/releasenotes/notes/fix-issue-with-ovn-loadbalancer-fip-4e4bda00cf019f71.yaml b/releasenotes/notes/fix-issue-with-ovn-loadbalancer-fip-4e4bda00cf019f71.yaml new file mode 100644 index 00000000000..943aa596d1e --- /dev/null +++ b/releasenotes/notes/fix-issue-with-ovn-loadbalancer-fip-4e4bda00cf019f71.yaml @@ -0,0 +1,5 @@ +--- +fixes: + - | + Fixes an issue when associating floating IPs to OVN load balancers. See `LP#2068644 + `__ for more details.