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
This commit is contained in:
Matthew Treinish 2015-10-21 16:59:25 -04:00
parent 61e5513770
commit 0981ffebcf
No known key found for this signature in database
GPG Key ID: FD12A0F214C9E177
1 changed files with 7 additions and 0 deletions

View File

@ -28,6 +28,13 @@ NameVirtualHost <%= @vhost_name %>:<%= @port %>
Alias /release /srv/static/release
Alias /openstack-health /srv/static/openstack-health
<Directory /srv/static/openstack-health>
AllowOverride None
Order allow,deny
allow from all
</Directory>
<Directory <%= @docroot %>>
Options <%= @options %>
AllowOverride None