diff options
-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 |