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:
@@ -4,3 +4,7 @@ class { '::neutron::agents::lbaas':
|
|||||||
user_group => 'haproxy',
|
user_group => 'haproxy',
|
||||||
debug => hiera('CONFIG_DEBUG_MODE'),
|
debug => hiera('CONFIG_DEBUG_MODE'),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
class {'::neutron::services::lbaas':
|
||||||
|
service_providers => 'LOADBALANCER:Haproxy:neutron_lbaas.services.loadbalancer.drivers.haproxy.plugin_driver.HaproxyOnHostPluginDriver:default',
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user