We joyfully announce the release of: networking-bgpvpn 23.0.0 This release is part of the flamingo release series. The source is available from: https://opendev.org/openstack/networking-bgpvpn Download the package from: https://pypi.org/project/networking-bgpvpn Please report issues through: https://bugs.launchpad.net/bgpvpn/+bugs For more details, please see below. Changes in networking-bgpvpn 22.0.0..23.0.0 ------------------------------------------- e09741a Generate networking_bgpvpn.conf d6f658a Remove url tags from README deae0c3 Fix small mistakes in phrase fe4ccc8 tox: Remove basepython and ineffective ignore_basepython_conflict 782636f Drop explicit dependency on python-subunit 5c54dfc Remove py39 reference from setup.cfg 000191e Set service type when registering provider config 1044a82 Add pyproject.toml to support pip 23.1 26a124b Update master for stable/2025.1 Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 4 ++-- README.rst | 11 +++-------- bgpvpn_dashboard/dashboards/admin/bgpvpn/views.py | 2 +- devstack/plugin.sh | 3 ++- etc/neutron/networking_bgpvpn.conf | 6 ------ .../{networking-bgpvpn.conf => networking_bgpvpn.conf} | 2 +- networking_bgpvpn/neutron/services/plugin.py | 3 ++- pyproject.toml | 4 ++++ releasenotes/notes/drop-py39-da0112a0b7936798.yaml | 7 +++++++ releasenotes/source/2025.1.rst | 6 ++++++ releasenotes/source/index.rst | 1 + setup.cfg | 6 +----- test-requirements.txt | 1 - tox.ini | 2 -- 17 files changed, 35 insertions(+), 33 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 8b1e527..a4e2362 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4 +3,0 @@ coverage!=4.4,>=4.0 # Apache-2.0 -python-subunit>=1.0.0 # Apache-2.0/BSD