We contentedly announce the release of: os-win 2.2.1: Windows / Hyper-V library for OpenStack projects. This release is part of the pike stable release series. The source is available from: https://opendev.org/openstack/os-win Download the package from: https://pypi.org/project/os-win Please report issues through: https://bugs.launchpad.net/os-win/+bugs For more details, please see below. Changes in os-win 2.2.0..2.2.1 ------------------------------ 22f35e9 import zuul job settings from project-config 4f73009 Silently continue when destroying missing vNIC 27f7dc5 Fix fetching vm boot sources 7522729 Fixes port security settings caching issue b507ec4 vmutils: Fixes setting disk QoS on Hyper-V 6.2 ebfe3c2 Updated from global requirements Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 8 ++ os_win/exceptions.py | 4 + os_win/utils/compute/vmutils.py | 75 +++++++++---- os_win/utils/compute/vmutils10.py | 2 +- os_win/utils/network/networkutils.py | 13 +-- os_win/utilsfactory.py | 6 +- test-requirements.txt | 2 +- 9 files changed, 161 insertions(+), 78 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 55547f7..a969d19 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -17 +17 @@ testtools>=1.4.0 # MIT -openstackdocstheme>=1.16.0 # Apache-2.0 +openstackdocstheme>=1.16.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org