summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--keystone/conf/default.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/keystone/conf/default.py b/keystone/conf/default.py
index 0fa17d7a0..529a46986 100644
--- a/keystone/conf/default.py
+++ b/keystone/conf/default.py
@@ -120,8 +120,7 @@ auditing use cases.
notification_opt_out = cfg.MultiStrOpt(
'notification_opt_out',
default=["identity.authenticate.success",
- "identity.authenticate.pending",
- "identity.authenticate.failed"],
+ "identity.authenticate.pending"],
help=utils.fmt("""
You can reduce the number of notifications keystone emits by explicitly
opting out. Keystone will not emit notifications that match the patterns