19f326c9d6a6d9e6fd4890b43ff7b87cd37633c9
Go to file
elajkat 19f326c9d6 pyupgrade changes for Python3.9+
As discussed at the Epoxy PTG meeting, run an automated
upgrade tool to make code python 3.9+ compliant.
Result of running:
$ pyupgrade --py39-plus $(git ls-files | grep ".py$")
Fixed PEP8 errors introduced by pyupgrade by running:
$ autopep8 --select=E127,E128,E501 --max-line-length 79 -r \
 --in-place networking_bgpvpn
Also did manual updates as necessary to fix other errors
and warnings after above commands.
Inspired by Octavia and Nova [0].
[0] https://review.opendev.org/c/openstack/nova/+/896986
Change-Id: Iac7a039ad6924de14aba8f391ff904785c089df7
2024年10月30日 13:04:54 +01:00
2024年10月30日 13:04:54 +01:00
2019年04月04日 14:13:30 +00:00
2024年10月30日 13:04:54 +01:00
2024年09月12日 13:35:21 +00:00
2015年09月10日 13:55:19 +02:00
2019年04月19日 19:48:25 +00:00
2015年02月25日 16:29:32 +01:00
2024年05月27日 13:24:56 +00:00
2024年10月30日 13:04:54 +01:00
2018年03月02日 08:54:06 +00:00
2015年02月25日 16:29:32 +01:00
2019年04月24日 14:27:28 +08:00
2020年05月04日 12:53:44 +00:00
2024年02月13日 20:48:36 +00:00

Team and repository tags

image

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.

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:

Description
APIs and framework to attach BGP VPNs to Neutron networks
Readme 13 MiB
Languages
Python 97.6%
HTML 1.2%
Shell 1%
Mako 0.2%