summaryrefslogtreecommitdiffstats
path: root/src/fuel-plugin/deployment_scripts/install.sh
diff options
context:
space:
mode:
authorMaryam Tahhan <maryam.tahhan@intel.com>2016-12-14 11:19:02 +0000
committerGerrit Code Review <gerrit@opnfv.org>2016-12-14 11:19:02 +0000
commit9864e17ff636d7fffe39e0a4b68a370ab7cb9f58 (patch)
tree5b82bcdd054d968616a67709e0e790b49196ec17 /src/fuel-plugin/deployment_scripts/install.sh
parent60fa6b4a1116e361a6dbda516679610165dc320d (diff)
parent9a00ce2a39b9c62f1e3605fea3f2642e17b44d24 (diff)
Merge "Build collectd in ubuntu 16.04 docker"
Diffstat (limited to 'src/fuel-plugin/deployment_scripts/install.sh')
-rwxr-xr-xsrc/fuel-plugin/deployment_scripts/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fuel-plugin/deployment_scripts/install.sh b/src/fuel-plugin/deployment_scripts/install.sh
index 807e5683..0bcb4008 100755
--- a/src/fuel-plugin/deployment_scripts/install.sh
+++ b/src/fuel-plugin/deployment_scripts/install.sh
@@ -11,7 +11,7 @@ OS_PASSWORD=$4
CEILOMETER_URL_TYPE=${CEILOMETER_URL_TYPE:-internalURL}
CEILOMETER_TIMEOUT=${CEILOMETER_TIMEOUT:-1000}
-apt-get install -y collectd
+apt-get install -y collectd python-dev libpython2.7
rm -rf $INSTALL_HOME; mkdir -p $INSTALL_HOME
cd $INSTALL_HOME