| commit | 9d43deb2f3fcddafa3b7e044673074cbd023f98b | [log] [tgz] |
|---|---|---|
| author | Jenkins <jenkins@review.openstack.org> | Fri Feb 28 01:43:12 2014 +0000 |
| committer | Gerrit Code Review <review@openstack.org> | Fri Feb 28 01:43:12 2014 +0000 |
| tree | 2fcbe07279fff3480d15f1502caff888ea5b1846 | |
| parent | 3ac259c6856b0f8f7fb24b987f83868c86517396 [diff] | |
| parent | f2ca87a8d8ded80384b2cafb46ef2ca4cf19a986 [diff] |
Merge "Implements fix to run lbaas service on fedora with devstack"
diff --git a/lib/neutron_plugins/services/loadbalancer b/lib/neutron_plugins/services/loadbalancer index 5d7a94e..3714142 100644 --- a/lib/neutron_plugins/services/loadbalancer +++ b/lib/neutron_plugins/services/loadbalancer
@@ -38,6 +38,7 @@ if is_fedora; then iniset $LBAAS_AGENT_CONF_FILENAME DEFAULT user_group "nobody" + iniset $LBAAS_AGENT_CONF_FILENAME haproxy user_group "nobody" fi }