Browse code

Merge "Support OpenSwan in Neturon VPNaaS"

Jenkins authored on 2013/09/07 01:32:58
Showing 1 changed files
... ...
@@ -8,9 +8,10 @@ set +o xtrace
8 8
 
9 9
 AGENT_VPN_BINARY="$NEUTRON_BIN_DIR/neutron-vpn-agent"
10 10
 VPN_PLUGIN="neutron.services.vpn.plugin.VPNDriverPlugin"
11
+IPSEC_PACKAGE=${IPSEC_PACKAGE:-"openswan"}
11 12
 
12 13
 function neutron_vpn_install_agent_packages() {
13
-    install_package strongswan
14
+    install_package $IPSEC_PACKAGE
14 15
 }
15 16
 
16 17
 function neutron_vpn_configure_common() {