neutron/releasenotes/notes/oslo-messaging-notifier-queue-d94677076a1db261.yaml
Ryan Rossiter d3ee7a5338 Add separate transport for notifications
In oslo.messaging 2.9.0, the RPC and notification buses were decoupled
into separate transport. This changes over the Neutron notifier to use
the notification transport provided from oslo.messaging instead of the
original transport (which is now used for RPC). By default, the
notification transport will pull in the original transport if nothing is
configured in oslo_messaging_notification, so this can be an in-place
replacement without impacting upgrades or configurations.

This functionality was added to oslo.messaging to address bug #1504622

Change-Id: I89c8a84c81079677088cc7d656a0bcb5e323de4d
2016-01-26 17:40:03 +00:00

8 lines
354 B
YAML

---
features:
- The RPC and notification queues have been separated into different queues.
Specify the transport_url to be used for notifications within the
[oslo_messaging_notifications] section of the configuration file.
If no transport_url is specified in [oslo_messaging_notifications],
the transport_url used for RPC will be used.