neutron-vpnaas/devstack
Brent Eagles 053206d653 Enable configuring LibreSwan in VPNaaS
This change adds support for configuring the LibreSwan ipsec driver in
vpn_agent.ini.

Change-Id: I9cb77054f1aabe6f127fe8bce472c0c2e0704bc7
2015-10-07 09:23:27 -02:30
..
plugin.sh Enable configuring LibreSwan in VPNaaS 2015-10-07 09:23:27 -02:30
README.md VPNaaS DevStack Plugin support 2015-07-15 21:56:33 +00:00
settings VPNaaS: Use new service name for devstack plugin 2015-08-27 17:18:49 +00:00

This directory contains the neutron-vpnaas devstack plugin. To configure VPNaaS, in the local section, you will need to enable the neutron-vpnaas devstack plugin.

Add a line of the form:

enable_plugin neutron-vpnaas <GITURL> [GITREF]

where

<GITURL> is the URL of a neutron-vpnaas repository
[GITREF] is an optional git ref (branch/ref/tag).  The default is
         master.

For example

enable_plugin neutron-vpnaas https://git.openstack.org/openstack/neutron-vpnaas stable/kilo

Note: Since the VPN agent process, is a subclass of the L3 agent, which is a subclass of the FW agent, the DevStack plugin will check for the FW service being enabled, and if so, will include the config file specified in Q_FWAAS_CONF_FILE (default is fwaas_driver.ini).

For more information, see the "Externally Hosted Plugins" section of http://docs.openstack.org/developer/devstack/plugins.html.