Set service_providers when deploying LBaaS

It is necessary to set service_providers correctly when deploying
LBaaS, or neutron-server will fail to start.

Change-Id: Ia6fc5d82ec73cbe11fb203fdc69bf0767d80d131
Fixes: rhbz#1302256
This commit is contained in:
Javier Pena
2016-01-27 12:01:01 +01:00
parent d220fc0c93
commit 02ec144bdb

View File

@@ -4,3 +4,7 @@ class { '::neutron::agents::lbaas':
user_group => 'haproxy',
debug => hiera('CONFIG_DEBUG_MODE'),
}
class {'::neutron::services::lbaas':
service_providers => 'LOADBALANCER:Haproxy:neutron_lbaas.services.loadbalancer.drivers.haproxy.plugin_driver.HaproxyOnHostPluginDriver:default',
}