From 1d0d62c6a61159038be5c4e98bebb0e232131f56 Mon Sep 17 00:00:00 2001
From: Ian Wienand <iwienand@redhat.com>
Date: Mon, 27 Apr 2020 09:42:11 +1000
Subject: [PATCH] status.openstack.org: send zuul link to opendev zuul

Due to a configuration issue, zuul.openstack.org is currently throwing
SSL validation errors.  Update the status.openstack.org to the
canonical OpenStack tenant page directly.

Change-Id: Idf08e140de11126061cb6f9783d13dc64fefff60
---
 modules/openstack_project/templates/status.vhost.erb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/openstack_project/templates/status.vhost.erb b/modules/openstack_project/templates/status.vhost.erb
index f1ba1e695f..f2effdba9a 100644
--- a/modules/openstack_project/templates/status.vhost.erb
+++ b/modules/openstack_project/templates/status.vhost.erb
@@ -66,7 +66,7 @@ NameVirtualHost <%= @vhost_name %>:<%= @port %>
       </IfVersion>
   </Directory>
 
-  RedirectMatch temp ^/zuul(.*) http://zuul.openstack.org/
+  RedirectMatch temp ^/zuul(.*) https://zuul.opendev.org/t/openstack/status
 
   ErrorLog /var/log/apache2/<%= @name %>_error.log
   LogLevel warn