Fix newline issues

This commit is contained in:
Alan Meadows 2016-12-19 15:40:53 -08:00
parent 42e6001a78
commit 4255945787
4 changed files with 9 additions and 4 deletions

View File

@ -5,4 +5,5 @@
{{- with .Values.endpoints.keystone -}}
{{.scheme}}://{{.hosts.internal | default .hosts.default}}:{{.port.public}}{{.path}}
{{- end -}}
{{- end -}}
{{- end -}}

View File

@ -4,4 +4,6 @@
# name: value
global:
fqdn_suffix: cluster.local
region: cluster
tld: local

View File

@ -14,4 +14,5 @@ rm -rf /tmp/_tmp_.secret_key_store.lock /tmp/.secret_key_store
# wsgi/horizon-http needs open files here, including secret_key_store
chown -R horizon /var/lib/kolla/venv/lib/python2.7/site-packages/openstack_dashboard/local/
apache2 -DFOREGROUND
apache2 -DFOREGROUND

View File

@ -19,4 +19,5 @@ Listen 0.0.0.0:{{ .Values.network.port}}
<Location "/static">
SetHandler None
</Location>
</Virtualhost>
</Virtualhost>