tripleo-heat-templates/releasenotes/notes/keystone-notification-driver-0c71165430eb57ef.yaml
Takashi Kajinami 3a04690cda Enable notification from Keystone when Barbican is enabled
Barbican, especially the barbican-keystone-listener service, consumes
notifications from Keystone so that secrets associated with deleted
users are purged. This change ensures notification is enabled in
Keystone when Barbican is enabled to use that feature properly.

Closes-Bug: #1956400
Change-Id: I9322cd2a2f274daba1d02d5bf98e5abbca795df0
2022-01-05 17:49:25 +09:00

8 lines
299 B
YAML

---
features:
- |
The new ``KeystoneNotificationDriver`` parameter has been added.
This parameter overrides the global ``NotificationDriver`` parameter and
allows customizing notification driver only in Keystone, which is required
to use notification listner function in Barbican.