Merge "Remove duplicate lbaas provider config"

This commit is contained in:
Jenkins 2016-09-19 13:48:17 +00:00 committed by Gerrit Code Review
commit ebcd7b2979

View File

@ -50,11 +50,6 @@ transport_url = rabbit://{% for host in groups['rabbitmq'] %}{{ rabbitmq_user }}
router_distributed = True
{% endif %}
{% if enable_neutron_lbaas | bool %}
[service_providers]
service_provider = LOADBALANCERV2:Haproxy:neutron_lbaas.drivers.haproxy.plugin_driver.HaproxyOnHostPluginDriver:default
{% endif %}
[nova]
auth_url = {{ keystone_admin_url }}
auth_type = password