[release-announce] networking-generic-switch 7.2.0 (bobcat)
no-reply at openstack.org
no-reply at openstack.org
Thu Aug 31 10:23:27 UTC 2023
We are tickled pink to announce the release of:
networking-generic-switch 7.2.0: Generic Switch ML2 Neutron Driver
This release is part of the bobcat 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.
7.2.0
^^^^^
Upgrade Notes
*************
* To improve logging, the device name is now passed to the device
driver class. If you implemented an out-of-tree device driver
inheriting from "GenericSwitchDevice" or "NetmikoSwitch", your code
needs to be adapted to accept this new argument to the "__init__"
method. It is recommended to use the "*args, **kwargs" pattern to
accept and pass all unhandled arguments to the base class.
Bug Fixes
*********
* Ignore unknown options starting with "ngs_" instead of crashing.
Changes in networking-generic-switch 7.1.0..7.2.0
-------------------------------------------------
5246705 Bugs are now tracked in launchpad, fix docs
f37a10d Fixes, updates for CI configuration
afe0713 Update master for stable/2023.1
894b922 config: Ignore unknown options starting with ngs_
Diffstat (except docs and test files)
-------------------------------------
CONTRIBUTING.rst | 13 ++++++++-----
README.rst | 6 +-----
networking_generic_switch/devices/__init__.py | 15 ++++++++++++---
.../devices/netmiko_devices/__init__.py | 4 ++--
networking_generic_switch/devices/netmiko_devices/dell.py | 4 ++--
.../devices/netmiko_devices/juniper.py | 13 +++++++------
networking_generic_switch/generic_switch_mech.py | 2 +-
.../notes/log-unknown-ngs-options-8a385406055ccc98.yaml | 12 ++++++++++++
releasenotes/source/2023.1.rst | 6 ++++++
releasenotes/source/index.rst | 1 +
tox.ini | 4 ++--
12 files changed, 55 insertions(+), 27 deletions(-)
More information about the Release-announce
mailing list