From 0981ffebcf9d9ddb3a45a68556431c617f66b8d5 Mon Sep 17 00:00:00 2001 From: Matthew Treinish Date: Wed, 21 Oct 2015 16:59:25 -0400 Subject: [PATCH] Add openstack-health to status.o.o vhost template We recently added the openstack-health frontend to be hosted on status.o.o and are currently building the js and moving it to the right location. However we neglected to also update the vhost template to tell apache about the new directory to host. This commit updates the template to ensure we are properly hosting the frontend. Change-Id: I17efdde03e41c5d4b563b9eef8cba8c42a8ab439 --- modules/openstack_project/templates/status.vhost.erb | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/modules/openstack_project/templates/status.vhost.erb b/modules/openstack_project/templates/status.vhost.erb index e64b4ed046..fdee3c24ab 100644 --- a/modules/openstack_project/templates/status.vhost.erb +++ b/modules/openstack_project/templates/status.vhost.erb @@ -28,6 +28,13 @@ NameVirtualHost <%= @vhost_name %>:<%= @port %> Alias /release /srv/static/release + Alias /openstack-health /srv/static/openstack-health + + AllowOverride None + Order allow,deny + allow from all + + > Options <%= @options %> AllowOverride None