networking-hyperv 9.0.0 (victoria)
We are psyched to announce the release of: networking-hyperv 9.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 victoria 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 8.0.0.0rc1..9.0.0 ---------------------------------------------- fca3366 [goal] Migrate testing to ubuntu focal 5d66268 drop mock from lower-constraints cb4ad01 Switch to newer openstackdocstheme and reno versions 9b61e7c Remove the unused coding style modules a992ca3 Fix hacking min version to 3.0.1 7128866 Monkey patch original current_thread _active 11be493 Pick up security group RPC API changes 4cd8846 Bump default tox env from py37 to py38 36f1e1e Add py38 package metadata f307d5a Add Python3 victoria unit tests 25906d1 Update master for stable/ussuri 9b8979f Use unittest.mock instead of third party mock e8d839c Update to hacking 3.0 1fde008 Cleanup py27 support Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 2 +- lower-constraints.txt | 24 +++++++---------- networking_hyperv/neutron/__init__.py | 6 +++++ .../neutron/security_groups_driver.py | 6 ++--- .../unit/neutron/agent/test_hnv_metadata_agent.py | 2 +- .../unit/neutron/agent/test_hnv_neutron_agent.py | 2 +- .../neutron/agent/test_hyperv_neutron_agent.py | 2 +- .../unit/neutron/test_hyperv_agent_notifier.py | 2 +- .../unit/neutron/test_security_groups_driver.py | 14 +++++----- releasenotes/source/conf.py | 8 +++--- releasenotes/source/index.rst | 1 + releasenotes/source/ussuri.rst | 6 +++++ requirements.txt | 1 - setup.cfg | 12 +++------ setup.py | 9 ------- test-requirements.txt | 10 +++----- tox.ini | 30 ++++++++++++---------- 28 files changed, 84 insertions(+), 85 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index b930e34..90096f2 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 diff --git a/test-requirements.txt b/test-requirements.txt index 7f15437..6d2108c 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +5 @@ -hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 +hacking>=3.0.1,<3.1.0 # Apache-2.0 @@ -10 +9,0 @@ fixtures>=3.0.0 # Apache-2.0/BSD -mock>=2.0.0 # BSD @@ -12,2 +11 @@ docutils>=0.11 # OSI-Approved Open Source, Public Domain -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 +sphinx>=2.0.0,!=2.1.0 # BSD @@ -19 +17 @@ testtools>=2.2.0 # MIT -openstackdocstheme>=1.20.0 # Apache-2.0 +openstackdocstheme>=2.2.1 # Apache-2.0 @@ -21 +19 @@ openstackdocstheme>=1.20.0 # Apache-2.0 -reno>=2.5.0 # Apache-2.0 +reno>=3.1.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org