From 069118afa81c2bab62265244c31289b54e3052c8 Mon Sep 17 00:00:00 2001 From: Sergey Kolekonov Date: Fri, 13 Nov 2015 13:15:02 +0300 Subject: [PATCH] Do not set service_provider in neutron.conf service_provider value is set in vpn-agent conf file, if it's set also in Neutron conf, it prevents neutron-server from starting Change-Id: I0ce68a999457f9bdbcb57c0c3663eab019a3c3eb --- tests/runtests.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/runtests.sh b/tests/runtests.sh index c433953..39b8b0e 100755 --- a/tests/runtests.sh +++ b/tests/runtests.sh @@ -139,8 +139,6 @@ auth_url=http://127.0.0.1:35357/v2.0 root_helper = sudo neutron-rootwrap /etc/neutron/rootwrap.conf [database] connection = mysql://neutron:neutron@127.0.0.1/neutron?charset=utf8 -[service_providers] -service_provider = LOADBALANCER:Haproxy:neutron.services.loadbalancer.drivers.haproxy.plugin_driver.HaproxyOnHostPluginDriver:default EOF cat > /etc/neutron/lbaas_agent.ini << EOF -- 2.45.2