From 288b9e06f4d4a9b768a7ece8a964d2a2d776e772 Mon Sep 17 00:00:00 2001 From: Luka Peschke Date: Tue, 4 Jun 2019 10:39:53 +0200 Subject: [PATCH] [cloudkitty] Remove unused option from configuration file template The unused "services" option has been removed from the [collect] section. Change-Id: Id99fc99e1dff2b8f953b242abda2174cbbecd11d --- ansible/roles/cloudkitty/templates/cloudkitty.conf.j2 | 1 - 1 file changed, 1 deletion(-) diff --git a/ansible/roles/cloudkitty/templates/cloudkitty.conf.j2 b/ansible/roles/cloudkitty/templates/cloudkitty.conf.j2 index a80f00e852..3303dab234 100644 --- a/ansible/roles/cloudkitty/templates/cloudkitty.conf.j2 +++ b/ansible/roles/cloudkitty/templates/cloudkitty.conf.j2 @@ -39,7 +39,6 @@ policy_file = {{ cloudkitty_policy_file }} [collect] collector = {{ cloudkitty_collector_backend }} -services = compute,image{% if enable_cinder | bool %},volume{% endif %},network.bw.out,network.bw.in,network.floating {% if cloudkitty_custom_metrics_used %} metrics_conf = /etc/cloudkitty/{{ cloudkitty_custom_metrics_yaml_file }} {% endif %}