We are excited to announce the release of: os_vif 2.0.1: A library for plugging and unplugging virtual interfaces in OpenStack. This release is part of the ussuri stable 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.0.1 ^^^^^ 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.0.0..2.0.1 ------------------------------ 37da337 [Stable Only] Drop lower constraints testing 1226d46 Fix - os-vif fails to get the correct UpLink Representor 3e1d898 Refactor code of linux_net to more cleaner and increase performace ecdd9a3 Update TOX_CONSTRAINTS_FILE for stable/ussuri f4d9118 Update .gitreview for stable/ussuri 820df7d Fix doc build job for wanring turn into error Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + .zuul.yaml | 1 - lower-constraints.txt | 93 ------- os_vif/objects/vif.py | 2 +- .../notes/bug-1892132-812e6d5ce0588ebb.yaml | 10 + tox.ini | 12 +- vif_plug_ovs/linux_net.py | 105 +++++--- 9 files changed, 213 insertions(+), 302 deletions(-)