From 1b04a23d95b5811d669b567d88192e7e240d90da Mon Sep 17 00:00:00 2001 From: liyingjun Date: Mon, 19 Sep 2016 11:49:17 +0800 Subject: [PATCH] Remove duplicate lbaas provider config Option `service_provider` is defined in neutron_lbaas.conf, there is a duplicated config option in neutron.conf, it should be removed there. Otherwise neutron-server will not be able to start with error: 'Invalid: Driver neutron_lbaas.drivers.haproxy.plugin_driver.HaproxyOnHostPluginDriver is not unique across providers' Change-Id: I3fc379535eb00bbcb23aa41de95ca8161883a181 Closes-bug: #1625174 --- ansible/roles/neutron/templates/neutron.conf.j2 | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ansible/roles/neutron/templates/neutron.conf.j2 b/ansible/roles/neutron/templates/neutron.conf.j2 index 99b2a7295a..4b788bcc74 100644 --- a/ansible/roles/neutron/templates/neutron.conf.j2 +++ b/ansible/roles/neutron/templates/neutron.conf.j2 @@ -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