From 86c279a0ed24f7389557629fc16b15507d6fef11 Mon Sep 17 00:00:00 2001
From: Doug Szumski <doug@stackhpc.com>
Date: Mon, 8 Oct 2018 14:57:21 +0100
Subject: [PATCH] Disable InfluxDB reporting

Make reporting of InfluxDB statistics opt-in rather than opt-out.

Trivial-Fix
Change-Id: I23342f797d883da1fe4c3ecdda53dd677239dc36
---
 ansible/roles/influxdb/templates/influxdb.conf.j2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ansible/roles/influxdb/templates/influxdb.conf.j2 b/ansible/roles/influxdb/templates/influxdb.conf.j2
index efd585989f..e372373267 100644
--- a/ansible/roles/influxdb/templates/influxdb.conf.j2
+++ b/ansible/roles/influxdb/templates/influxdb.conf.j2
@@ -1,4 +1,4 @@
-reporting-disabled = false
+reporting-disabled = true
 [logging]
   level = "info"
   file = "/var/log/kolla/influxdb/influxdb.log"