Comment 5 for bug 1479820

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to ceilometer (master)

Reviewed: https://review.openstack.org/211304
Committed: https://git.openstack.org/cgit/openstack/ceilometer/commit/?id=a27643a75ff985c0d61f3c10ad6cdce109845bf9
Submitter: Jenkins
Branch: master

commit a27643a75ff985c0d61f3c10ad6cdce109845bf9
Author: gordon chung <email address hidden>
Date: Mon Aug 10 15:28:29 2015 -0400

    start rpc deprecation

    we switch to work queues in Juno and made it the default rather
    than rpc. the main advantage of using RPC is it offers callback
    functionality at the expense of performance. we don't need callback
    for our use cases so it's best to stop supporting rpc and leave just
    udp and queues in our collector.

    Change-Id: Ia02421ae09cdf27998ce76a99170100f36595f71
    Related-Bug: #1479820