From ed3a1e02083ca16239c37f6c77e2e069ada97bec Mon Sep 17 00:00:00 2001 From: Maryam Tahhan Date: Wed, 3 Aug 2016 10:55:46 +0100 Subject: fuel: fix collectd ceilometer installation script Fix the install.sh script to leverage the latest bugfixes on stable/mitaka. Change-Id: I13cba16cac7af945e4812a54f505a3cb57a4a86e Signed-off-by: Maryam Tahhan --- src/fuel-plugin/deployment_scripts/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/fuel-plugin/deployment_scripts/install.sh b/src/fuel-plugin/deployment_scripts/install.sh index bc430bee..08fc2744 100755 --- a/src/fuel-plugin/deployment_scripts/install.sh +++ b/src/fuel-plugin/deployment_scripts/install.sh @@ -26,9 +26,9 @@ cat << EOF > /etc/collectd/collectd.conf.d/collectd-ceilometer-plugin.conf ModulePath "$INSTALL_HOME" LogTraces true Interactive false - Import "collectd_ceilometer_plugin" + Import "collectd_ceilometer.plugin" - + # Verbosity 1|0 #VERBOSE 0 -- cgit 1.2.3-korg