Virtual private network services for OpenStack Neutron.
Go to file
Niklas Schwarz 8b5473c3f0 Improve the reconciling for VPNaaS
* Update the router (holding RouterInfo objects) with current data
   on update / sync. Since the sync method should reconcile out of
   any state, we need to update the RouterInfo we store locally in
   the driver to ensure we have not missed e.g. a ha_state_change.

 * Consistently use RouterInfo instead of some mix of dict and Router
   and RouterInfo.

 * Ensure NAT rules are current by using a tag to clean them all and
   then re-create the currently required rules before applying them via
   iptables manager. This ensures there are no dangling rules or duplicates.

Co-Authored-By: Niklas Schwarz <niklas.schwarz@inovex.de>
Closes-Bug: https://bugs.launchpad.net/neutron/+bug/1943449

Depends-On: Ic09e47673f916328568c413d0e8485d36c283c24
Change-Id: I378ba5a0b500110ce5f9293a885730c0a62578b0
2024-04-24 13:59:09 +02:00
devstack VPNaaS support for OVN 2023-11-16 21:08:50 +01:00
doc VPNaaS support for OVN 2023-11-16 21:08:50 +01:00
etc VPNaaS support for OVN 2023-11-16 21:08:50 +01:00
neutron_vpnaas Improve the reconciling for VPNaaS 2024-04-24 13:59:09 +02:00
playbooks Merge "Migrate functional tests job to the zuul v3 syntax" 2020-03-09 17:04:51 +00:00
rally-jobs Fix inconsistency in requirements 2021-01-07 05:13:34 +09:00
releasenotes Improve the reconciling for VPNaaS 2024-04-24 13:59:09 +02:00
roles/configure_functional_tests Fix functional jobs due to OVS file removal 2021-06-16 23:55:22 -04:00
tools Improve the reconciling for VPNaaS 2024-04-24 13:59:09 +02: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 Improve the reconciling for VPNaaS 2024-04-24 13:59:09 +02:00
.stestr.conf Update for os-testr 1.0.0 / stestr 2017-09-19 10:05:01 +09:00
.zuul.yaml Zuul: Remove references to centos-7 job nodes 2024-03-12 22:34:07 +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
requirements.txt Merge "cleanup: drop un-used test-requirements.txt" 2022-05-12 18:19:57 +00:00
setup.cfg Improve the reconciling for VPNaaS 2024-04-24 13:59:09 +02:00
setup.py Cleanup py27 support 2020-04-05 10:13:09 +02:00
test-requirements.txt Improve the reconciling for VPNaaS 2024-04-24 13:59:09 +02:00
tox.ini Improve the reconciling for VPNaaS 2024-04-24 13:59:09 +02: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