We high-spiritedly announce the release of: networking-generic-switch 1.3.0: Generic Switch ML2 Neutron Driver This release is part of the stein release series. The source is available from: https://git.openstack.org/cgit/openstack/networking-generic-switch Download the package from: https://pypi.org/project/networking-generic-switch Please report issues through launchpad: https://storyboard.openstack.org/#!/project/956 For more details, please see below. 1.3.0 ^^^^^ New Features * Adds support for disabling inactive switch interfaces. This is configured on a per-device basis using the "ngs_disable_inactive_ports" flag. See Story 2003391 for details. Changes in networking-generic-switch 1.2.0..1.3.0 ------------------------------------------------- 59cf11b Fix encoding for python3 lock naming 4f7ecb1 Update min tox version to 2.0 1d6290e Use oslo_utils for string to bool conversion d2a653d Set config filename for neutron-metering 39ae573 Support disabling inactive links for Juniper 55a9efe Support disabling inactive links 9fa0acc Install doc requirements in venv tox environment e306c93 Detection of errors for Dell PowerConnect devices 2485e41 Convert error detection to use a decorator 8d09e97 switch documentation job to new PTI 5c03f6c import zuul job settings from project-config 679d08e Update reno for stable/rocky d5f7ab3 Detection of config errors for netmiko drivers Diffstat (except docs and test files) ------------------------------------- devstack/upgrade/upgrade.sh | 4 + networking_generic_switch/devices/__init__.py | 10 +- .../devices/netmiko_devices/__init__.py | 79 +++++++++++++++- .../devices/netmiko_devices/brocade.py | 7 +- .../devices/netmiko_devices/dell.py | 9 ++ .../devices/netmiko_devices/juniper.py | 8 ++ networking_generic_switch/locking.py | 2 +- .../disable-inactive-ports-bd6c42ceb232aab2.yaml | 7 ++ releasenotes/source/index.rst | 1 + releasenotes/source/rocky.rst | 6 ++ requirements.txt | 1 + tox.ini | 6 +- zuul.d/project.yaml | 7 ++ 18 files changed, 368 insertions(+), 45 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 678ca14..9f68dcc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,0 +11 @@ oslo.log>=3.36.0 # Apache-2.0 +oslo.utils>=3.33.0 # Apache-2.0