Comment 25 for bug 1817672

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

Reviewed: https://review.openstack.org/639333
Committed: https://git.openstack.org/cgit/openstack/charm-ceilometer-agent/commit/?id=54530ab595a7e43c479e318b7cb459138024bd53
Submitter: Zuul
Branch: master

commit 54530ab595a7e43c479e318b7cb459138024bd53
Author: James Page <email address hidden>
Date: Tue Feb 26 14:35:53 2019 +0100

    Refactor RabbitMQ integration

    Prior to this change, the ceilometer-agent charm receives RMQ
    configuration details via the ceilometer charm. This makes it
    a bit of a snowflake.

    Refactor RMQ integration to require a direct relation to the
    rabbitmq-server charm; information provided on this relation
    will superceed any information currently provided via the
    charms relation with ceilometer, ensuring that there is no
    disruption to service during a charm upgrade before the new
    relation is added.

    Switch to using [DEFAULT]transport_url for RMQ configuration,
    making use of the new ch template for SSL and HA configuration
    in [oslo_messaging_rabbit].

    Change-Id: Ie637ec5162461826505cea39bde6829e036fa1f2
    Closes-Bug: 1817672