We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7417bf8 commit a5e7e4aCopy full SHA for a5e7e4a
templates/ceilometercompute/config/ceilometer.conf
@@ -34,9 +34,9 @@ transport_url={{ .TransportURL }}
34
[polling]
35
heartbeat_socket_dir=/var/lib/ceilometer
36
{{- if .TLS }}
37
-Prometheus_tls_enable = True
38
-Prometheus_tls_cert = {{ .TlsCert }}
39
-Prometheus_tls_key = {{ .TlsKey }}
+prometheus_tls_enable = True
+prometheus_tls_certfile = {{ .TlsCert }}
+prometheus_tls_keyfile = {{ .TlsKey }}
40
{{- end }}
41
42
[publisher]
0 commit comments