[release-announce] ovn-octavia-provider 0.1.3 (ussuri)

no-reply at openstack.org no-reply at openstack.org
Tue Jul 27 12:06:17 UTC 2021


We are thrilled to announce the release of:

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

This release is part of the ussuri 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 0.1.2..0.1.3
--------------------------------------------

4d20d32 Ensure that load balancer is added to logical switch
e749ac3 Add log for request_handler events
7d719a2 Remove the dependency on the "mock" package
de7c637 Check if no members in pool better in batch update
f4861f9 Don't try to store protocol=None in OVSDB
3204fcf Fix gate failure
e6c7e5a Fix leaked file descriptors by cleaning up objects
9aaf086 Retry status updates to Octavia
f98aaef Fix broken gate


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

lower-constraints.txt                              | 65 +++++++++-------
ovn_octavia_provider/driver.py                     | 91 ++++++++++++++++------
requirements.txt                                   | 11 +--
test-requirements.txt                              |  6 +-
tox.ini                                            |  2 +-
zuul.d/base.yaml                                   | 30 +++++--
zuul.d/project.yaml                                |  6 +-
13 files changed, 201 insertions(+), 84 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index b40938a..d8ee259 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5 +5,2 @@
-keystoneauth1>=3.4.0 # Apache-2.0
+keystoneauth1>=3.14.0 # Apache-2.0
+eventlet!=0.18.3,!=0.20.1,>=0.18.2 # MIT
@@ -7 +8 @@ netaddr>=0.7.18 # BSD
-neutron-lib>=1.28.0 # Apache-2.0
+neutron-lib>=1.29.1 # Apache-2.0
@@ -10 +11 @@ oslo.log>=3.36.0 # Apache-2.0
-oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0
+oslo.serialization>=2.28.1 # Apache-2.0
@@ -14,2 +15,2 @@ ovsdbapp>=0.17.0 # Apache-2.0
-pbr!=2.1.0,>=2.0.0 # Apache-2.0
-tenacity>=4.4.0 # Apache-2.0
+pbr>=4.0.0 # Apache-2.0
+tenacity>=5.0.2 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 0b5f1d0..de2d51b 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5 +5 @@
-hacking>=1.1.0 # Apache-2.0
+hacking>=3.0.1 # Apache-2.0
@@ -13,2 +13,2 @@ os-testr>=1.0.0 # Apache-2.0
-astroid==2.1.0 # LGPLv2.1
-pylint==2.3.0 # GPLv2
+astroid==2.4.0 # LGPLv2.1
+pylint==2.5.3 # GPLv2






More information about the Release-announce mailing list