[release-announce] [winstackers] os-win 2.0.1 (pike)

no-reply at openstack.org no-reply at openstack.org
Thu Apr 20 18:49:31 UTC 2017


We are overjoyed to announce the release of:

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

This release is part of the pike 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 2.0.0..2.0.1
------------------------------

aa3fbc7 networkutils: specializes the exception raised by _get_vnic_settings
38287d5 Updated from global requirements
acbcb55 Add cluster vm owner change listener
f9787c8 pep8: fixes indentation issues
64c2518 Remove log translations
5ff09ff Optimize the link address
a959a4b Replacing six.iteritems() with .items()
1c7e2e8 Updated from global requirements
54d97f2 Fix share local address check


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

README.rst                                         |  4 +-
os_win/_utils.py                                   |  3 +-
os_win/constants.py                                |  2 +
os_win/exceptions.py                               |  4 ++
os_win/utils/compute/clusterutils.py               | 52 ++++++++++++++++------
os_win/utils/compute/livemigrationutils.py         |  4 +-
os_win/utils/compute/vmutils.py                    | 30 ++++++-------
os_win/utils/hostutils.py                          | 10 ++---
os_win/utils/hostutils10.py                        |  6 +--
os_win/utils/metrics/metricsutils.py               |  4 +-
os_win/utils/network/networkutils.py               | 13 +++---
os_win/utils/network/nvgreutils.py                 |  5 +--
os_win/utils/storage/diskutils.py                  |  6 +--
os_win/utils/storage/initiator/fc_utils.py         | 14 +++---
os_win/utils/storage/initiator/iscsi_utils.py      |  9 ++--
os_win/utils/storage/smbutils.py                   |  8 ++--
os_win/utils/storage/target/iscsi_target_utils.py  |  4 +-
os_win/utils/win32utils.py                         |  5 +--
os_win/utilsfactory.py                             |  2 +-
requirements.txt                                   |  4 +-
tox.ini                                            |  3 +-
26 files changed, 163 insertions(+), 96 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index c268b59..66d2d54 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5,2 +5,2 @@
-pbr>=2.0.0 # Apache-2.0
-Babel>=2.3.4 # BSD
+pbr!=2.1.0,>=2.0.0 # Apache-2.0
+Babel!=2.4.0,>=2.3.4 # BSD





More information about the Release-announce mailing list