Merge "Add vpnaas support to vsphere by vmware-nsx plugin"

This commit is contained in:
Jenkins 2017-08-17 00:31:17 +00:00 committed by Gerrit Code Review
commit 5cff57ae4e

View File

@ -1,4 +1,8 @@
{% if enable_neutron_vpnaas | bool %}
[service_providers]
{% if neutron_plugin_agent == 'vmware_nsx' %}
service_provider = VPN:vmware:vmware_nsx.services.vpnaas.nsxv.ipsec_driver.NSXvIPsecVpnDriver:default
{% else %}
service_provider = VPN:openswan:neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver:default
{% endif %}
{% endif %}