We are jazzed to announce the release of: os-win 4.2.1: Windows / Hyper-V library for OpenStack projects. This release is part of the stein 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 4.2.0..4.2.1 ------------------------------ 027749c Wait for cluster node to be available c51aaa1 Fix VHD detach b28e80b OpenDev Migration Patch abd621d Update UPPER_CONSTRAINTS_FILE for stable/stein e268b3e Update .gitreview for stable/stein Diffstat (except docs and test files) ------------------------------------- .gitreview | 3 +- os_win/_utils.py | 53 +++++++++++- os_win/conf.py | 4 + .../storage/target/test_iscsi_target_utils.py | 6 +- .../unit/utils/storage/virtdisk/test_vhdutils.py | 61 +++++++++++++ os_win/utils/compute/clusterutils.py | 46 ++++++---- os_win/utils/io/ioutils.py | 4 +- os_win/utils/pathutils.py | 38 +++++++++ os_win/utils/storage/diskutils.py | 39 +++++++++ os_win/utils/storage/target/iscsi_target_utils.py | 3 +- os_win/utils/storage/virtdisk/vhdutils.py | 44 +++++++++- os_win/utils/win32utils.py | 10 --- os_win/utils/winapi/constants.py | 8 ++ os_win/utils/winapi/libs/kernel32.py | 22 +++++ os_win/utils/winapi/libs/virtdisk.py | 1 + tox.ini | 2 +- 23 files changed, 590 insertions(+), 64 deletions(-)
participants (1)
-
no-reply@openstack.org