Skip to content

Commit 199ab4e

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Correct logic error when associating FIP with OVN LB" into stable/2023.1
2 parents f7d1df8 + e7a0ae9 commit 199ab4e

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

976976
if not ls_linked:
977-
return
977+
continue
978978

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