summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMehdi Abaakouk <mehdi.abaakouk@enovance.com>2013-11-18 15:26:41 +0100
committerMehdi Abaakouk <mehdi.abaakouk@enovance.com>2014-04-14 11:56:56 +0200
commit5995bf906cea07e699d3e2c0ebb5532e70bc84c5 (patch)
tree5df969214dac9cebd3a49429a70c238aa62e71ec /tools
parent0eb9f5131be64392664fd0317f4cf388787b662b (diff)
downloadceilometer-5995bf906cea07e699d3e2c0ebb5532e70bc84c5.tar.gz
Replace oslo.rpc by oslo.messaging
The patch replaces oslo.rpc by oslo.messaging. The important changes: - On the collector, the queue name and the topic are now the same (ie: metering, instead of ceilometer.collector.metering for the queue and metering for the topic) - Same for the alarm partitionner the queue is no more prefixed by ceilometer.alarm. Implements switch-to-oslo.messaging Change-Id: Ia5e4ff1dd1d419c090b8039627234ae7f07e8660
Diffstat (limited to 'tools')
-rw-r--r--tools/config/oslo.config.generator.rc3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/config/oslo.config.generator.rc b/tools/config/oslo.config.generator.rc
index 13d8f331..35ac9874 100644
--- a/tools/config/oslo.config.generator.rc
+++ b/tools/config/oslo.config.generator.rc
@@ -1 +1,2 @@
-export CEILOMETER_CONFIG_GENERATOR_EXTRA_MODULES=keystoneclient.middleware.auth_token
+CEILOMETER_CONFIG_GENERATOR_EXTRA_LIBRARIES=oslo.messaging
+CEILOMETER_CONFIG_GENERATOR_EXTRA_MODULES=keystoneclient.middleware.auth_token