Merge "Change "Virtualhost" to "VirtualHost" in horizon.conf.j2"

This commit is contained in:
Jenkins 2016-09-26 02:53:03 +00:00 committed by Gerrit Code Review
commit cf17d234c8

@ -20,7 +20,7 @@ Listen {{ api_interface_address }}:80
<Location "/static"> <Location "/static">
SetHandler None SetHandler None
</Location> </Location>
</Virtualhost> </VirtualHost>
{% if kolla_enable_tls_external | bool %} {% if kolla_enable_tls_external | bool %}
Header edit Location ^http://(.*)$ https://$1 Header edit Location ^http://(.*)$ https://$1