Virtual private network services for OpenStack Neutron.
Go to file
Slawek Kaplonski 183934eae6 Fix missing "is_sort_key" for basic vpnaas attributes
Patch [1] introduced need to explicity set with "is_sort_key"
flag to attributes which attribute can be used as sort key.
This patch adds it to base attributes in vpnaas resources, like:
* id,
* tenant_id,
* name,
* subnet_id,
* router_id

This commit also updates sphinx requirements to make requirements
jobs passing.

[1] https://review.opendev.org/#/c/653903/

Change-Id: Ibe1aee0346e3fc21215d1b3be8752224aa2c162d
Closes-Bug: #1832225
2019-06-11 11:55:13 +02:00
devstack Replace git.openstack.org URLs with opendev.org URLs 2019-05-11 12:49:37 +08:00
doc/source Merge "Replace git.openstack.org URLs with opendev.org URLs" 2019-05-11 12:24:04 +00:00
etc Convert policy.json into policy-in-code 2019-01-07 16:38:16 +00:00
neutron_vpnaas Fix missing "is_sort_key" for basic vpnaas attributes 2019-06-11 11:55:13 +02:00
playbooks/legacy OpenDev Migration Patch 2019-04-19 19:41:15 +00:00
rally-jobs Redundant alias in import statement 2017-11-07 08:24:33 +00:00
releasenotes Update master for stable/stein 2019-03-22 00:18:48 +00: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 Add "nonstandard-exception" to .pylintrc 2016-02-11 13:45:54 -08:00
.stestr.conf Update for os-testr 1.0.0 / stestr 2017-09-19 10:05:01 +09:00
.zuul.yaml Merge "Make CentOS gate voting again" 2019-05-27 07:28:39 +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 Fix and skip gate failures 2018-12-19 07:01:03 -07:00
requirements.txt opt in for neutron-lib consumption patches 2018-09-25 13:20:50 -06:00
setup.cfg Dropping the py35 testing 2019-04-15 02:36:26 +00:00
setup.py Updated from global requirements 2017-03-07 17:22:28 +00:00
test-requirements.txt Fix missing "is_sort_key" for basic vpnaas attributes 2019-06-11 11:55:13 +02:00
tox.ini Merge "Replace git.openstack.org URLs with opendev.org URLs" 2019-05-11 12:24:04 +00: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