[release-announce] os_vif 2.2.1 (victoria)

no-reply at openstack.org no-reply at openstack.org
Wed Sep 8 10:59:44 UTC 2021


We are happy to announce the release of:

os_vif 2.2.1: A library for plugging and unplugging virtual interfaces
in OpenStack.

This release is part of the victoria 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.2.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.2.0..2.2.1
------------------------------

2ebe47f Resolve dependency issues
a28aafa Fix - os-vif fails to get the correct UpLink Representor
167bb03 Refactor code of linux_net to more cleaner and increase performace
7718f62 Update TOX_CONSTRAINTS_FILE for stable/victoria
37260a2 Update .gitreview for stable/victoria


Diffstat (except docs and test files)
-------------------------------------

.gitreview                                         |   1 +
lower-constraints.txt                              |  92 +------
.../notes/bug-1892132-812e6d5ce0588ebb.yaml        |  10 +
test-requirements.txt                              |   3 -
tox.ini                                            |   4 +-
vif_plug_ovs/linux_net.py                          | 100 ++++---
7 files changed, 224 insertions(+), 274 deletions(-)


Requirements updates
--------------------

diff --git a/test-requirements.txt b/test-requirements.txt
index a5e00c9..b962210 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5 +4,0 @@
-hacking>=3.0,<3.1.0 # Apache-2.0
@@ -7 +5,0 @@ coverage!=4.4,>=4.0 # Apache-2.0
-python-subunit>=1.0.0 # Apache-2.0/BSD
@@ -11 +8,0 @@ stestr>=1.0.0 # Apache-2.0
-testrepository>=0.0.18 # Apache-2.0/BSD






More information about the Release-announce mailing list