Merge "Correct logic error when associating FIP with OVN LB" into stable/2024.1

This commit is contained in:
Zuul 2024-09-24 00:53:41 +00:00 committed by Gerrit Code Review
commit 5561387e16
2 changed files with 6 additions and 1 deletions

View File

@ -989,7 +989,7 @@ class OVNClient(object):
if lb in item.load_balancer]
if not ls_linked:
return
continue
# Find out IP addresses and subnets of configured members.
members_to_verify = []

View File

@ -0,0 +1,5 @@
---
fixes:
- |
Fixes an issue when associating floating IPs to OVN load balancers. See `LP#2068644
<https://bugs.launchpad.net/neutron/+bug/2068644>`__ for more details.