Merge "Correct logic error when associating FIP with OVN LB"
This commit is contained in:
commit
cd51c72fc8
@ -997,7 +997,7 @@ class OVNClient(object):
|
|||||||
if lb in item.load_balancer]
|
if lb in item.load_balancer]
|
||||||
|
|
||||||
if not ls_linked:
|
if not ls_linked:
|
||||||
return
|
continue
|
||||||
|
|
||||||
# Find out IP addresses and subnets of configured members.
|
# Find out IP addresses and subnets of configured members.
|
||||||
members_to_verify = []
|
members_to_verify = []
|
||||||
|
@ -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.
|
Loading…
Reference in New Issue
Block a user