From 51dc2d1a638855bcab4f43b7b7823fae8d9ea4a5 Mon Sep 17 00:00:00 2001 From: Guo Ruijing Date: Fri, 15 Jul 2016 06:24:12 +0800 Subject: Add collectd build & installation Change-Id: I9305715bae269fb2e65a083e4e19f1ed6c9b8331 Signed-off-by: Guo Ruijing --- src/fuel-plugin/deployment_scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fuel-plugin/deployment_scripts/install.sh') diff --git a/src/fuel-plugin/deployment_scripts/install.sh b/src/fuel-plugin/deployment_scripts/install.sh index 9a9bf613..8f4edef0 100755 --- a/src/fuel-plugin/deployment_scripts/install.sh +++ b/src/fuel-plugin/deployment_scripts/install.sh @@ -47,7 +47,7 @@ cat << EOF > /etc/collectd/collectd.conf.d/collectd-ceilometer-plugin.conf # # Ceilometer user creds OS_USERNAME "$OS_USERNAME" OS_PASSWORD "$OS_PASSWORD" - OS_TENANT_NAME "service" + OS_TENANT_NAME "services" -- cgit 1.2.3-korg