[release-announce] [winstackers] os-win 4.0.0 (rocky)

no-reply at openstack.org no-reply at openstack.org
Fri Mar 9 00:00:17 UTC 2018


We are thrilled to announce the release of:

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

This release is part of the rocky 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.

4.0.0
^^^^^

New Features

* Hyper-V can take advantage of different NIC hardware offload
  capabilities and can assign different offloading resources to VM
  NICs (SR-IOV, IOV queues, VMQs, IPSec). hostutils can now retrieve
  all the different NIC hardware offloading resources available to
  Hyper-V (depending on the physical NICs assigned). networkutils can
  now enable / assign different NIC hardware offloading resources to a
  given vSwitch port.

Changes in os-win 3.0.0..4.0.0
------------------------------

5850920 Improve WMI jobs logging
ea65d0a Ensures that all classes have the same interface as their parents
edcd896 Update reno for stable/queens
2cbb422 Updated from global requirements
823b162 tests: Use mock autospec in unit tests
776270c Fixes port security settings caching issue
63ccd40 Adds NIC hardware offload support
fbd33d5 Updated from global requirements
951bafd Updated from global requirements
a518633 Updated from global requirements
d72e3eb Updated from global requirements
1b99d30 [Trivial] Allow flushing named pipe log handles
bbaa712 Cleanup test-requirements
818ba63 Remove deprecated methods


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

.../unit/utils/compute/test_livemigrationutils.py  | 52 +++++++-------
.../unit/utils/compute/test_migrationutils.py      |  7 +-
.../unit/utils/storage/initiator/test_fc_utils.py  | 26 +++----
.../utils/storage/initiator/test_iscsi_utils.py    | 10 +--
.../storage/target/test_iscsi_target_utils.py      | 18 +++--
.../unit/utils/storage/virtdisk/test_vhdutils.py   |  9 ++-
os_win/utils/compute/clusterutils.py               | 18 +++--
os_win/utils/compute/vmutils.py                    | 27 +++++++
os_win/utils/hostutils.py                          | 77 ++++++++++++++++++++
os_win/utils/io/ioutils.py                         |  2 +-
os_win/utils/io/namedpipe.py                       |  7 ++
os_win/utils/jobutils.py                           | 66 ++++++++++++++---
os_win/utils/network/networkutils.py               | 83 ++++++++++++++++++----
os_win/utils/storage/smbutils.py                   | 31 --------
os_win/utilsfactory.py                             |  5 --
...-hardware-offload-support-5912c91b2da93044.yaml | 10 +++
releasenotes/source/index.rst                      |  1 +
releasenotes/source/queens.rst                     |  6 ++
requirements.txt                                   |  4 +-
test-requirements.txt                              |  7 +-
37 files changed, 628 insertions(+), 234 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 3ca1bf2..9ed8e27 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -9 +9 @@ eventlet!=0.18.3,!=0.20.1,<0.21.0,>=0.18.2 # MIT
-oslo.concurrency>=3.20.0 # Apache-2.0
+oslo.concurrency>=3.25.0 # Apache-2.0
@@ -11 +11 @@ oslo.config>=5.1.0 # Apache-2.0
-oslo.log>=3.30.0 # Apache-2.0
+oslo.log>=3.36.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 6ea58c3..94004ed 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -9 +8,0 @@ ddt>=1.0.1 # MIT
-python-subunit>=1.0.0 # Apache-2.0/BSD
@@ -11 +10 @@ docutils>=0.11 # OSI-Approved Open Source, Public Domain
-sphinx>=1.6.2 # BSD
+sphinx!=1.6.6,>=1.6.2 # BSD
@@ -13 +12 @@ oslo.config>=5.1.0 # Apache-2.0
-oslotest>=1.10.0 # Apache-2.0
+oslotest>=3.2.0 # Apache-2.0
@@ -17 +16 @@ testtools>=2.2.0 # MIT
-openstackdocstheme>=1.17.0 # Apache-2.0
+openstackdocstheme>=1.18.1 # Apache-2.0






More information about the Release-announce mailing list