Virtual private network services for OpenStack Neutron.
Go to file
Dongcan Ye be935a2256 Fix invalid escape sequence warning
Python 3 interprets string literals as Unicode strings,
and therefore '\d' is treated as an escaped Unicode character.

If you’re not using a raw string to express the pattern,
remember that Python also uses the backslash as an escape sequence in
string literals; if the escape sequence isn’t recognized by Python’s parser,
the backslash and subsequent character are included in the resulting string.
However, if Python would recognize the resulting sequence, the backslash
should be repeated twice. This is complicated and hard to understand,
so it’s highly recommended that you use raw strings for all but the
simplest expressions. [1]

This patch use raw string for the regular expression.

[1] https://docs.python.org/3.6/library/re.html#regular-expression-syntax

Change-Id: Ibee059af3b24896749b66d87a6691fdf40a5767a
Closes-Bug: #1871621
2020-04-08 13:00:35 +00:00
devstack Merge "devstack: no need to use sudo for genconfig" 2020-01-15 01:50:44 +00:00
doc/source Volunteer as driver maintainers 2020-01-08 04:38:28 +00:00
etc Convert policy.json into policy-in-code 2019-01-07 16:38:16 +00:00
neutron_vpnaas Fix invalid escape sequence warning 2020-04-08 13:00:35 +00:00
playbooks Merge "Migrate functional tests job to the zuul v3 syntax" 2020-03-09 17:04:51 +00:00
rally-jobs Redundant alias in import statement 2017-11-07 08:24:33 +00:00
releasenotes Drop python 2 support and testing 2019-12-17 15:04:40 +01:00
roles/configure_functional_tests Migrate functional tests job to the zuul v3 syntax 2020-03-04 11:43:35 +01:00
tools Replace neutron CLI with openstack CLI 2019-02-27 04:24:25 +00:00
.coveragerc Change ignore-errors to ignore_errors 2015-09-21 14:32:37 +00:00
.gitignore doc: Add policy reference 2019-01-07 16:38:45 +00:00
.gitreview OpenDev Migration Patch 2019-04-19 19:41:15 +00:00
.mailmap Add mailmap entry 2014-05-16 13:40:04 -04:00
.pylintrc Fix pep8 error in py37 2020-02-03 11:16:12 +00:00
.stestr.conf Update for os-testr 1.0.0 / stestr 2017-09-19 10:05:01 +09:00
.zuul.yaml Merge "Migrate functional tests job to the zuul v3 syntax" 2020-03-09 17:04:51 +00:00
CONTRIBUTING.rst Replace git.openstack.org URLs with opendev.org URLs 2019-05-11 12:49:37 +08:00
HACKING.rst Replace git.openstack.org URLs with opendev.org URLs 2019-05-11 12:49:37 +08:00
LICENSE Adding Apache Version 2.0 license file. This is the official license agreement under which Quantum code is available to 2011-08-08 12:31:04 -07:00
README.rst Replace git.openstack.org URLs with opendev.org URLs 2019-05-11 12:49:37 +08:00
TESTING.rst Replace git.openstack.org URLs with opendev.org URLs 2019-05-11 12:49:37 +08:00
babel.cfg Use babel to generate translation file 2013-01-24 00:20:32 +08:00
lower-constraints.txt Drop using six library 2020-01-07 06:26:03 +00:00
requirements.txt Drop using six library 2020-01-07 06:26:03 +00:00
setup.cfg Cleanup py27 support 2020-04-05 10:13:09 +02:00
setup.py Cleanup py27 support 2020-04-05 10:13:09 +02:00
test-requirements.txt Cleanup py27 support 2020-04-05 10:13:09 +02:00
tox.ini Migrate functional tests job to the zuul v3 syntax 2020-03-04 11:43:35 +01:00

README.rst

Welcome!

This package contains the code for the Neutron VPN as a Service (VPNaaS) service. This includes third-party drivers. This package requires Neutron to run.

External Resources:

The homepage for Neutron is: https://launchpad.net/neutron. Use this site for asking for help, and filing bugs. We use a single Launchpad page for all Neutron projects.

Code is available on opendev.org at: https://opendev.org/openstack/neutron-vpnaas.

Please refer to Neutron documentation for more information: Neutron README.rst

Team and repository tags

image