Merge "Fix telegraf invalid TOML syntax"

This commit is contained in:
Zuul 2020-04-29 12:00:56 +00:00 committed by Gerrit Code Review
commit 12a0ffa305

View File

@ -19,7 +19,7 @@
retention_policy = "autogen" retention_policy = "autogen"
write_consistency = "any" write_consistency = "any"
timeout = "5s" timeout = "5s"
tls_ca = {{ openstack_cacert }} tls_ca = "{{ openstack_cacert }}"
{% endfor %} {% endfor %}
{% endif %} {% endif %}
[[inputs.cpu]] [[inputs.cpu]]