neutron/releasenotes/notes/fix-issue-with-ovn-loadbalancer-fip-4e4bda00cf019f71.yaml
Will Szumski d8a4ad9167 Correct logic error when associating FIP with OVN LB
Fixes a logic error which meant that we didn't iterate over all logical
switches when associating a FIP to an OVN loadbalancer. The symptom was
that the FIP would show in neutron, but would not exist in OVN.

Closes-Bug: #2068644
Change-Id: I6d1979dfb4d6f455ca419e64248087047fbf73d7
Co-Authored-By: Brian Haley <haleyb.dev@gmail.com>
2024-09-19 16:02:57 +00:00

6 lines
180 B
YAML

---
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.