rabbitmq collectd plugin should use loopback address on osp16
Bug #1938532 reported by
jaison
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
openstack-browbeat |
New
|
Undecided
|
Unassigned |
Bug Description
rabbitmq plugin in collectd fails in osp16 undercloud and overcloud as from osp16 onwards rabbitmq_management rabbitmq plugin listens on 127.0.0.1 on port 15672 .
OSP16:
Undercloud/
{rabbitmq_
{rates_mode, none}
, {listener, [
{ip, "127.0.0.1"},
{port, 15672}
]}
OSP13:
Undercloud:
/etc/rabbitmq/
{rabbitmq_
{listener, [
{ip, "192.168.24.1"},
{port, 15672}
]}
Overcloud:
{rabbitmq_
{rates_mode, none}
, {listener, [
{ip, "127.0.0.1"},
{port, 15672}
]}
** We need to add a logic to use loopback address in environments with containerized collectd.
To post a comment you must log in.