[openstack-dev] [new][winstackers] os-win 1.1.0 release (newton)

no-reply at openstack.org no-reply at openstack.org
Wed Jul 13 22:57:10 UTC 2016


We are pleased to announce the release of:

os-win 1.1.0: Windows / Hyper-V library for OpenStack projects.

This release is part of the newton release series.

With source available at:

    http://git.openstack.org/cgit/openstack/os-win

With package available at:

    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 1.0.0..1.1.0
------------------------------

5e78a0b Updated from global requirements
eb6923f Adds method for returning DNS Zone properties
baab117 iSCSI tgt utils: remove workaround needed by old WMI lib
b5d6089 Add instance job terminate timeout
88cd6e4 Hyper-V: Added checking secure VMs status
660d2b5 Updated from global requirements
bcc5ce2 Properly handle stopping VM jobs
efb4821 Add utils for managing DNS operations
433d1e4 Fix for VM's not getting IP due to missing SG rules
2d6e43c Updated from global requirements


Diffstat (except docs and test files)
-------------------------------------

os_win/_utils.py                                   |  54 ++++-
os_win/constants.py                                |  20 ++
os_win/exceptions.py                               |  16 ++
.../storage/target/test_iscsi_target_utils.py      |  67 ++----
os_win/utils/compute/vmutils.py                    |   3 +
os_win/utils/compute/vmutils10.py                  |   9 +
os_win/utils/dns/__init__.py                       |   0
os_win/utils/dns/dnsutils.py                       | 184 +++++++++++++++
os_win/utils/jobutils.py                           |  81 +++++--
os_win/utils/network/networkutils.py               |   4 -
os_win/utils/storage/target/iscsi_target_utils.py  |  12 +-
os_win/utils/win32utils.py                         |  12 +-
os_win/utilsfactory.py                             |   9 +
requirements.txt                                   |   6 +-
test-requirements.txt                              |   2 +-
23 files changed, 811 insertions(+), 130 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index 70eb018..4b827b8 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -10 +10 @@ oslo.concurrency>=3.8.0 # Apache-2.0
-oslo.config>=3.10.0 # Apache-2.0
+oslo.config>=3.12.0 # Apache-2.0
@@ -12 +12 @@ oslo.log>=1.14.0 # Apache-2.0
-oslo.utils>=3.11.0 # Apache-2.0
+oslo.utils>=3.15.0 # Apache-2.0
@@ -18 +18 @@ PyMI>=1.0.0;sys_platform=='win32' # Apache 2.0 License
-wmi;sys_platform=='win32'  # MIT
+wmi;sys_platform=='win32' # MIT
diff --git a/test-requirements.txt b/test-requirements.txt
index 92d4dd8..8289eb5 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -11 +11 @@ python-subunit>=0.0.18 # Apache-2.0/BSD
-sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD
+sphinx!=1.3b1,<1.3,>=1.2.1 # BSD





More information about the OpenStack-dev mailing list