Use short names in rpc_backend

The backwards compatibility for oslo-incubator imports does not function
anymore. We have to switch to short names of rpc backends.

Change-Id: I7b489a516032bae72e4d51241c1e197eee508bf4
This commit is contained in:
Lukas Bezdicka
2015-10-09 14:51:59 +02:00
parent cbbf46e6af
commit 2d9c274846
12 changed files with 12 additions and 12 deletions

View File

@@ -3,7 +3,7 @@ class { '::ceilometer':
qpid_hostname => hiera('CONFIG_AMQP_HOST_URL'),
qpid_username => hiera('CONFIG_AMQP_AUTH_USER'),
qpid_password => hiera('CONFIG_AMQP_AUTH_PASSWORD'),
rpc_backend => 'ceilometer.openstack.common.rpc.impl_qpid',
rpc_backend => 'qpid',
verbose => true,
debug => hiera('CONFIG_DEBUG_MODE'),
qpid_port => hiera('CONFIG_AMQP_CLIENTS_PORT'),