6bf92e74f6
new feature was introduced in oslo.messaging (in Mitaka) which allows to specify transport url for notifications purpose. so, now setup of transports will be following: we will try to setup transport for notifications using this new feature, and if such setup is failed, we will fallback to old scheme with re-using service transport for notifications (for backward compatibility). Change-Id: I251d465863c33f60bb3b3850e987238bd326c461 Closes-bug: 1579945
6 lines
194 B
YAML
6 lines
194 B
YAML
---
|
|
features:
|
|
- Separate transport url can be used for notifications purposes now,
|
|
to enable this feature 'transport_url' should be provided in
|
|
'oslo_messaging_notifications' section.
|