diff options
author | ramamani yeleswarapu <ramamani.yeleswarapu@intel.com> | 2017-12-07 23:22:45 -0800 |
---|---|---|
committer | ramamani yeleswarapu <ramamani.yeleswarapu@intel.com> | 2017-12-07 23:24:17 -0800 |
commit | 5187062964e9b154183c212731f8051ba7471a05 (patch) | |
tree | 45eebb84a227e4cd7bf7058d3f6360038b979da4 /plugins/barometer/roles | |
parent | 5fbadc0b9b5d8726050906d0923abfe7ea5ce1c0 (diff) |
Update Barometer's collectd plugin to Pike
Updates collectd-ceilometer-plugin code
from stable/ocata to stable/pike.
Change-Id: Idf62f870f2276c8b83249e01d6ed5714a08caa90
Signed-off-by: ramamani yeleswarapu <ramamani.yeleswarapu@intel.com>
Diffstat (limited to 'plugins/barometer/roles')
-rw-r--r-- | plugins/barometer/roles/collectd/tasks/collectd.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/barometer/roles/collectd/tasks/collectd.yml b/plugins/barometer/roles/collectd/tasks/collectd.yml index 5a2c3710..48e15989 100644 --- a/plugins/barometer/roles/collectd/tasks/collectd.yml +++ b/plugins/barometer/roles/collectd/tasks/collectd.yml @@ -55,7 +55,7 @@ cd /opt/stack; git clone https://github.com/openstack/collectd-ceilometer-plugin.git; cd /opt/stack/collectd-ceilometer-plugin; - git checkout stable/ocata + git checkout stable/pike when: stat_result.stat.exists == False - name: configure logfile conf |