Merge "devstack: Use entrypoint name for service_plugin"

This commit is contained in:
Jenkins 2017-09-06 21:09:59 +00:00 committed by Gerrit Code Review
commit 2167ca2cdb
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ enable_service neutron-vpnaas
AGENT_VPN_BINARY="$NEUTRON_BIN_DIR/neutron-vpn-agent"
# Plugin
VPN_PLUGIN=${VPN_PLUGIN:-"neutron_vpnaas.services.vpn.plugin.VPNDriverPlugin"}
VPN_PLUGIN=${VPN_PLUGIN:-"vpnaas"}
# Service Driver
NEUTRON_VPNAAS_SERVICE_PROVIDER=${NEUTRON_VPNAAS_SERVICE_PROVIDER:-"VPN:strongswan:neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver:default"}