diff options
Diffstat (limited to 'src/fuel-plugin/deployment_scripts')
-rwxr-xr-x | src/fuel-plugin/deployment_scripts/install.sh | 2 |
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 |