Skip to content
Snippets Groups Projects
Commit 7ad7c880 authored by xiaojueguan's avatar xiaojueguan
Browse files

Fix telegraf invalid TOML syntax

Change-Id: Ie3022d1721f43dc84e4228331d0d2f6f3a3c7ebd
Closes-Bug: 1875613
parent 8618cfac
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@
retention_policy = "autogen"
write_consistency = "any"
timeout = "5s"
tls_ca = {{ openstack_cacert }}
tls_ca = "{{ openstack_cacert }}"
{% endfor %}
{% endif %}
[[inputs.cpu]]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment