Implements fix to run lbaas service on fedora with devstack

changes 'user_group = nobody' in 'haproxy' section of lbaas_agent.ini

Change-Id: I801fec5a11d8abd97cb6f5cdff35fabb9eaf9000
Closes-Bug: 1283064
This commit is contained in:
Rabi Mishra
2014-02-21 20:08:28 +05:30
parent 5d920e02e3
commit f2ca87a8d8

View File

@@ -38,6 +38,7 @@ function neutron_agent_lbaas_configure_agent() {
if is_fedora; then
iniset $LBAAS_AGENT_CONF_FILENAME DEFAULT user_group "nobody"
iniset $LBAAS_AGENT_CONF_FILENAME haproxy user_group "nobody"
fi
}