aboutsummaryrefslogtreecommitdiffstats
path: root/src/fuel-plugin
diff options
context:
space:
mode:
authorMaryam Tahhan <maryam.tahhan@intel.com>2016-08-03 10:55:46 +0100
committerMaryam Tahhan <maryam.tahhan@intel.com>2016-08-03 10:55:46 +0100
commited3a1e02083ca16239c37f6c77e2e069ada97bec (patch)
tree453bdbb5d8ec69d105fc2be11d1166023e34877a /src/fuel-plugin
parentc35a73776d1a637eab9b3f2baca04c6521491f40 (diff)
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 <maryam.tahhan@intel.com>
Diffstat (limited to 'src/fuel-plugin')
-rwxr-xr-xsrc/fuel-plugin/deployment_scripts/install.sh4
1 files 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"
- <Module collectd_ceilometer_plugin>
+ <Module "collectd_ceilometer.plugin">
# Verbosity 1|0
#VERBOSE 0