Comment 2 for bug 1652246

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla-ansible (master)

Reviewed: https://review.openstack.org/414499
Committed: https://git.openstack.org/cgit/openstack/kolla-ansible/commit/?id=0c29fdfc8f0736eb506c74eacdf6c43554ae51fd
Submitter: Jenkins
Branch: master

commit 0c29fdfc8f0736eb506c74eacdf6c43554ae51fd
Author: Kuo-tung Kao <email address hidden>
Date: Fri Dec 23 16:39:43 2016 +0800

    provide a universal collectd template

    The default config for collectd is very different between OS distro.
    For example, in ubuntu, collectd read config from "/etc/collect/collect.conf.d".
    But in centos, collectd read config from "/etc/collect.d"
    We need to provide a universal collectd template
    to make it convenient for different distros.

    Change-Id: Ib82fcbb923cb32dbafce04e1e639a400d59a4365
    Closes-Bug: #1652246