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

no-reply at openstack.org no-reply at openstack.org
Thu Jun 18 17:12:01 UTC 2020


We exuberantly announce the release of:

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

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

9abf035 drop mock from lower-constraints
6a45069 Remove unnecessary libraries from lower-constraints
9ebd86a Remove python modules related to coding style checks
52f9f82 Switch to newer openstackdocstheme and reno versions
ac4d027 Do not send status update in case of IpAddressAlreadyAllocated
28c311c Fix the Backend class for ovsbapp index changes
23d743a Add support for OVN LB selection fields
3b8ecab Fix hacking min version to 3.0.1
10b836b Re-home functional tests
90cd9ba Re-home ovsdb event classes
b1a457f Re-home unit tests
178dbd3 Re-home OvnProviderHelper class
bf68be1 Fix E741 pep8 errors
fd460cd Re-home get_neutron_client() into common/clients.py
5685895 Re-home constants to common/constants.py
21701b0 Re-home OvnNbIdlForLb class
d6f6532 Use more octavia-lib constants
94daec2 Re-home MockedLB to tests.unit.fakes
aca9eab Re-home exceptions to common/exceptions.py
0f57bf5 Add release note README file
c54c192 Bump default tox env from py37 to py38
3ae6e75 Add py38 package metadata
c6cee92 Spawn long-running processes in the driver agent
2efb86b Update requirements and constraints
5cebb58 Make ovn-octavia-provider-v2-dsvm-scenario voting
6023e0f Add Python3 victoria unit tests
782a48d Update master for stable/ussuri
3a5deb7 Update the devstack local.conf sample file
eb1e24a Improve test coverage
88ea5cf Remove the dependency on the "mock" package
89cbf56 Fix incorrect os-testr test requirement
c78aa81 Update hacking for Python3
0db5ab4 Remove backwards-compatibility check


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

devstack/local.conf.sample                         |   52 +-
devstack/plugin.sh                                 |    1 +
devstack/settings                                  |    3 +-
lower-constraints.txt                              |   45 +-
ovn_octavia_provider/agent.py                      |   45 +
ovn_octavia_provider/common/clients.py             |   21 +
ovn_octavia_provider/common/config.py              |   27 +-
ovn_octavia_provider/common/constants.py           |   53 +
ovn_octavia_provider/common/exceptions.py          |    8 +
ovn_octavia_provider/driver.py                     | 1985 +----------------
ovn_octavia_provider/event.py                      |   70 +
ovn_octavia_provider/hacking/checks.py             |   81 +-
ovn_octavia_provider/helper.py                     | 1806 +++++++++++++++
ovn_octavia_provider/ovsdb/impl_idl_ovn.py         |   47 +
releasenotes/source/README.rst                     |   34 +
releasenotes/source/conf.py                        |    9 +-
releasenotes/source/index.rst                      |    6 +
releasenotes/source/ussuri.rst                     |    6 +
requirements.txt                                   |    7 +-
setup.cfg                                          |    5 +-
test-requirements.txt                              |    4 +-
tox.ini                                            |   27 +-
zuul.d/base.yaml                                   |    3 +
zuul.d/project.yaml                                |    6 +-
39 files changed, 6028 insertions(+), 5409 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index b40938a..5835904 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7 +7 @@ netaddr>=0.7.18 # BSD
-neutron-lib>=1.28.0 # Apache-2.0
+neutron-lib>=2.1.0 # Apache-2.0
@@ -10 +10 @@ 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
@@ -15,2 +15 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0
-tenacity>=4.4.0 # Apache-2.0
-Babel!=2.4.0,>=2.3.4 # BSD
+tenacity>=5.0.2 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index cf4d41e..cc06d27 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5 +5 @@
-hacking>=1.1.0 # Apache-2.0
+hacking>=3.0.1,<3.1.0 # Apache-2.0
@@ -12 +12 @@ oslotest>=3.2.0 # Apache-2.0
-os-testr>=1.0.0 # Apache-2.0
+stestr>=1.0.0 # Apache-2.0






More information about the Release-announce mailing list