Merge "Requirements for binary installation"

This commit is contained in:
Jenkins 2017-03-10 17:28:24 +00:00 committed by Gerrit Code Review
commit aab8ad09e5
1 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,8 @@ set -o xtrace
pip_install $COLLECTD_CEILOMETER_DIR
# install system package
install_collectd
# stop collectd service once installed
stop_collectd
# adapt collectd.conf
adapt_collectd_conf
;;