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