ceilometer/releasenotes/notes/use-notification-transport-url-489f3d31dc66c4d2.yaml
Darren Hague 379f10fc73 Bugfix: use transport_url from [oslo_messaging_notifications] if present
According to https://docs.openstack.org/developer/oslo.messaging/opts.html#oslo-messaging-notifications
a transport_url defined in [oslo_messaging_notifications] should be used, if
present. In Ceilometer, this is ignored in favour of the transport_url defined
in [DEFAULT], which is a bug. This change fixes the bug.

Change-Id: I12a559ebbbc1edd18c6833943bb5e9af7adf4666
2017-03-10 15:39:27 +00:00

4 lines
165 B
YAML

---
fixes:
- The transport_url defined in [oslo_messaging_notifications] was never used,
which contradicts the oslo_messaging documentation. This is now fixed.