Merge "Support OpenSwan in Neturon VPNaaS"

This commit is contained in:
Jenkins 2013-09-06 16:32:58 +00:00 committed by Gerrit Code Review
commit 25b0ab870a

View File

@ -8,9 +8,10 @@ set +o xtrace
AGENT_VPN_BINARY="$NEUTRON_BIN_DIR/neutron-vpn-agent"
VPN_PLUGIN="neutron.services.vpn.plugin.VPNDriverPlugin"
IPSEC_PACKAGE=${IPSEC_PACKAGE:-"openswan"}
function neutron_vpn_install_agent_packages() {
install_package strongswan
install_package $IPSEC_PACKAGE
}
function neutron_vpn_configure_common() {