Comment 7 for bug 1592200

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

Reviewed: https://review.openstack.org/338865
Committed: https://git.openstack.org/cgit/openstack/charm-rabbitmq-server/commit/?id=0ded449e8d32428baf7992cfc6999f82e9996c1a
Submitter: Jenkins
Branch: master

commit 0ded449e8d32428baf7992cfc6999f82e9996c1a
Author: James Page <email address hidden>
Date: Thu Jul 7 11:48:52 2016 +0100

    Ensure rabbit hosts are resolvable

    The update_hosts_file function requires a full map of entries to
    write into /etc/hosts; the previous use of this function tried
    to write individual host entries only.

    Ensure that a full map of self + peers is written at appropriate
    points in a units lifecycle to ensure self and peer hostname
    resolvability.

    (also fixed a typo in a status message)

    Change-Id: If40b31a55641861a1e03985f318e012b545fcc25
    Closes-Bug: 1592200
    Closes-Bug: 1590085