X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=baro_tests%2Fcollectd.py;fp=baro_tests%2Fcollectd.py;h=a476e48333c468eee62306e0d1f284acb5527378;hb=f3207cb719217231e5e212d2e84b0e7db97e97bf;hp=922403f1799501d853e033863c2ac8f7d4c9820a;hpb=1db7418e39d41cb92e3b1af71d2cb4b9fabb29f2;p=barometer.git diff --git a/baro_tests/collectd.py b/baro_tests/collectd.py index 922403f1..a476e483 100644 --- a/baro_tests/collectd.py +++ b/baro_tests/collectd.py @@ -793,15 +793,15 @@ def main(bt_logger=None): compute_node_names.append(node_name) plugins_to_enable = [] error_plugins = [] - gnocchi_running = ( + gnocchi_running_com = ( gnocchi_running and conf.check_gnocchi_plugin_included( compute_node)) - aodh_running = ( + aodh_running_com = ( aodh_running and conf.check_aodh_plugin_included(compute_node)) # logger.info("SNMP enabled on {}" .format(node_name)) - if gnocchi_running: + if gnocchi_running_com: out_plugins[node_id].append("Gnocchi") - if aodh_running: + if aodh_running_com: out_plugins[node_id].append("AODH") if snmp_running: out_plugins[node_id].append("SNMP")