Skip to content

Commit a5e7e4a

Browse files
committed
Update tls prameters
1 parent 7417bf8 commit a5e7e4a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

templates/ceilometercompute/config/ceilometer.conf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ transport_url={{ .TransportURL }}
3434
[polling]
3535
heartbeat_socket_dir=/var/lib/ceilometer
3636
{{- if .TLS }}
37-
Prometheus_tls_enable = True
38-
Prometheus_tls_cert = {{ .TlsCert }}
39-
Prometheus_tls_key = {{ .TlsKey }}
37+
prometheus_tls_enable = True
38+
prometheus_tls_certfile = {{ .TlsCert }}
39+
prometheus_tls_keyfile = {{ .TlsKey }}
4040
{{- end }}
4141

4242
[publisher]

0 commit comments

Comments
 (0)