From 5541131a92d2616e08daa9ea3374ff808d20ad4e Mon Sep 17 00:00:00 2001 From: Guo Ruijing Date: Sun, 9 Oct 2016 10:21:07 +0800 Subject: Rebase to fuel 10.0 Change-Id: I531d697ef7aa2c533d9e86dfed86fc73971e6a66 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 08fc2744..807e5683 100755 --- a/src/fuel-plugin/deployment_scripts/install.sh +++ b/src/fuel-plugin/deployment_scripts/install.sh @@ -15,7 +15,7 @@ apt-get install -y collectd rm -rf $INSTALL_HOME; mkdir -p $INSTALL_HOME cd $INSTALL_HOME -curl http://$HOST:8080/plugins/fuel-plugin-collectd-ceilometer-0.9/repositories/ubuntu/collectd-ceilometer.tgz | tar xzvf - +curl http://$HOST:8080/plugins/fuel-plugin-collectd-ceilometer-1.0/repositories/ubuntu/collectd-ceilometer.tgz | tar xzvf - cat << EOF > /etc/collectd/collectd.conf.d/collectd-ceilometer-plugin.conf -- cgit 1.2.3-korg