Add Libreswan installation guide in devstack.rst

Libreswan device driver had already supported from
Liberty, so we can install VPNaaS in CentOS7 or RHEL7.
Default DevStack setting for IPSEC package is openswan.

This patch give some example for the manually IPsec
package installation in devstack docs.

Change-Id: I156ba72baeb8c540bdf0ed23669ed2255f270184
This commit is contained in:
Dongcan Ye 2016-07-20 18:27:49 +08:00
parent b6f8c401c3
commit ea91ff89fa
1 changed files with 9 additions and 0 deletions

View File

@ -35,6 +35,15 @@ section of devstack's local.conf file::
enable_plugin neutron-vpnaas https://git.openstack.org/openstack/neutron-vpnaas stable/kilo
The default implementation for IPSEC package under DevStack is 'openswan'.
However, depending upon the Linux distribution, you may need to override
this value. Select 'libreswan' for Fedora/RHEL/CentOS or 'strongswan' for
Ubuntu 14.4.04+::
For example, install libreswan for CentOS/RHEL 7::
IPSEC_PACKAGE=libreswan
This VPNaaS devstack plugin code will then
#. Install the common VPNaaS configuration and code,