Browse code

Makes vpn plugin configurable

Currently, it is hardcoded and not good for those who have their
own vpn plugin developed.

Change-Id: I6244040dd2abea016556cd515e06f53edbb993a0
Closes-bug: 1339977

Yong Sheng Gong authored on 2014/07/10 12:21:37
Showing 1 changed files
... ...
@@ -7,7 +7,7 @@ set +o xtrace
7 7
 
8 8
 
9 9
 AGENT_VPN_BINARY="$NEUTRON_BIN_DIR/neutron-vpn-agent"
10
-VPN_PLUGIN="neutron.services.vpn.plugin.VPNDriverPlugin"
10
+VPN_PLUGIN=${VPN_PLUGIN:-"neutron.services.vpn.plugin.VPNDriverPlugin"}
11 11
 IPSEC_PACKAGE=${IPSEC_PACKAGE:-"openswan"}
12 12
 
13 13
 function neutron_vpn_install_agent_packages {