← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1761405] Re: impossible to disable notifications

 

** Changed in: nova
     Assignee: (unassigned) => Matt Riedemann (mriedem)

** Also affects: nova/pike
   Importance: Undecided
       Status: New

** Also affects: nova/queens
   Importance: Undecided
       Status: New

** Changed in: nova/pike
       Status: New => Confirmed

** Changed in: nova/pike
   Importance: Undecided => Low

** Changed in: nova/queens
       Status: New => Confirmed

** Changed in: nova/queens
   Importance: Undecided => Low

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1761405

Title:
  impossible to disable notifications

Status in OpenStack Compute (nova):
  Confirmed
Status in OpenStack Compute (nova) pike series:
  Confirmed
Status in OpenStack Compute (nova) queens series:
  Confirmed

Bug description:
  Hi,

  As far as I can see from
  https://github.com/openstack/nova/blob/stable/queens/nova/rpc.py#L60-L86,
  it's currently (i.e. in queens) not possible to instruct nova to not
  send notifications - you either get versioned, legacy, or both.

  In clouds which don't have ceilometer, nothing is consuming the
  notifications, which keep piling up in rabbitmq :

  $ sudo rabbitmqctl list_queues -p openstack|grep -v 0$
  Listing queues ...
  notifications.error     32
  notifications.info      44908
  notifications_designate.info    15161
  versioned_notifications.error   24
  versioned_notifications.info    22285

  Could we please get a knob to make nova not send any notification ?

  Thanks !

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1761405/+subscriptions


References