[release-announce] tap-as-a-service 12.0.0 (bobcat)
no-reply at openstack.org
no-reply at openstack.org
Wed Oct 4 11:31:16 UTC 2023
We are ecstatic to announce the release of:
tap-as-a-service 12.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 bobcat 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 11.0.0..12.0.0
------------------------------------------
42491e3 Fix bindep.txt for python 3.11 job(Debian Bookworm)
615c47f Replaces Deprecated Bridge-utils Command
bdc5f4b Remove the old CLI code from taas
def943f OSC: Remove calls to neutronclient
51ccf80 Update master for stable/2023.1
Diffstat (except docs and test files)
-------------------------------------
bindep.txt | 6 +-
.../services/taas/drivers/linux/ovs_taas.py | 3 +-
neutron_taas/taas_client/osc/tap_flow.py | 66 +++++------
neutron_taas/taas_client/osc/tap_service.py | 74 ++++++------
neutron_taas/taas_client/tapflow.py | 128 --------------------
neutron_taas/taas_client/tapservice.py | 105 -----------------
.../unit/taas_client/osc/test_osc_tap_flow.py | 130 ++++++++++++--------
.../unit/taas_client/osc/test_osc_tap_service.py | 131 ++++++++++++---------
.../unit/taas_client/test_cli20_tapservice.py | 113 ------------------
releasenotes/source/2023.1.rst | 6 +
releasenotes/source/index.rst | 1 +
requirements.txt | 2 +
setup.cfg | 3 -
15 files changed, 241 insertions(+), 648 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 740ee63..4514220 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -8,0 +9,2 @@ neutron-lib>=2.11.0 # Apache-2.0
+openstacksdk>=0.102.0 # Apache-2.0
+osc-lib>=2.3.0 # Apache-2.0
More information about the Release-announce
mailing list