We are pleased to announce the release of: networking-hyperv 7.2.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 stein stable 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.2.0 ----------------------------------------- 653ba51 Uses neutron_lib's rpc module 25e0016 OpenDev Migration Patch db12ebb Update UPPER_CONSTRAINTS_FILE for stable/stein e2e58b2 Update .gitreview for stable/stein Diffstat (except docs and test files) ------------------------------------- .gitreview | 3 ++- lower-constraints.txt | 2 +- networking_hyperv/neutron/agent/layer2.py | 2 +- requirements.txt | 2 +- tox.ini | 2 +- 7 files changed, 9 insertions(+), 7 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 62a3ef5..408e1fc 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.18.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org