We high-spiritedly announce the release of: os_vif 2.3.0: A library for plugging and unplugging virtual interfaces in OpenStack. This release is part of the wallaby release series. The source is available from: https://opendev.org/openstack/os_vif Download the package from: https://pypi.org/project/os_vif For more details, please see below. 2.3.0 ^^^^^ Bug Fixes * Linux kernel 5.8 changed the sysfs interface that is used to discover the interfaces used for OVS offloads for certain NIC models. This results in network plugging failure, as described in bug #1892132. This release fixes the plugging issue by properly handling the new sysfs structure. (https://bugs.launchpad.net/os-vif/+bug/1892132) Changes in os_vif 2.2.0..2.3.0 ------------------------------ 0aa1ac3 Fix hacking min version to 3.0.1 b37de19 Fix - os-vif fails to get the correct UpLink Representor 4e6c160 tox: Rename 'UPPER_CONSTRAINTS_FILE' -> 'TOX_CONSTRAINTS_FILE' 7e97fbd Add Python3 wallaby unit tests 9ba221e Update master for stable/victoria 76f7565 Refactor code of linux_net to more cleaner and increase performace Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 2 +- .../notes/bug-1892132-812e6d5ce0588ebb.yaml | 10 + releasenotes/source/index.rst | 1 + releasenotes/source/victoria.rst | 6 + test-requirements.txt | 2 +- tox.ini | 5 +- vif_plug_ovs/linux_net.py | 100 ++++--- 8 files changed, 219 insertions(+), 195 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index a5e00c9..9bc6fd8 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +5 @@ -hacking>=3.0,<3.1.0 # Apache-2.0 +hacking>=3.0.1,<3.1.0 # Apache-2.0