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
This commit is contained in:
parent
d8baf23634
commit
5988e623c3
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user