We high-spiritedly announce the release of: networking-bagpipe 12.0.1: Mechanism driver for Neutron ML2 plugin using BGP E-VPNs/IP VPNs as a backend This release is part of the ussuri stable release series. The source is available from: https://opendev.org/openstack/networking-bagpipe Download the package from: https://pypi.org/project/networking-bagpipe Please report issues through: https://bugs.launchpad.net/networking-bagpipe/+bugs For more details, please see below. Changes in networking-bagpipe 12.0.0..12.0.1 -------------------------------------------- 0e866ee Monkey patch original current_thread _active b14e767 Fix pep8 job d6bee05 Switch to stable/ussuri neutron-tempest-plugin jobs c63b726 Update TOX_CONSTRAINTS_FILE for stable/ussuri a1d31f3 Update .gitreview for stable/ussuri Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + .zuul.yaml | 4 ++-- lower-constraints.txt | 1 + networking_bagpipe/agent/bagpipe_ml2/agent_extension.py | 6 ++++++ test-requirements.txt | 1 + tox.ini | 4 ++-- 6 files changed, 13 insertions(+), 4 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 78d0ef0..14d0089 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -17,0 +18 @@ reno>=2.5.0 # Apache-2.0 +isort==4.3.21 # MIT