← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1700496] Re: Notifications are emitted per-cell instead of globally

 

[Closing for devstack because there has been no activity for 60 days.]

** Changed in: devstack
       Status: Incomplete => Invalid

-- 
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/1700496

Title:
  Notifications are emitted per-cell instead of globally

Status in devstack:
  Invalid
Status in OpenStack Compute (nova):
  Fix Released

Bug description:
  With https://review.openstack.org/#/c/436094/ we began using different transport URLs for Nova internal services.
  That said, as notifications emit on a different topic but use the same transport URL than the component, it leads to our consumers missing notifications as they only subscribe to the original MQ.

  While Nova can use multiple MQs, we should still offer the possibility
  to have global notifications for Nova so a consumer wouldn't require
  to modify their configs every time a new cell is issued.

  That can be an oslo.messaging config option [1], but we certainly need
  to be more gentle in Devstack or depending jobs (like for Vitrage)
  could fail.

  [1]
  https://docs.openstack.org/developer/oslo.messaging/opts.html#oslo_messaging_notifications.transport_url

  devstack version: pike

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


References