rabbitmq collectd plugin should use loopback address on osp16

Bug #1938532 reported by jaison
6
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/Overcloud:
  {rabbitmq_management, [
    {rates_mode, none}
, {listener, [
      {ip, "127.0.0.1"},
      {port, 15672}
    ]}
OSP13:
Undercloud:
/etc/rabbitmq/rabbitmq.config
  {rabbitmq_management, [
    {listener, [
      {ip, "192.168.24.1"},
      {port, 15672}
    ]}
Overcloud:
  {rabbitmq_management, [
    {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.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.