From a5ae7b4613d0db649f7baa076c8c3cd5847f8adf Mon Sep 17 00:00:00 2001 From: Helena McGough Date: Wed, 1 Mar 2017 13:49:15 +0000 Subject: [PATCH] Requirements for binary installation - Binary installation requires the collectd service to be stopped once installed. Change-Id: Idba586ccf7ae5a5680446f56b4ef60c6279ab3d5 --- devstack/plugin.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devstack/plugin.sh b/devstack/plugin.sh index d8f9932..9c78db8 100644 --- a/devstack/plugin.sh +++ b/devstack/plugin.sh @@ -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 ;;