[release-announce] tap-as-a-service 11.0.0 (antelope)

no-reply at openstack.org no-reply at openstack.org
Wed Mar 22 12:48:57 UTC 2023


We are excited to announce the release of:

tap-as-a-service 11.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 antelope 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 10.0.0..11.0.0
------------------------------------------

c962119 CI: Add openstack-tox-py39-with-oslo-master to periodic weekly queue
1ef9316 Add pylint to pep8 and adopt code to the results
7eaf7df Switch away from Mock auto_spec=True
1ffcb34 Fix tox.ini for tox4
3b110ff Cleanup tox.ini
a0d5cb4 Switch to 2023.1 Python3 unit tests and generic template name
8cfdcee Update master for stable/zed


Diffstat (except docs and test files)
-------------------------------------

.pylintrc                                          | 125 +++++++++++++++++++++
.zuul.yaml                                         |   3 +-
neutron_taas/common/utils.py                       |   2 +-
neutron_taas/db/migration/alembic_migration/env.py |   2 +-
.../services/taas/agents/common/taas_agent.py      |  76 ++++++-------
.../services/taas/agents/extensions/taas.py        |   4 +-
.../services/taas/agents/taas_agent_api.py         |   5 +-
.../services/taas/drivers/linux/ovs_taas.py        |  28 ++---
.../services/taas/drivers/linux/ovs_utils.py       |   4 -
.../taas/drivers/linux/sriov_nic_exceptions.py     |   3 +
.../services/taas/drivers/linux/sriov_nic_taas.py  |  15 +--
.../services/taas/drivers/linux/sriov_nic_utils.py |   3 +-
.../taas/service_drivers/service_driver_context.py |   4 +-
.../taas/service_drivers/taas_agent_api.py         |  13 +--
.../services/taas/service_drivers/taas_rpc.py      |  42 ++++---
neutron_taas/services/taas/taas_plugin.py          |  20 ++--
neutron_taas/taas_client/osc/tap_flow.py           |  10 +-
neutron_taas/taas_client/osc/tap_service.py        |  10 +-
releasenotes/source/index.rst                      |   1 +
releasenotes/source/zed.rst                        |   6 +
test-requirements.txt                              |   9 +-
tox.ini                                            |  10 +-
23 files changed, 242 insertions(+), 157 deletions(-)


Requirements updates
--------------------

diff --git a/test-requirements.txt b/test-requirements.txt
index 51a70be..c066c5e 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -17,3 +16,0 @@ testtools>=2.4.0 # MIT
-# This is necessary as in lower-constraints job neutron
-# imports it
-mock>=3.0.0 # BSD
@@ -21,3 +18,3 @@ mock>=3.0.0 # BSD
-astroid==2.1.0 # LGPLv2.1
-pylint==2.2.0 # GPLv2
-isort==4.3.21 # MIT
+astroid>=2.12.4 # LGPLv2.1
+pylint==2.15.6 # GPLv2
+isort==5.10.1 # MIT






More information about the Release-announce mailing list