Comment 11 for bug 1315474

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

Reviewed: https://review.openstack.org/92815
Committed: https://git.openstack.org/cgit/openstack/tripleo-image-elements/commit/?id=537a440cd00c7fbbd641fe13eec693b500dbb89c
Submitter: Jenkins
Branch: master

commit 537a440cd00c7fbbd641fe13eec693b500dbb89c
Author: Jan Grant <email address hidden>
Date: Thu May 8 13:00:22 2014 +0100

    Permit non-loopback guest access to Rabbit.

    Recent versions of RabbitMQ have defaulted to only permitting the guest
    user to connect from the loopback address.

    Many elements have yet to consume rabbit accounts - until the configuration
    of per-service (or per-server) accounts is finalised, ensure that newer
    rabbit versions will be backwardly-compatible with the old behaviour.

    Change-Id: I30e0156862c5672aef3e31a6919c8fe1957e3a02
    Related-bug: #1315474
    Related-bug: #1317778