[release-announce] ovn-octavia-provider 0.3.0 (victoria)

no-reply at openstack.org no-reply at openstack.org
Thu Sep 24 16:56:34 UTC 2020


We are stoked to announce the release of:

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

This release is part of the victoria 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.2.0..0.3.0
--------------------------------------------

898d8f1 test_integration.py: remove neutron dependency
e5699cf Add integration tests with port forwarding
44971ee Switch to TOX_CONSTRAINTS_FILE
bfd9804 Fix broken gate
2da9f3d Omit tests directory while couting the coverage report
c287fda Set the CONF.load_balancer.enabled_provider_drivers tempest conf
57dbca6 Fix member_batch_update function to follow api v2
65c25a4 Add installation of octavia-tempest-plugin to sample local.conf
3445f5f Update ROUND_ROBIN to SOURCE_IP_PORT in docs
773daf5 Fix pep8 and functional jobs
6ed2660 Add a hacking check for importing mock library


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

.coveragerc                                        |   7 +
HACKING.rst                                        |   1 +
devstack/local.conf.sample                         |   4 +-
lower-constraints.txt                              |  25 +--
ovn_octavia_provider/common/constants.py           |   2 +
ovn_octavia_provider/driver.py                     |  29 ++--
ovn_octavia_provider/hacking/checks.py             |  19 +++
ovn_octavia_provider/helper.py                     |   6 +
requirements.txt                                   |   2 +
test-requirements.txt                              |   2 +-
tox.ini                                            |   9 +-
zuul.d/base.yaml                                   |  23 ++-
zuul.d/project.yaml                                |   6 +-
20 files changed, 340 insertions(+), 56 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 5835904..a311457 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -9,0 +10 @@ oslo.log>=3.36.0 # Apache-2.0
+oslo.messaging>=12.4.0 # Apache-2.0
@@ -14,0 +16 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0
+SQLAlchemy>=1.2.19 # MIT
diff --git a/test-requirements.txt b/test-requirements.txt
index cc06d27..bbd2336 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -13 +12,0 @@ stestr>=1.0.0 # Apache-2.0
-astroid==2.1.0 # LGPLv2.1
@@ -14,0 +14 @@ pylint==2.3.0 # GPLv2
+isort==4.3.21 # MIT






More information about the Release-announce mailing list