neutron-taas 7.0.0+git2021090913.5088e8e-0ubuntu1 source package in Ubuntu

Changelog

neutron-taas (7.0.0+git2021090913.5088e8e-0ubuntu1) impish; urgency=medium

  * New upstream snapshot for OpenStack Xena.

 -- Corey Bryant <email address hidden>  Thu, 09 Sep 2021 13:27:34 -0400

Upload details

Uploaded by:
Corey Bryant
Uploaded to:
Impish
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Impish: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
neutron-taas_7.0.0+git2021090913.5088e8e.orig.tar.gz 75.5 KiB a2c1a2ce54e7da77aa9b2f67f29017dd706a263ac344714711bf15dc9f4e6e9e
neutron-taas_7.0.0+git2021090913.5088e8e-0ubuntu1.debian.tar.xz 3.8 KiB 108145ebc50388ff870dd970dae8cbb9067550badbaf67776b7e880b5ca1b8f7
neutron-taas_7.0.0+git2021090913.5088e8e-0ubuntu1.dsc 3.0 KiB 78db569287760ce2c94083989be727e9c140409c05265745f91928082b8f7d4c

View changes file

Binary packages built by this source

neutron-taas-common: No summary available for neutron-taas-common in ubuntu impish.

No description available for neutron-taas-common in ubuntu impish.

python3-neutron-taas: OpenStack virtual network service - Tap-as-a-Service extension

 Neutron provides an API to dynamically request and configure virtual networks.
 These networks connect "interfaces" from other OpenStack services (such as
 vNICs from Nova VMs). The Neutron API supports extensions to provide advanced
 network capabilities, including QoS, ACLs, and network monitoring.
 .
 Tap-as-a-Service (TaaS) is an extension to the OpenStack network service
 (Neutron). It provides remote port mirroring capability for tenant virtual
 networks.
 .
 Port mirroring involves sending a copy of packets entering and/or leaving one
 port to another port, which is usually different from the original
 destinations of the packets being mirrored.
 .
 This service has been primarily designed to help tenants (or the cloud
 administrator) debug complex virtual networks and gain visibility into their
 VMs, by monitoring the network traffic associated with them. TaaS honors
 tenant boundaries and its mirror sessions are capable of spanning across
 multiple compute and network nodes. It serves as an essential infrastructure
 component that can be utilized for supplying data to a variety of network
 analytics and security applications (e.g. IDS).
 .
 This package provides the Python 2 files for the Tap-as-a-Service (TaaS)
 extension.