We are gleeful to announce the release of: ovn-octavia-provider 2.0.0: OpenStack Octavia integration with OVN This release is part of the yoga 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 1.1.1..2.0.0 -------------------------------------------- 1ac25e8 Allow to create ovn loadbalancer on dual-stack provider networks 6cc77f8 Add support for fullypopulated load balancers a4ec592 [FT] Enable OVS and OVN compilation from source 4d01470 Set listeners back to ACTIVE upon pool/member action failures ee800e1 Check gateway IP while looking for LR plugged to LS 1ee61f9 Fix functional tests job 675ea9c Support creating members without a subnet ID 6a61cd2 Add Python3 yoga unit tests 3a1af62 Update master for stable/xena e9bf916 Fix lower-constanints and pep8 jobs c5a8e25 Update docs based on support added recently. Diffstat (except docs and test files) ------------------------------------- lower-constraints.txt | 8 +- ovn_octavia_provider/common/constants.py | 1 + ovn_octavia_provider/driver.py | 36 +++-- ovn_octavia_provider/hacking/checks.py | 2 +- ovn_octavia_provider/helper.py | 171 ++++++++++++--------- playbooks/run_functional_job.yaml | 2 - ...r-create-without-subnetid-0b4e3aa6ac453f28.yaml | 7 + releasenotes/source/index.rst | 1 + releasenotes/source/xena.rst | 6 + requirements.txt | 4 +- zuul.d/base.yaml | 8 +- zuul.d/project.yaml | 2 +- 19 files changed, 356 insertions(+), 130 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 4c5558a..99670ec 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7 +7 @@ netaddr>=0.7.18 # BSD -neutron-lib>=2.10.1 # Apache-2.0 +neutron-lib>=2.16.0 # Apache-2.0 @@ -16 +16 @@ pbr>=4.0.0 # Apache-2.0 -SQLAlchemy>=1.2.19 # MIT +SQLAlchemy>=1.4.23 # MIT
participants (1)
-
no-reply@openstack.org