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:
James E. Blair 2019-03-18 07:13:07 -07:00
parent e3fb3c27f2
commit 96641b0edb
1 changed files with 3 additions and 0 deletions

View File

@ -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 -%>