[release-announce] networking-hyperv 7.0.0 (rocky)

no-reply at openstack.org no-reply at openstack.org
Thu Aug 16 13:19:29 UTC 2018


We are thrilled to announce the release of:

networking-hyperv 7.0.0: This project tracks the work to integrate the
Hyper-V networking with Neutron. This project contains the Hyper-V
Neutron Agent Mixin, Security Groups Driver, ML2 Mechanism Driver and
the utils modules they use in order to properly bind neutron ports on
a Hyper-V host. This project resulted from the neutron core vendor
decomposition.

This release is part of the rocky release series.

The source is available from:

    https://git.openstack.org/cgit/openstack/networking-hyperv

Download the package from:

    https://pypi.org/project/networking-hyperv

Please report issues through launchpad:

    https://bugs.launchpad.net/networking-hyperv

For more details, please see below.

Changes in networking-hyperv 6.0.0..7.0.0
-----------------------------------------

d49d70c Switch to stestr
fcec282 Add release notes link in README
437d327 Updating required neutron version
4dab4f5 fix tox python3 overrides
1320c40 add lower-constraints job
28cf12c Updated from global requirements
c76728a pypy is not checked at gate
4359bad Updated from global requirements
45aa0b3 Avoid tox-install.sh
f10a2bb Fixes securitygroups_rpc usage
bd85a7c Update links in README
9816120 use common agent topics from neutron-lib
72604a5 Updated from global requirements
2d47a92 Update reno for stable/queens
13a1d75 Removes SG rules on port with SG disabled
7dd5a33 Updated from global requirements


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

.gitignore                                         |   3 +-
.stestr.conf                                       |   4 +
.testr.conf                                        |   7 --
.zuul.yaml                                         |   7 ++
README.rst                                         |   8 +-
lower-constraints.txt                              | 138 +++++++++++++++++++++
networking_hyperv/neutron/agent/base.py            |   2 +-
.../neutron/agent/hnv_metadata_agent.py            |   2 +-
.../neutron/agent/hyperv_neutron_agent.py          |   9 +-
networking_hyperv/neutron/agent/layer2.py          |   2 +-
.../neutron/security_groups_driver.py              |   5 +-
.../unit/neutron/agent/test_hnv_metadata_agent.py  |   2 +-
.../neutron/agent/test_hyperv_neutron_agent.py     |   5 +-
.../unit/neutron/test_security_groups_driver.py    |  10 --
releasenotes/source/index.rst                      |   1 +
releasenotes/source/queens.rst                     |   6 +
requirements.txt                                   |  11 +-
test-requirements.txt                              |   6 +-
tools/tox_install.sh                               |  65 ----------
tox.ini                                            |  34 +++--
21 files changed, 211 insertions(+), 118 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 58b5eb0..62a3ef5 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7 +7 @@ Babel!=2.4.0,>=2.3.4 # BSD
-eventlet!=0.18.3,!=0.20.1,<0.21.0,>=0.18.2 # MIT
+eventlet!=0.18.3,!=0.20.1,>=0.18.2 # MIT
@@ -9,3 +9,3 @@ eventlet!=0.18.3,!=0.20.1,<0.21.0,>=0.18.2 # MIT
-neutron-lib>=1.12.0 # Apache-2.0
-os-win>=2.0.0 # Apache-2.0
-oslo.config>=5.1.0 # Apache-2.0
+neutron-lib>=1.13.0 # Apache-2.0
+os-win>=3.0.0 # Apache-2.0
+oslo.config>=5.2.0 # Apache-2.0
@@ -17 +17,2 @@ oslo.utils>=3.33.0 # Apache-2.0
-python-neutronclient>=6.3.0 # Apache-2.0
+python-neutronclient>=6.7.0 # Apache-2.0
+neutron>=13.0.0.0b1 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index cb9845a..d9b562e 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -12,2 +12,2 @@ docutils>=0.11 # OSI-Approved Open Source, Public Domain
-sphinx!=1.6.6,>=1.6.2 # BSD
-oslo.config>=5.1.0 # Apache-2.0
+sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
+oslo.config>=5.2.0 # Apache-2.0
@@ -15 +15 @@ oslotest>=3.2.0 # Apache-2.0
-testrepository>=0.0.18 # Apache-2.0/BSD
+stestr>=2.0.0 # Apache-2.0






More information about the Release-announce mailing list