networking-generic-switch 6.1.0 (yoga)
We are psyched to announce the release of: networking-generic-switch 6.1.0: Generic Switch ML2 Neutron Driver This release is part of the yoga 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. 6.1.0 ^^^^^ New Features * New per switch *ngs_manage_vlans* option. It defaults to True, but can be set to False so that no VLANs are added or removed on that switch. This is useful when not all ports on the switch are managed by Neutron. * NGS now attempts to configure the respective switchports of all links of a port group. As a result, bonding modes not requiring special switch configurations (e.g. active-passive, ALB, TLB) should be supported. MLAG may be supported using pre-defined port-channel interfaces. See NGS Bug 1759000 for details. Changes in networking-generic-switch 6.0.0..6.1.0 ------------------------------------------------- a6d14ab Support multiple links in link_local_information dict of portgroups bc90e80 Re-add python 3.6/3.7 in classifier d900b0e Updating yoga tested python versions in classifier 5c2d050 Add Python3 yoga unit tests 2c1dc83 Update master for stable/xena 7180869 Add ngs_manage_vlans configuration Diffstat (except docs and test files) ------------------------------------- networking_generic_switch/devices/__init__.py | 6 + .../devices/netmiko_devices/__init__.py | 8 + networking_generic_switch/generic_switch_mech.py | 166 +++++++++++++-------- .../notes/manage-vlans-c75e4c2e9b9b3403.yaml | 6 + ...tiple-links-in-port-group-59a11c2c2da73065.yaml | 9 ++ releasenotes/source/index.rst | 1 + releasenotes/source/xena.rst | 6 + setup.cfg | 1 + zuul.d/project.yaml | 2 +- 12 files changed, 334 insertions(+), 63 deletions(-)
participants (1)
-
no-reply@openstack.org