Fix newline issues
This commit is contained in:
parent
42e6001a78
commit
4255945787
@ -5,4 +5,5 @@
|
||||
{{- with .Values.endpoints.keystone -}}
|
||||
{{.scheme}}://{{.hosts.internal | default .hosts.default}}:{{.port.public}}{{.path}}
|
||||
{{- end -}}
|
||||
{{- end -}}
|
||||
{{- end -}}
|
||||
|
||||
|
@ -4,4 +4,6 @@
|
||||
# name: value
|
||||
|
||||
global:
|
||||
fqdn_suffix: cluster.local
|
||||
region: cluster
|
||||
tld: local
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -19,4 +19,5 @@ Listen 0.0.0.0:{{ .Values.network.port}}
|
||||
<Location "/static">
|
||||
SetHandler None
|
||||
</Location>
|
||||
</Virtualhost>
|
||||
</Virtualhost>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user