Requirements for binary installation

- Binary installation requires the collectd service to be
    stopped once installed.

Change-Id: Idba586ccf7ae5a5680446f56b4ef60c6279ab3d5
This commit is contained in:
Helena McGough 2017-03-01 13:49:15 +00:00
parent 1ca93526ca
commit a5ae7b4613

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
;;