Skip to content

Commit de8f436

Browse files
authored
Merge pull request #205 from stackhpc/upstream/zed-2025-03-24
Synchronise zed with upstream
2 parents f47ce9d + 6b1208f commit de8f436

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
@@ -1073,7 +1073,7 @@ def _handle_lb_fip_cmds(self, context, lb_lsp,
10731073
if lb in item.load_balancer]
10741074

10751075
if not ls_linked:
1076-
return
1076+
continue
10771077

10781078
# Find out IP addresses and subnets of configured members.
10791079
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)