[release-announce] [winstackers] os-win 0.5.0 (mitaka)
no-reply at openstack.org
no-reply at openstack.org
Thu Apr 27 15:17:57 UTC 2017
We are glad to announce the release of:
os-win 0.5.0: Windows / Hyper-V library for OpenStack projects.
This release is part of the mitaka stable release series.
The source is available from:
http://git.openstack.org/cgit/openstack/os-win
Download the package from:
https://pypi.python.org/pypi/os-win
Please report issues through launchpad:
http://bugs.launchpad.net/os-win
For more details, please see below.
Changes in os-win 0.4.2..0.5.0
------------------------------
2ebbd4b Ignores "Not found" jobs when stopping jobs
07a68eb Add instance job terminate timeout
cb18c29 Properly handle stopping VM jobs
d13d6d7 FibreChannel: ignore unsupported HBA adapters
bd22965 Fix for VM's not getting IP due to missing SG rules
d675308 Non-clustered VM live migration fix
00bb229 Avoid opening parents when fetching VHD info
2a82cbd Fix iscsi volumes not being attached
33e9af9 Add method for checking whether a share is local
f3782aa Add method for retrieving vm config root dir
1cbf2e4 vmutils: honor host argument
f0b6da2 Updated from global requirements
542292e Add method for retrieving local share paths
d52f63e Updated from global requirements
Diffstat (except docs and test files)
-------------------------------------
os_win/_utils.py | 62 ++++++++--
os_win/constants.py | 1 +
os_win/exceptions.py | 4 +
.../utils/storage/initiator/test_iscsi_utils.py | 8 +-
.../storage/target/test_iscsi_target_utils.py | 38 +++---
os_win/utils/compute/livemigrationutils.py | 28 +++--
os_win/utils/compute/vmutils.py | 6 +-
os_win/utils/hostutils.py | 7 +-
os_win/utils/jobutils.py | 89 ++++++++++++---
os_win/utils/network/networkutils.py | 4 -
os_win/utils/storage/initiator/fc_utils.py | 11 +-
os_win/utils/storage/initiator/iscsi_utils.py | 3 +-
os_win/utils/storage/smbutils.py | 30 +++++
os_win/utils/storage/virtdisk/vhdutils.py | 6 +-
os_win/utils/win32utils.py | 12 +-
os_win/utilsfactory.py | 7 +-
requirements.txt | 4 +-
test-requirements.txt | 1 +
29 files changed, 549 insertions(+), 144 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 462d6db..436a184 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6 +6 @@ pbr>=1.6 # Apache-2.0
-Babel>=1.3 # BSD
+Babel!=2.3.0,!=2.3.1,!=2.3.2,!=2.3.3,>=1.3 # BSD
@@ -9 +9 @@ eventlet!=0.18.3,>=0.18.2 # MIT
-oslo.concurrency>=3.5.0 # Apache-2.0
+oslo.concurrency>=3.7.1 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 8bd244e..92d4dd8 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -7,0 +8 @@ coverage>=3.6 # Apache-2.0
+ddt>=1.0.1 # MIT
More information about the Release-announce
mailing list