We are pumped to announce the release of: os-win 4.2.0: Windows / Hyper-V library for OpenStack projects. This release is part of the stein release series. The source is available from: http://git.openstack.org/cgit/openstack/os-win Download the package from: https://pypi.org/project/os-win Please report issues through launchpad: http://bugs.launchpad.net/os-win For more details, please see below. Changes in os-win 4.1.1..4.2.0 ------------------------------ 0857a0e Cleanup utilsfactory map d139d77 Add pipe helpers 593152d Silently continue when disconnecting missing vhds e36f816 Use template for lower-constraints 3bc86d6 Change openstack-dev to openstack-discuss e1c83c8 Logging multiple WMI job errors 030df4e Disable wmi object caching by default 21a2fe8 Trivial: Fix flaky unit test Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 8 +- os_win/conf.py | 6 +- .../unit/utils/storage/virtdisk/test_vhdutils.py | 31 ++-- os_win/utils/io/ioutils.py | 49 +++++ os_win/utils/jobutils.py | 14 +- os_win/utils/storage/virtdisk/vhdutils.py | 5 + os_win/utils/winapi/libs/kernel32.py | 26 +++ os_win/utils/winapi/wintypes.py | 8 + os_win/utilsfactory.py | 203 +++++++++------------ setup.cfg | 2 +- 15 files changed, 323 insertions(+), 152 deletions(-)
participants (1)
-
no-reply@openstack.org