Skip to content
Snippets Groups Projects
Commit 088ac727 authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

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

parents 7c789a66 940067c8
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,8 @@
[service_providers]
{% if enable_octavia | bool %}
service_provider = LOADBALANCERV2:Octavia:neutron_lbaas.drivers.octavia.driver.OctaviaDriver:default
{% elif neutron_plugin_agent == 'vmware_nsx' %}
service_provider = LOADBALANCERV2:VMWareEdge:neutron_lbaas.drivers.vmware.edge_driver_v2.EdgeLoadBalancerDriverV2:default
{% else %}
service_provider = LOADBALANCERV2:Haproxy:neutron_lbaas.drivers.haproxy.plugin_driver.HaproxyOnHostPluginDriver:default
{% endif %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment