[release-announce] compute-hyperv 12.0.0 (wallaby)

no-reply at openstack.org no-reply at openstack.org
Wed Apr 14 11:18:28 UTC 2021


We are pumped to announce the release of:

compute-hyperv 12.0.0: Hyper-V Nova Driver

This release is part of the wallaby release series.

The source is available from:

    https://opendev.org/openstack/compute-hyperv

Download the package from:

    https://tarballs.openstack.org/compute-hyperv/

Please report issues through:

    https://bugs.launchpad.net/compute-hyperv/+bugs

For more details, please see below.

Changes in compute-hyperv 11.0.0..12.0.0
----------------------------------------

07c0f8b Bump eventlet requirement
2f9ad19 remove unicode from code
b53f7d2 Avoid caching images when unshelving
f32ea3f Use a separate doc requirements file
81c7cf6 rbd volume support
c57ac7a Pick up InstanceMetadata changes
32a4603 hyperv: Configures chassis asset tags for VMs.
e7021d2 Add Python3 wallaby unit tests
14dbf50 Update master for stable/victoria


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

.docs-requirements.txt                             |  23 -----
.zuul.yaml                                         |   2 +-
compute_hyperv/nova/cluster/volumeops.py           |   5 +-
compute_hyperv/nova/constants.py                   |   1 +
compute_hyperv/nova/imagecache.py                  |  49 ++++++---
compute_hyperv/nova/pathutils.py                   |   7 +-
compute_hyperv/nova/vmops.py                       | 110 ++++++++++++---------
compute_hyperv/nova/volumeops.py                   |   9 +-
lower-constraints.txt                              |  96 +++++-------------
.../notes/rbd-support-9bb0037f69249785.yaml        |   5 +
releasenotes/source/conf.py                        |  16 +--
releasenotes/source/index.rst                      |   1 +
releasenotes/source/victoria.rst                   |   6 ++
requirements.txt                                   |  15 ++-
test-requirements.txt                              |  16 +--
tox.ini                                            |  12 +--
20 files changed, 238 insertions(+), 205 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 0dd938a..abdc931 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6 +5,0 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0
-Babel!=2.4.0,>=2.3.4 # BSD
@@ -8,3 +7,3 @@ Babel!=2.4.0,>=2.3.4 # BSD
-os-brick>=2.2.0 # Apache-2.0
-os-win>=3.0.0 # Apache-2.0
-oslo.config>=5.2.0 # Apache-2.0
+os-brick>=3.1.0 # Apache-2.0
+os-win>=5.2.0 # Apache-2.0
+oslo.config>=6.8.0 # Apache-2.0
@@ -12,3 +11,3 @@ oslo.log>=3.36.0 # Apache-2.0
-oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0
-oslo.service!=1.28.1,>=1.24.0 # Apache-2.0
-oslo.utils>=3.33.0 # Apache-2.0
+oslo.serialization>=2.21.1 # Apache-2.0
+oslo.service>=1.40.1 # Apache-2.0
+oslo.utils>=4.7.0 # Apache-2.0
@@ -19 +18 @@ tooz>=1.58.0 # Apache-2.0
-eventlet!=0.18.3,!=0.20.1,>=0.18.2 # MIT
+eventlet>=0.26.1 # MIT
diff --git a/test-requirements.txt b/test-requirements.txt
index 9dac395..dabe02e 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -7,2 +7,2 @@ hacking>=3.0.1,<3.1.0 # Apache-2.0
-coverage!=4.4,>=4.0 # Apache-2.0
-ddt>=1.0.1 # MIT
+coverage>=5.2.1 # Apache-2.0
+ddt>=1.2.1 # MIT
@@ -10,4 +10,2 @@ mock>=3.0.0 # BSD
-python-subunit>=1.0.0 # Apache-2.0/BSD
-sphinx>=2.0.0,!=2.1.0 # BSD
-oslo.config>=5.2.0 # Apache-2.0
-oslotest>=3.2.0 # Apache-2.0
+python-subunit>=1.4.0 # Apache-2.0/BSD
+oslotest>=3.8.0 # Apache-2.0
@@ -16 +13,0 @@ testtools>=2.2.0 # MIT
-openstackdocstheme>=2.2.1 # Apache-2.0
@@ -19,4 +16 @@ openstackdocstheme>=2.2.1 # Apache-2.0
-wsgi-intercept>=1.4.1 # MIT License
-
-# releasenotes
-reno>=3.1.0 # Apache-2.0
+wsgi-intercept>=1.7.0 # MIT License






More information about the Release-announce mailing list