Qpid driver is removed from Oslo.messaging [1] in
the Mitaka release. This patch adds warning if this driver
is used.
[1] I4a9cba314c4a2f24307504fa7b5427424268b114
Change-Id: I0d466c84d9d9b992d1394e0208a5b8fb51ef7167
# we keep "ceilometer.openstack.common.rpc.impl_qpid" for backward compatibility
if $rpc_backend == 'ceilometer.openstack.common.rpc.impl_qpid' or $rpc_backend == 'qpid' {
+ warning('Qpid driver is removed from Oslo.messaging in the Mitaka release')
+
ceilometer_config {
'oslo_messaging_qpid/qpid_hostname' : value => $qpid_hostname;
'oslo_messaging_qpid/qpid_port' : value => $qpid_port;