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:
@@ -38,6 +38,7 @@ function neutron_agent_lbaas_configure_agent() {
|
|||||||
|
|
||||||
if is_fedora; then
|
if is_fedora; then
|
||||||
iniset $LBAAS_AGENT_CONF_FILENAME DEFAULT user_group "nobody"
|
iniset $LBAAS_AGENT_CONF_FILENAME DEFAULT user_group "nobody"
|
||||||
|
iniset $LBAAS_AGENT_CONF_FILENAME haproxy user_group "nobody"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user