From: Aimee Ukasick Date: Tue, 23 May 2017 22:51:49 +0000 (-0500) Subject: Update ApiVersion to 5.1 to match current schema version. X-Git-Tag: opnfv-6.0.0~149 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F45%2F35245%2F3;p=barometer.git Update ApiVersion to 5.1 to match current schema version. JIRA: VES-11 Change-Id: I9a492537759e6a7b9504af050764f91185e84ec4 Signed-off-by: Aimee Ukasick --- diff --git a/3rd_party/collectd-ves-plugin/ves_plugin/ves_plugin.py b/3rd_party/collectd-ves-plugin/ves_plugin/ves_plugin.py index 1ab8f679..3f0a069f 100644 --- a/3rd_party/collectd-ves-plugin/ves_plugin/ves_plugin.py +++ b/3rd_party/collectd-ves-plugin/ves_plugin/ves_plugin.py @@ -251,7 +251,7 @@ class VESPlugin(object): 'SendEventInterval' : 20.0, 'FunctionalRole' : 'Collectd VES Agent', 'GuestRunning' : False, - 'ApiVersion' : 1.0 + 'ApiVersion' : 5.1 } self.__host_name = None self.__ves_timer = None