diff options
author | Maryam Tahhan <maryam.tahhan@intel.com> | 2016-08-03 09:59:46 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-08-03 09:59:46 +0000 |
commit | bb565c001819ee5d3edff7657b99b4e466d90327 (patch) | |
tree | 70365bab143911d21bdfe8982b90183fc3911dd2 /src/fuel-plugin/deployment_scripts/install.sh | |
parent | 35f11c25f579a518306772f47f6a4604171cc8c6 (diff) | |
parent | ed3a1e02083ca16239c37f6c77e2e069ada97bec (diff) |
Merge "fuel: fix collectd ceilometer installation script"
Diffstat (limited to 'src/fuel-plugin/deployment_scripts/install.sh')
-rwxr-xr-x | src/fuel-plugin/deployment_scripts/install.sh | 4 |
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 |