Metadata-Version: 2.1
Name: networking-bgpvpn
Version: 20.0.1.dev4
Summary: API and Framework to interconnect bgpvpn to neutron networks
Home-page: https://docs.openstack.org/networking-bgpvpn/latest/
Author: OpenStack
Author-email: openstack-discuss@lists.openstack.org
Classifier: Environment :: OpenStack
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.8
License-File: LICENSE
Requires-Dist: pbr>=4.0.0
Requires-Dist: oslo.config>=5.2.0
Requires-Dist: oslo.db>=4.37.0
Requires-Dist: oslo.i18n>=3.15.3
Requires-Dist: oslo.log>=3.36.0
Requires-Dist: oslo.utils>=3.33.0
Requires-Dist: neutron-lib>=1.30.0
Requires-Dist: debtcollector>=1.19.0
Requires-Dist: neutron>=23.0.0.0b2
Requires-Dist: networking-bagpipe>=12.0.0
Requires-Dist: horizon>=17.1.0
Provides-Extra: bagpipe
Requires-Dist: networking-bagpipe>=9.0.0; extra == "bagpipe"
Provides-Extra: horizon
Requires-Dist: horizon>=17.1.0; extra == "horizon"
Provides-Extra: test
Requires-Dist: hacking<6.2.0,>=6.1.0; extra == "test"
Requires-Dist: coverage!=4.4,>=4.0; extra == "test"
Requires-Dist: python-subunit>=1.0.0; extra == "test"
Requires-Dist: psycopg2>=2.8.5; extra == "test"
Requires-Dist: PyMySQL>=0.7.6; extra == "test"
Requires-Dist: WebOb>=1.8.2; extra == "test"
Requires-Dist: oslotest>=3.2.0; extra == "test"
Requires-Dist: pylint==2.17.4; extra == "test"
Requires-Dist: pytest>=5.3.5; extra == "test"
Requires-Dist: stestr>=1.0.0; extra == "test"
Requires-Dist: testresources>=2.0.0; extra == "test"
Requires-Dist: testscenarios>=0.4; extra == "test"
Requires-Dist: testtools>=2.2.0; extra == "test"
Requires-Dist: tempest>=17.1.0; extra == "test"
Requires-Dist: isort==4.3.21; extra == "test"
Requires-Dist: networking-bagpipe>=12.0.0.0rc1; extra == "test"
Requires-Dist: horizon>=17.1.0; extra == "test"
Requires-Dist: WebTest>=2.0.27; extra == "test"

========================
Team and repository tags
========================

.. image:: https://governance.openstack.org/tc/badges/networking-bgpvpn.svg
    :target: https://governance.openstack.org/tc/reference/tags/index.html

.. Change things from this point on

===============================================
BGP-MPLS VPN Extension for OpenStack Networking
===============================================

This project provides an API and Framework to interconnect BGP/MPLS VPNs
to Openstack Neutron networks, routers and ports.

The Border Gateway Protocol and Multi-Protocol Label Switching are widely
used Wide Area Networking technologies. The primary purpose of this project
is to allow attachment of Neutron networks and/or routers to VPNs built in
carrier provided WANs using these standard protocols. An additional purpose
of this project is to enable the use of these technologies within the Neutron
networking environment.

A vendor-neutral API and data model are provided such that multiple SDN
controllers may be used as backends, while offering the same tenant facing API.
A reference implementation working along with Neutron reference drivers is
also provided.

* Free software: Apache license
* Source: https://opendev.org/openstack/networking-bgpvpn
* Bugs: https://bugs.launchpad.net/bgpvpn
* Doc: https://docs.openstack.org/networking-bgpvpn/latest/
* Release notes: https://docs.openstack.org/releasenotes/networking-bgpvpn/

===================
Introduction videos
===================

The following videos are filmed presentations of talks given during the
Barcelona OpenStack Summit (Oct' 2016). Although they do not cover the work
done since, they can be a good introduction to the project:

* https://www.youtube.com/watch?v=kGW5R8mtmRg
* https://www.youtube.com/watch?v=LCDeR7MwTzE

