Merge "Add vpnaas support to vsphere by vmware-nsx plugin"
This commit is contained in:
commit
5cff57ae4e
@ -1,4 +1,8 @@
|
|||||||
{% if enable_neutron_vpnaas | bool %}
|
{% if enable_neutron_vpnaas | bool %}
|
||||||
[service_providers]
|
[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
|
service_provider = VPN:openswan:neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver:default
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
{% endif %}
|
||||||
|
Loading…
Reference in New Issue
Block a user