Skip to content

Commit 99e2477

Browse files
authored
Merge pull request #206 from stackhpc/upstream/yoga-2025-03-24
Synchronise yoga with upstream
2 parents 3cde82a + a31da1d commit 99e2477

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1066,7 +1066,7 @@ def _handle_lb_fip_cmds(self, context, lb_lsp,
10661066
if lb in item.load_balancer]
10671067

10681068
if not ls_linked:
1069-
return
1069+
continue
10701070

10711071
# Find out IP addresses and subnets of configured members.
10721072
members_to_verify = []
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
fixes:
3+
- |
4+
Fixes an issue when associating floating IPs to OVN load balancers. See `LP#2068644
5+
<https://bugs.launchpad.net/neutron/+bug/2068644>`__ for more details.

0 commit comments

Comments
 (0)