From 9753b1b889e81469efd3f5b03a7864b4ad2c451d Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Sat, 3 Feb 2018 01:27:24 +0000 Subject: [PATCH] Also include status_url in [web] Starting with I8278d9ca81ed7b0a2a2189d42b8b69c5eea2bab5 the github reporter looks for its status_url in the [web] section of the configuration instead of [webapp], so put a copy there as well. Change-Id: I55ec498e1e35832723d6ffeb62ffa06b9ee4c930 --- templates/zuulv3.conf.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/zuulv3.conf.erb b/templates/zuulv3.conf.erb index 4514fe6..963054e 100644 --- a/templates/zuulv3.conf.erb +++ b/templates/zuulv3.conf.erb @@ -83,6 +83,7 @@ listen_address=<%= @web_listen_address %> <% if @web_listen_port != "" -%> listen_port=<%= @web_listen_port %> <% end -%> +status_url=<%= @status_url %> <% @connections.each do |connection| -%> [connection "<%= connection['name'] %>"]