Set fingergw user to zuul
The user field no longer has a default, so if we want fingergw to drop root privs, we need to set it. Change-Id: I0bd16cbd23a30d2c643d1ac1840868e63f7adb4e
This commit is contained in:
parent
e3fb3c27f2
commit
96641b0edb
@ -30,6 +30,9 @@ log_config=/etc/zuul/logging.conf
|
||||
state_dir=/var/lib/zuul
|
||||
relative_priority=<%= @relative_priority %>
|
||||
|
||||
[fingergw]
|
||||
user=zuul
|
||||
|
||||
[zookeeper]
|
||||
hosts=<%= @zookeeper_hosts %>
|
||||
<% if @zookeeper_session_timeout != nil -%>
|
||||
|
Loading…
Reference in New Issue
Block a user