Comment 7 for bug 1670273

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to charm-ceilometer-agent (master)

Reviewed: https://review.openstack.org/512997
Committed: https://git.openstack.org/cgit/openstack/charm-ceilometer-agent/commit/?id=958dfc3e2fd44f51171b781ba5c969bfb45d2eed
Submitter: Zuul
Branch: master

commit 958dfc3e2fd44f51171b781ba5c969bfb45d2eed
Author: Liam Young <email address hidden>
Date: Wed Oct 18 10:28:07 2017 +0000

    Address all rabbit units in clustered deploy

    If rabbitmq is deployed in a cluster then the ceilometer charm will
    pass rabbitmq_hosts and rabbitmq_host to ceilometer-agent. This charm
    was ignoring the rabbitmq_hosts key and thus always talking to a
    single rabbit even if there were multiple.

    Change-Id: I42c2e3ee4ee2bd1feb9815a4d9895a7121801995
    Closes-Bug: #1670273