networking-hyperv 7.3.0 (train)
We are ecstatic to announce the release of: networking-hyperv 7.3.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 train release series. The source is available from: https://opendev.org/openstack/networking-hyperv Download the package from: https://pypi.org/project/networking-hyperv Please report issues through: https://bugs.launchpad.net/networking-hyperv/+bugs For more details, please see below. Changes in networking-hyperv 7.1.0..7.3.0 ----------------------------------------- 79148e1 Uses neutron_lib trunk constants d8118b7 Add Python 3 Train unit tests 0b85580 Use opendev repository d8f527a Uses neutron_lib's rpc module f4a268c OpenDev Migration Patch 66f0e82 Dropping the py35 testing 1d765c6 Update master for stable/stein d5cf867 add python 3.7 unit test job Diffstat (except docs and test files) ------------------------------------- .gitreview | 2 +- .zuul.yaml | 3 +-- README.rst | 2 +- lower-constraints.txt | 2 +- networking_hyperv/neutron/agent/layer2.py | 2 +- networking_hyperv/neutron/trunk_driver.py | 6 +++--- releasenotes/source/index.rst | 1 + releasenotes/source/stein.rst | 6 ++++++ requirements.txt | 2 +- setup.cfg | 3 ++- test-requirements.txt | 3 ++- tox.ini | 4 ++-- 15 files changed, 28 insertions(+), 18 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 62a3ef5..b930e34 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9 +9 @@ eventlet!=0.18.3,!=0.20.1,>=0.18.2 # MIT -neutron-lib>=1.13.0 # Apache-2.0 +neutron-lib>=1.28.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index d9b562e..8ce918d 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -12 +12,2 @@ docutils>=0.11 # OSI-Approved Open Source, Public Domain -sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD +sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7' # BSD +sphinx!=1.6.6,!=1.6.7,>=1.6.2,!=2.1.0;python_version>='3.4' # BSD
participants (1)
-
no-reply@openstack.org