From 5988e623c390eef76292870b148ee56230f1a5a1 Mon Sep 17 00:00:00 2001 From: Yong Sheng Gong Date: Thu, 10 Jul 2014 11:21:37 +0800 Subject: [PATCH] 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 --- lib/neutron_plugins/services/vpn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/neutron_plugins/services/vpn b/lib/neutron_plugins/services/vpn index d920ba621f..2478c47ae5 100644 --- a/lib/neutron_plugins/services/vpn +++ b/lib/neutron_plugins/services/vpn @@ -7,7 +7,7 @@ set +o xtrace AGENT_VPN_BINARY="$NEUTRON_BIN_DIR/neutron-vpn-agent" -VPN_PLUGIN="neutron.services.vpn.plugin.VPNDriverPlugin" +VPN_PLUGIN=${VPN_PLUGIN:-"neutron.services.vpn.plugin.VPNDriverPlugin"} IPSEC_PACKAGE=${IPSEC_PACKAGE:-"openswan"} function neutron_vpn_install_agent_packages {