[release-announce] [winstackers] os-win 2.6.0 (queens)

no-reply at openstack.org no-reply at openstack.org
Wed Nov 22 13:13:51 UTC 2017


We are glad to announce the release of:

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

This release is part of the queens 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.5.0..2.6.0
------------------------------

05bdaea Adds SR-IOV support
de3f36d Remove setting of version/release from releasenotes
35a0462 Updated from global requirements
0ca0320 doc: Switch to openstackdocstheme
e27e183 Add config sample to os-win docs
f9acdd1 Updated from global requirements
2f808ec Add oslo.config entry point
11c9250 [Trivial] Add HyperVvSwitchNotFound exception


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

.gitignore                                         |  2 +
etc/os-win-config-generator.conf                   |  5 ++
os_win/conf.py                                     |  8 ++-
os_win/exceptions.py                               |  4 ++
os_win/utils/compute/vmutils.py                    | 15 ++++--
os_win/utils/hostutils.py                          | 62 ++++++++++++++++++++++
os_win/utils/jobutils.py                           |  8 +++
os_win/utils/network/networkutils.py               | 45 ++++++++++++++--
releasenotes/source/conf.py                        | 11 ++--
requirements.txt                                   |  2 +-
setup.cfg                                          |  4 ++
test-requirements.txt                              |  6 +--
18 files changed, 281 insertions(+), 28 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 163c88b..9039419 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -12 +12 @@ oslo.log>=3.30.0 # Apache-2.0
-oslo.utils>=3.28.0 # Apache-2.0
+oslo.utils>=3.31.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 728868a..968c5e5 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -9 +9 @@ ddt>=1.0.1 # MIT
-python-subunit>=0.0.18 # Apache-2.0/BSD
+python-subunit>=1.0.0 # Apache-2.0/BSD
@@ -12 +12 @@ sphinx>=1.6.2 # BSD
-oslosphinx>=4.7.0 # Apache-2.0
+oslo.config>=4.6.0 # Apache-2.0
@@ -16 +16 @@ testscenarios>=0.4 # Apache-2.0/BSD
-testtools>=1.4.0 # MIT
+testtools>=2.2.0 # MIT






More information about the Release-announce mailing list