Remove statsd configuration

This has moved into windmill-config repo.

Change-Id: Ica10636cf6f5cf20c2a620b2e13a22222e03b9cc
Depends-On: https://review.openstack.org/643948
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2019-03-18 10:02:38 -04:00
parent 0399fce301
commit fb4ee9320e
1 changed files with 0 additions and 8 deletions

View File

@ -1,8 +0,0 @@
{
{% if ansible_host | ipv6 %}
address_ipv6: true,
{% endif %}
backends: [ "./backends/console" ],
host: "{{ ansible_host }}",
port: 8125
}