← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1761405] Re: impossible to disable notifications

 

Reviewed:  https://review.openstack.org/561684
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=11528966ba000addde5416f085332e0d39c46588
Submitter: Zuul
Branch:    master

commit 11528966ba000addde5416f085332e0d39c46588
Author: Matt Riedemann <mriedem.os@xxxxxxxxx>
Date:   Mon Apr 16 14:12:12 2018 -0400

    Document how to disable notifications
    
    This adds information to the "notification_format" config
    option help and notifications docs on how to disable notifications.
    
    While updating the config option help text, a stale reference
    to Pike is removed.
    
    Change-Id: I736025a0a88fc969831558805687b642da8cd365
    Closes-Bug: #1761405


** Changed in: nova
       Status: In Progress => Fix Released

-- 
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):
  Fix Released
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