c813c35214
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
7 lines
254 B
YAML
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.
|