ironic/releasenotes/notes/configure-notifications-72824356e7d8832a.yaml
Ruby Loo 4405e6d412 NOTIFICATION_TRANSPORT should be global
This is a followup to "Use messaging notifications transport
instead of default" (Ic72fd658fe9b35d39cc3d7da2e4b9fe3454edfba).

The use of NOTIFICATION_TRANSPORT should be global. A unit
test is added; it fails if the variable isn't global.

A typo was addressed in the release notes.

Change-Id: Ie303d79aba893b36a7aecb29c0ff2703f742146e
2016-06-01 10:25:05 -04:00

9 lines
348 B
YAML

---
features:
- It is now possible to configure the notifications to use a different
transport URL than the RPCs. These could potentially be completely
different message broker hosts (though they don't need to be). If the
notification-specific configuration is not provided, the notifier will use
the same transport as the RPCs.