keystonemiddleware/releasenotes/notes/bug-1544840-a534127f8663e40f.yaml
Arun Kant c813c35214 Adding audit middleware specific notification driver conf
Now oslo messaging notifier can use driver information from audit
middleware specific conf section. This allows audit to have different
driver and transport usage from existing standard oslo messaging
configuration. If audit middleware section is not defined, then existing
logic is used which identifies driver from shared common oslo messaging
notification conf section.

Adjusted code and tests to recent oslo messaging notifier topic to
topics arg change. And recent request.context change.

Change-Id: Ia9ce654d3903efd0fd7893347e44ee27a765c745
Closes-Bug: 1544840
2016-05-13 11:24:03 -07:00

7 lines
254 B
YAML

---
features:
- >
[`bug 1544840 <https://bugs.launchpad.net/keystonemiddleware/+bug/1544840>`_]
Adding audit middleware specific notification related configuration
to allow a different notification driver and transport for audit if needed.