[release-announce] ovn-octavia-provider 2.1.0 (yoga)

no-reply at openstack.org no-reply at openstack.org
Tue Mar 14 09:40:00 UTC 2023


We joyfully announce the release of:

ovn-octavia-provider 2.1.0: OpenStack Octavia integration with OVN

This release is part of the yoga stable release series.

The source is available from:

    https://opendev.org/openstack/ovn-octavia-provider

Download the package from:

    https://tarballs.openstack.org/ovn-octavia-provider/

Please report issues through:

    https://bugs.launchpad.net/neutron/+bugs

For more details, please see below.

Changes in ovn-octavia-provider 2.0.0..2.1.0
--------------------------------------------

f95301e Ensure HM also apply to FIPs associated to LB VIPs
776e96b Avoid use of ovn metadata port IP for HM checks
a0d855a Remove LB from LS belonging to provider networks
df93c00 Fix jobs after tox4 upgrade
509941c Uncouple HM status of member statuses
6894732 Fix listener provisioning_status after HM created/deleted
27ce0c0 Make clear distinction between health check and health monitor
229c360 Ensure HM updates work as expected
4157ba9 Add support for HM on a fullypopulated load balancers
312bab9 Ensure OVN-LB is properly configured upon LS removal from LR
1c29e30 Optimization for find_ls_for_lr
662c9d1 Ensure LB are removed from LS not connected to the LB LR
4029128 Ensure lbs are properly configured for router gateway set/unset
c8467d4 Avoid LB ERROR status on delete when LS/LR are already deleted
293357b Capture port deleted event associated to HM ServiceMonitor
a2ee895 Fix healthMonitor events affecting to unrelated LB
5e2eed2 Ensure members without subnet belong to VIP subnet or fail
94435fe Fix IPv6 member delete on batch operation
3a8aa33 Delete vip port if create_vip_port raise exception
c1f4216 Apply ServiceMonitorEvent to affected LBs
1a9196b Fix way of calculate LB status after HM event
4d86a71 Fix Load balancer remains on PENDING_CREATE
e9733c7 Fix request to OVN NB DB API
a7d5827 Use python3-devel in bindep for rpm distros
e33154c Increase code coverage
2b0dc5b Avoid loadbalancer stuck in PENDING_X if delete_vip_port fails
caf9f2a Fix deletion of members without subnet_id
b17e476 Remove incorrect character in f-string
e734530 [Stable only] Fix CI jobs
bafe17a Retry logical switch associations to load balancers
4dc43fb Update TOX_CONSTRAINTS_FILE for stable/yoga
459be94 Update .gitreview for stable/yoga


Diffstat (except docs and test files)
-------------------------------------

.gitreview                                         |    1 +
bindep.txt                                         |    2 +-
lower-constraints.txt                              |  146 --
ovn_octavia_provider/common/constants.py           |    9 +
ovn_octavia_provider/common/utils.py               |   11 +-
ovn_octavia_provider/driver.py                     |   96 +-
ovn_octavia_provider/event.py                      |    9 +-
ovn_octavia_provider/helper.py                     | 1160 +++++++++---
tox.ini                                            |   32 +-
zuul.d/base.yaml                                   |   27 +-
zuul.d/project.yaml                                |    4 +-
16 files changed, 3046 insertions(+), 763 deletions(-)







More information about the Release-announce mailing list