networking-bagpipe 22.0.0 (epoxy)
We are jazzed to announce the release of: networking-bagpipe 22.0.0 This release is part of the epoxy 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 21.0.0..22.0.0 -------------------------------------------- 774650c Drop of_interface option b16f055 Drop remaining code related to linux bridge driver d21d3a2 Uncap psutil c48cdb2 Drop removed tables for linux bridge plugin f4381ef CFG: add help text for OVS dataplane driver cfg options db7fb00 Remove unused Babel ae61d58 Remove LinuxBridge related code 0b6e789 pep8: Issue on Noble (U. 24.04) with pylint 18f3825 tests: test_db_base_plugin_v2.py was moved to common 534eecf reno: Update master for unmaintained/2023.1 7db2967 pyupgrade changes for Python3.9+ fc487a6 Remove translation sections from setup.cfg c5958fe Drop unused horizon from requirements e133e5d Bump actual minimum python version 0cfbb63 Treat items of [sfc_bagpipe] rtnn as Integer d8423bc Fix inconsistent type of hash_method_param 345e561 Remove unnecessary main function fa4fd1f Use common eventlet helper from neutron 553febd Remove workaround for eventlet < 0.27.0 cf62b3b Update jobs based on testing runtime for 2025.1 0f05b13 [sqlalchemy-20] Remove CI job "networking-bagpipe-openstack-tox-py310-with-sqlalchemy-main" d94f8c7 Update master for stable/2024.2 20f48cb Doc: remove sphinxcontrib-*diag from doc dependencies Diffstat (except docs and test files) ------------------------------------- .pylintrc | 8 +- .zuul.yaml | 30 +- babel.cfg | 1 - devstack/override-defaults | 2 - networking_bagpipe/__init__.py | 2 - networking_bagpipe/agent/agent_base_info.py | 12 +- networking_bagpipe/agent/bagpipe_bgp_agent.py | 34 +- networking_bagpipe/agent/bagpipe_ml2/__init__.py | 0 .../agent/bagpipe_ml2/agent_extension.py | 204 -- networking_bagpipe/agent/bgpvpn/agent_extension.py | 41 +- networking_bagpipe/agent/bgpvpn/rpc_client.py | 2 +- networking_bagpipe/agent/sfc/__init__.py | 0 networking_bagpipe/agent/sfc/agent_extension.py | 413 ---- networking_bagpipe/bagpipe_bgp/api/api.py | 2 +- networking_bagpipe/bagpipe_bgp/api/controllers.py | 10 +- networking_bagpipe/bagpipe_bgp/cli/impex2dot.py | 39 +- networking_bagpipe/bagpipe_bgp/cli/rest_attach.py | 8 +- networking_bagpipe/bagpipe_bgp/common/config.py | 4 +- .../bagpipe_bgp/common/dataplane_utils.py | 8 +- .../bagpipe_bgp/common/exceptions.py | 23 +- .../bagpipe_bgp/common/looking_glass.py | 12 +- networking_bagpipe/bagpipe_bgp/common/net_utils.py | 6 +- .../bagpipe_bgp/common/run_command.py | 2 +- networking_bagpipe/bagpipe_bgp/common/utils.py | 2 +- networking_bagpipe/bagpipe_bgp/engine/__init__.py | 25 +- .../bagpipe_bgp/engine/bgp_peer_worker.py | 6 +- networking_bagpipe/bagpipe_bgp/engine/exa.py | 1 - .../bagpipe_bgp/engine/exabgp_peer_worker.py | 4 +- .../bagpipe_bgp/engine/route_table_manager.py | 14 +- .../bagpipe_bgp/engine/tracker_worker.py | 6 +- .../bagpipe_bgp/vpn/dataplane_drivers.py | 4 +- .../bagpipe_bgp/vpn/evpn/linux_vxlan.py | 75 +- networking_bagpipe/bagpipe_bgp/vpn/evpn/ovs.py | 6 +- .../bagpipe_bgp/vpn/identifier_allocators.py | 4 +- .../bagpipe_bgp/vpn/ipvpn/__init__.py | 27 +- .../bagpipe_bgp/vpn/ipvpn/mpls_linux_dataplane.py | 11 +- .../bagpipe_bgp/vpn/ipvpn/mpls_ovs_dataplane.py | 68 +- networking_bagpipe/bagpipe_bgp/vpn/manager.py | 2 +- networking_bagpipe/bagpipe_bgp/vpn/vpn_instance.py | 16 +- .../contract/796580a58032_remove_linux_bridge.py | 38 + .../alembic_migrations/versions/CONTRACT_HEAD | 2 +- networking_bagpipe/db/models/head.py | 3 - networking_bagpipe/db/sfc_db.py | 166 -- networking_bagpipe/driver/mech_bagpipe.py | 4 +- networking_bagpipe/driver/sfc.py | 736 ------ networking_bagpipe/objects/bgpvpn.py | 42 +- networking_bagpipe/objects/sfc.py | 294 --- networking_bagpipe/opts.py | 17 - networking_bagpipe/privileged/privileged_utils.py | 2 +- .../fullstack/resources/bagpipe_ml2/config.py | 2 +- .../fullstack/resources/common/environment.py | 46 +- .../fullstack/test_bagpipe_ml2_connectivity.py | 3 +- .../unit/agent/bagpipe_ml2/test_agent_extension.py | 147 -- .../unit/agent/bgpvpn/test_agent_extension.py | 58 +- .../unit/bagpipe_bgp/ipvpn/mpls_ovs_dataplane.py | 6 +- .../unit/bagpipe_bgp/test_identifier_allocators.py | 2 +- .../unit/bagpipe_bgp/test_route_table_manager.py | 4 +- ...-LinuxBridge-related-code-2e4a7d76478c120c.yaml | 5 + releasenotes/source/2023.1.rst | 2 +- releasenotes/source/2024.2.rst | 6 + releasenotes/source/conf.py | 1 - releasenotes/source/index.rst | 1 + requirements.txt | 2 - setup.cfg | 26 +- test-requirements.txt | 1 - tox.ini | 3 + 107 files changed, 451 insertions(+), 6789 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 4580c1e..7eb2695 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5 +4,0 @@ -Babel!=2.4.0,>=2.3.4 # BSD @@ -26 +24,0 @@ pecan>=1.3.2 # BSD -horizon>=17.1.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index cbc783c..321be15 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6 +5,0 @@ oslotest>=3.2.0 # Apache-2.0 -pylint==2.17.4 # GPLv2
participants (1)
-
no-reply@openstack.org