From 84088bedd6d7480024f080f268fd187e6643959d Mon Sep 17 00:00:00 2001 From: gord chung Date: Tue, 10 Jan 2017 18:09:58 +0000 Subject: [PATCH] move integration to ceilometer similar to how gnocchi is set up Change-Id: Iaf83100aa2226ef159810e878ef1a652f1d8aea1 --- devstack/plugin.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/devstack/plugin.sh b/devstack/plugin.sh index 524b71ab..3a1812dd 100644 --- a/devstack/plugin.sh +++ b/devstack/plugin.sh @@ -179,10 +179,6 @@ function configure_panko { if is_service_enabled panko-api && [ "$PANKO_USE_MOD_WSGI" == "True" ]; then _panko_config_apache_wsgi fi - - if is_service_enabled ceilometer-collector; then - iniadd $CEILOMETER_CONF DEFAULT event_dispatchers panko - fi } # init_panko() - Initialize etc.