Remove [webapp] section from v3 config

As of I8278d9ca81ed7b0a2a2189d42b8b69c5eea2bab5 the last remaining
use for the [webapp] config section (passing in the status_url) is
no longer required, so it is safe to remove in its entirety at this
point.

Change-Id: I9ceb695cf54397fa2ccbbd4e580843a3f37a997c
This commit is contained in:
Jeremy Stanley 2018-02-03 15:44:09 +00:00
parent 9753b1b889
commit 8683244caf
1 changed files with 0 additions and 3 deletions

View File

@ -29,9 +29,6 @@ tenant_config=/etc/zuul/layout/<%= @tenant_file_name %>
log_config=/etc/zuul/logging.conf
state_dir=/var/lib/zuul
[webapp]
status_url=<%= @status_url %>
[zookeeper]
hosts=<%= @zookeeper_hosts %>
<% if @zookeeper_session_timeout != nil -%>