From efb3e4c6a8a681e09ad41273da9ce1c1e5d4faf2 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Mon, 25 Sep 2017 14:37:05 -0500 Subject: [PATCH] Add redirect from status.o.o/zuul to zuulv3.openstack.org Change-Id: I8a796f91000f1d2f690fa1703403196fbf468436 --- modules/openstack_project/templates/status.vhost.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/openstack_project/templates/status.vhost.erb b/modules/openstack_project/templates/status.vhost.erb index 06c51c0822..0e7bb2f98c 100644 --- a/modules/openstack_project/templates/status.vhost.erb +++ b/modules/openstack_project/templates/status.vhost.erb @@ -76,6 +76,7 @@ NameVirtualHost <%= @vhost_name %>:<%= @port %> + RedirectMatch temp ^/zuul(.*) http://zuulv3.openstack.org/ ErrorLog /var/log/apache2/<%= @name %>_error.log LogLevel warn