We contentedly announce the release of: tap-as-a-service 9.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 yoga 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 8.0.0..9.0.0 ---------------------------------------- c919ccd Use ovs TUNNEL_ constants from new location 04d9000 Execute neutron-db-manage only if q-svc is enabled c78e795 CLI: remove leftover logs from tap-flow create f24e635 Update leftover x namespace to openstack 3ddb529 Use ovs constants from neutron-lib Diffstat (except docs and test files) ------------------------------------- .gitreview | 2 +- README.rst | 4 ++-- devstack/plugin.sh | 4 +++- neutron_taas/services/taas/drivers/linux/ovs_taas.py | 17 ++++++++--------- neutron_taas/taas_client/osc/tap_flow.py | 3 --- requirements.txt | 2 +- 7 files changed, 16 insertions(+), 18 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index a5f43f5..740ee63 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8 +8 @@ neutron>=16.0.0.0b1 # Apache-2.0 -neutron-lib>=2.6.0 # Apache-2.0 +neutron-lib>=2.11.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org