We are chuffed to announce the release of: os_vif 3.1.0: A library for plugging and unplugging virtual interfaces in OpenStack. This release is part of the antelope 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. Changes in os_vif 3.0.0..3.1.0 ------------------------------ b0298b5 adapt to stestr 4.0 release 2f55e9e Move mtu update request into ovsdb transaction 35705ba Switch to 2023.1 Python3 unit tests and generic template name f8d5040 Update master for stable/zed Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 2 +- releasenotes/source/index.rst | 1 + releasenotes/source/zed.rst | 6 +++ test-requirements.txt | 2 +- tox.ini | 6 +-- vif_plug_ovs/ovsdb/ovsdb_lib.py | 23 ++++++--- 8 files changed, 73 insertions(+), 29 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index b962210..10783fd 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -8 +8 @@ ovs>=2.9.2 -stestr>=1.0.0 # Apache-2.0 +stestr>=3.1.0 # Apache-2.0