Current Series Release Notes

14.0.0-23

Bug Fixes

  • Fixed an issue updating listeners when using SR-IOV VIP ports.

  • Fixed error on update UDP Health Monitor with empty “delay” parameter

  • Fixed an issue when a failover reverts, a neutron port may get abandoned. The issue was logged with “Failed to delete port”, “Resources may still be in use for a port intended for amphora”, and “Search for a port named octavia-lb-vrrp-<uuid>”.

  • Fix the issue, when “limit” parameter in request less or equal 0. Now it returns resources according pagination_max_limit as expected, instead of error.

  • Fixed a bug when creating a load balancer and a listener with allowed_cidrs with the fully-populated load balancer API, the call was rejected because Octavia could not validate that the IP addresses of the allowed_cidrs have the same family as the VIP address.

  • Added a workaround that prevent the listener PUT API call from failing if haproxy crashes during a reload. The amphora-agent ensures that in case of crashes, haproxy is correctly restarted and ready to accept incoming requests (see https://bugs.launchpad.net/octavia/+bug/2054666)