[release-announce] networking-generic-switch 4.0.0 (victoria)

no-reply at openstack.org no-reply at openstack.org
Wed Oct 14 10:23:18 UTC 2020


We are happy to announce the release of:

networking-generic-switch 4.0.0: Generic Switch ML2 Neutron Driver

This release is part of the victoria release series.

The source is available from:

    https://opendev.org/openstack/networking-generic-switch

Download the package from:

    https://pypi.org/project/networking-generic-switch

Please report issues through:

    https://storyboard.openstack.org/#!/project/openstack/networking-
generic-switch

For more details, please see below.

Changes in networking-generic-switch 3.0.0..4.0.0
-------------------------------------------------

7ab3518 Fix lower-constraints for ubuntu focal
2411ff7 Generate key on PEM format
7971c9c Add support for Cumulus 4.x NCLU driver
efeba57 Set min version of tox to 3.2.1
537be51 change segment id type to int
1174183 Switch to newer openstackdocstheme and reno versions
bad5c45 Update lower-constraints.txt
5f3b004 Add py38 package metadata
00cf097 Add Python3 victoria unit tests
1dce3b6 Update master for stable/ussuri
7364de1 Upgrade flake8-import-order version to 0.17.1
6eab0b6 Remove the unused oslo.i18n bits


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

devstack/plugin.sh                                 |   2 +-
lower-constraints.txt                              |  43 ++++----
networking_generic_switch/_i18n.py                 |  12 ---
.../devices/netmiko_devices/__init__.py            |  11 +-
.../devices/netmiko_devices/cumulus.py             |  73 +++++++++++++
networking_generic_switch/generic_switch_mech.py   |   5 +-
.../add-cumulus-nclu-support-ddcffa604c3e1b18.yaml |   5 +
releasenotes/source/conf.py                        |   9 +-
releasenotes/source/index.rst                      |   1 +
releasenotes/source/ussuri.rst                     |   6 ++
requirements.txt                                   |   4 +-
setup.cfg                                          |   2 +
tempest_plugin/plugin.py                           |   1 -
test-requirements.txt                              |   2 +-
tox.ini                                            |   2 +-
zuul.d/project.yaml                                |   2 +-
21 files changed, 258 insertions(+), 59 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 7b87bb6..34df0c1 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -12,2 +12,2 @@ oslo.utils>=3.33.0 # Apache-2.0
-tenacity>=4.4.0 # Apache-2.0
-tooz>=1.58.0 # Apache-2.0
+tenacity>=6.0.0 # Apache-2.0
+tooz>=2.5.1 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 534a844..5847a25 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -13 +13 @@ hacking>=3.0.0,<3.1.0 # Apache-2.0
-flake8-import-order==0.11 # LGPLv3
+flake8-import-order==0.17.1 # LGPLv3






More information about the Release-announce mailing list