summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaryam Tahhan <maryam.tahhan@intel.com>2016-08-03 09:59:46 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-08-03 09:59:46 +0000
commitbb565c001819ee5d3edff7657b99b4e466d90327 (patch)
tree70365bab143911d21bdfe8982b90183fc3911dd2
parent35f11c25f579a518306772f47f6a4604171cc8c6 (diff)
parented3a1e02083ca16239c37f6c77e2e069ada97bec (diff)
Merge "fuel: fix collectd ceilometer installation script"
-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 bc430be..08fc274 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