We are amped to announce the release of: tap-as-a-service 13.0.0: Tap-as-a-Service (TaaS) is an extension to the OpenStack network service (Neutron), it provides remote port mirroring capability for tenant virtual networks. This release is part of the caracal release series. The source is available from: https://opendev.org/openstack/tap-as-a-service Download the package from: https://pypi.org/project/tap-as-a-service Please report issues through: https://bugs.launchpad.net/tap-as-a-service/+bugs For more details, please see below. Changes in tap-as-a-service 12.0.0..13.0.0 ------------------------------------------ e59494b Drop removed options from sample config 8d82419 Bump hacking b64ba77 reno: Update master for unmaintained/yoga 7c3912b Bump hacking b6eaef5 Enables external network mirroring 0013221 Add pyproject.toml to support pip 23.1 e797709 docs: Fix releasenote building bf3bc1b Docs: Point to apiref and remove old CLI examples c9f147b Update master for stable/2023.2 88627c1 Support for ovs-dpdk Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 1 + API_REFERENCE.rst | 176 +--------------- etc/taas.ini | 2 - neutron_taas/db/taas_db.py | 23 +++ .../services/taas/agents/common/taas_agent.py | 4 +- .../services/taas/drivers/linux/ovs_taas.py | 227 ++++++++++++--------- .../taas/service_drivers/taas_agent_api.py | 16 +- .../services/taas/service_drivers/taas_rpc.py | 14 +- neutron_taas/services/taas/taas_plugin.py | 2 +- .../services/drivers/test_linux_sriov_utils.py | 2 +- pyproject.toml | 4 + ...p-port-mirroring-sriov-vf-879bc2aa53c2c8d4.yaml | 1 + releasenotes/source/2023.2.rst | 6 + releasenotes/source/conf.py | 2 +- releasenotes/source/index.rst | 12 +- releasenotes/source/yoga.rst | 2 +- requirements.txt | 4 - test-requirements.txt | 8 +- tox.ini | 21 +- 20 files changed, 218 insertions(+), 323 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 4514220..59dd2ca 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +0,0 @@ -# The order of packages is significant, because pip processes them in the order -# of appearance. Changing the order has an impact on the overall integration -# process, which may cause wedges in the gate later. - diff --git a/test-requirements.txt b/test-requirements.txt index c066c5e..9e788ca 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,5 +1 @@ -# The order of packages is significant, because pip processes them in the order -# of appearance. Changing the order has an impact on the overall integration -# process, which may cause wedges in the gate later. - -hacking>=3.0.0,<3.1 # Apache-2.0 +hacking>=6.1.0,<6.2.0 # Apache-2.0 @@ -19 +15 @@ astroid>=2.12.4 # LGPLv2.1 -pylint==2.15.6 # GPLv2 +pylint==2.17.4 # GPLv2
participants (1)
-
no-reply@openstack.org