Merge "Correct logic error when associating FIP with OVN LB"

This commit is contained in:
Zuul 2024-09-19 20:03:31 +00:00 committed by Gerrit Code Review
commit cd51c72fc8
2 changed files with 6 additions and 1 deletions

View File

@ -997,7 +997,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.