Browse code

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

Rabi Mishra authored on 2014/02/21 23:38:28
Showing 1 changed files
... ...
@@ -38,6 +38,7 @@ function neutron_agent_lbaas_configure_agent() {
38 38
 
39 39
     if is_fedora; then
40 40
         iniset $LBAAS_AGENT_CONF_FILENAME DEFAULT user_group "nobody"
41
+        iniset $LBAAS_AGENT_CONF_FILENAME haproxy user_group "nobody"
41 42
     fi
42 43
 }
43 44