keystone/releasenotes/notes/enable-cadf-notification-format-by-default-f938267e1ec54071.yaml
Tin Lam 165e5a98f0 Enable CADF notification format by default
The current default notification format is set to ``basic``, the home-brewed
openstack-styled format.  Since all new notifications have adhered to the
CADF format, we should switch to use CADF format by default, which provides
compatibility with the older format.

Also, messages for the following authentication events are squelched due
to their chattiness:

* identity.authenticate.success
* identity.authenticate.pending
* identity.authenticate.failed

Change-Id: I6dd3a52319bd59aa5ef856e6d99b5a1d7c37e371
Closes-Bug: #1641660
2016-11-21 13:28:37 -06:00

13 lines
610 B
YAML

---
fixes:
- Changed the default notification from ``basic`` to ``cadf``.
- Added ``identity.authenticate.success``, ``identity.authenticate.pending``
and ``identity.authenticate.failed`` as default for
``notification_opt_out``.
upgrade:
- The default setting for ``notification_opt_out`` is changed to include
``identity.authenticate.success``, ``identity.authenticate.pending`` and
``identity.authenticate.failed``. If a deployment relies on these
notifications, then override the default ``notification_opt_out`` setting
by explicitly specifying the notifications to suppress.