summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorgordon chung <gord@live.ca>2015-01-16 14:03:13 -0500
committergordon chung <gord@live.ca>2015-02-02 11:00:47 -0500
commit7fc0d1e6c71198fa865c7cbf9cab6debc7274f4f (patch)
treef3ea6b7e336608dd32f0c35eeed627d6f16665ba /tools
parentde0c2944b7f9d23de343cd449abcdd4897528771 (diff)
downloadceilometer-7fc0d1e6c71198fa865c7cbf9cab6debc7274f4f.tar.gz
add event listener to collector
enable a listener in collector that listens to events queue. this patch also renames 'metering_*' options which are now used by both events and samples. Change-Id: I6250c91e913864c3973e2d93022e38ad8bed8328 Implements: blueprint notification-pipelines
Diffstat (limited to 'tools')
-rwxr-xr-xtools/make_test_data.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/make_test_data.py b/tools/make_test_data.py
index 347eba1c..55042fb5 100755
--- a/tools/make_test_data.py
+++ b/tools/make_test_data.py
@@ -81,8 +81,7 @@ def make_test_data(name, meter_type, unit, volume, random_min,
source=source,
)
data = utils.meter_message_from_counter(
- c,
- cfg.CONF.publisher.metering_secret)
+ c, cfg.CONF.publisher.telemetry_secret)
yield data
n += 1