From a6102279c7061ebc6e4f144413eb52595d1604be Mon Sep 17 00:00:00 2001 From: Ihar Hrachyshka Date: Mon, 26 Sep 2016 09:54:04 +0000 Subject: [PATCH] Fixed lbaasv2 service plugin alias definition The last element in the alias definition should be split with : not . More info: in stevedore docs. Change-Id: I5fb491304bd4808f63480efe1d8f4fd5248c3771 Closes-Bug: #1630693 (cherry picked from commit 1dbaa3cb19d53f8528ff4d60e4de126daa6480ff) --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 026fb9696..b0bd07c16 100644 --- a/setup.cfg +++ b/setup.cfg @@ -44,7 +44,7 @@ pool_schedulers = neutron.services.loadbalancer.agent_scheduler.ChanceScheduler = neutron_lbaas.services.loadbalancer.agent_scheduler:ChanceScheduler neutron.services.loadbalancer.agent_scheduler.LeastPoolAgentScheduler = neutron_lbaas.services.loadbalancer.agent_scheduler:LeastPoolAgentScheduler neutron.service_plugins = - lbaasv2 = neutron_lbaas.services.loadbalancer.plugin.LoadBalancerPluginv2 + lbaasv2 = neutron_lbaas.services.loadbalancer.plugin:LoadBalancerPluginv2 neutron.db.alembic_migrations = neutron-lbaas = neutron_lbaas.db.migration:alembic_migrations neutron_lbaas.cert_manager.backend =