Comment 9 for bug 1592200

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

Reviewed: https://review.openstack.org/339597
Committed: https://git.openstack.org/cgit/openstack/charm-rabbitmq-server/commit/?id=c200f4fd13a141f79aef34c426c1e7e2633766ce
Submitter: Jenkins
Branch: stable/16.04

commit c200f4fd13a141f79aef34c426c1e7e2633766ce
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
    (cherry picked from commit 0ded449e8d32428baf7992cfc6999f82e9996c1a)