summaryrefslogtreecommitdiff
path: root/devstack/settings
diff options
context:
space:
mode:
authorJulien Danjou <julien@danjou.info>2016-09-09 14:27:50 +0200
committerJulien Danjou <julien@danjou.info>2016-09-13 11:29:19 +0200
commit7f8f6cccd644abcd2bdbf3d4cfe52997b40d0490 (patch)
treea916b6b14bbfd02f8f4e4c56d969055281cb644a /devstack/settings
parent5c05c047a67f88698a83fdaa8d8f5d7a7f07b195 (diff)
downloadceilometer-7f8f6cccd644abcd2bdbf3d4cfe52997b40d0490.tar.gz
Remove store_events options
The current option is misnamed, as it does not enable any storing but just the processing of events from the notification agent to the collector. This means that even if you set event_dispatchers=panko and forget to set store_events=true, nothing will happen. This patch enable the event processing as soon as something is configured in the pipeline. Change-Id: I5a906684f6371b0548ac08cacc13aa238f780f78
Diffstat (limited to 'devstack/settings')
-rw-r--r--devstack/settings1
1 files changed, 0 insertions, 1 deletions
diff --git a/devstack/settings b/devstack/settings
index 3dae8bdf..441300bb 100644
--- a/devstack/settings
+++ b/devstack/settings
@@ -29,7 +29,6 @@ CEILOMETER_USE_MOD_WSGI=${CEILOMETER_USE_MOD_WSGI:-${ENABLE_HTTPD_MOD_WSGI_SERVI
# To enable OSprofiler change value of this variable to "notifications,profiler"
CEILOMETER_NOTIFICATION_TOPICS=${CEILOMETER_NOTIFICATION_TOPICS:-notifications}
-CEILOMETER_EVENTS=${CEILOMETER_EVENTS:-True}
CEILOMETER_COORDINATION_URL=${CEILOMETER_COORDINATION_URL:-redis://localhost:6379}
CEILOMETER_PIPELINE_INTERVAL=${CEILOMETER_PIPELINE_INTERVAL:-}