Virtual private network services for OpenStack Neutron.
22205d681e
(a) Refactored the code to work with the following cases 1. Single node with DVR 2. Single node without DVR 3. Multinode with DVR 4. Multinode without DVR |-------------|-------------------------------------------------------| | | Single Node/ Multinode Tests | | Scenarios |-------------------------------------------------------| | | DVR | DVR+Concurrency | Non DVR | Non DVR+Concurrency | |-------------|-----|-----------------|---------|---------------------| | Vpn Basic | x | x | x | x | | Multi Tenant| x | x | x | x | | Vpn Status | x | x | x | x | |-------------|-----|-----------------|---------|---------------------| (b) Used the paramiko package to execute commands over ssh. (c) Moved the README to devref Depends-On: Id3f199d688d648f4618a6850d094e26ca6bb9a7f Change-Id: I24d5a8435f06014fa9164bef518cac62bbb70ef9 |
||
---|---|---|
devstack | ||
doc/source | ||
etc | ||
neutron_vpnaas | ||
rally-jobs | ||
releasenotes | ||
tools | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.mailmap | ||
.pylintrc | ||
.testr.conf | ||
babel.cfg | ||
CONTRIBUTING.rst | ||
HACKING.rst | ||
LICENSE | ||
MANIFEST.in | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
TESTING.rst | ||
tox.ini |
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: http://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 git.openstack.org at: <http://git.openstack.org/cgit/openstack/neutron-vpnaas.
Please refer to Neutron documentation for more information: Neutron README.rst