Fixes a language issue in a release note

This change was raised as a nit in the original review. The original
language implies that the option is only used once. The examples show
that the option is used for each notification to ignore.

Change-Id: I9b76757630a77e04b4ae6ae49da9f9bb8b80954d
This commit is contained in:
David Stanek 2016-02-08 17:07:40 +00:00
parent ed2ff17290
commit ec15ffe819
1 changed files with 1 additions and 1 deletions

View File

@ -3,5 +3,5 @@ features:
- >
[`bug 1519210 <https://bugs.launchpad.net/keystone/+bug/1519210>`_]
A user may now opt-out of notifications by specifying a list of
`event_types` in the ``notification_opt_out`` option in `keystone.conf`.
`event_types` using the ``notification_opt_out`` option in `keystone.conf`.
These events are never sent to a messaging service.