yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #41692
[Bug 1519210] [NEW] opt-out of certain notifications
Public bug reported:
keystone currently support a lot of event notifications, just see
http://docs.openstack.org/developer/keystone/event_notifications.html
It would be nice if there was a configuration option to allow users to
opt-out of notifications they didn't care about.
This could be as simple as:
[notifications]
listen_group_create = True
listen_group_delete = True
listen_group_update = True
...
listen_authenticate_success = True
Or something more advanced.
Either way, each would have to be set to True by default.
** Affects: keystone
Importance: Wishlist
Status: New
** Changed in: keystone
Importance: Undecided => Wishlist
** Summary changed:
- opt-out of notifications
+ opt-out of certain notifications
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Identity (keystone).
https://bugs.launchpad.net/bugs/1519210
Title:
opt-out of certain notifications
Status in OpenStack Identity (keystone):
New
Bug description:
keystone currently support a lot of event notifications, just see
http://docs.openstack.org/developer/keystone/event_notifications.html
It would be nice if there was a configuration option to allow users to
opt-out of notifications they didn't care about.
This could be as simple as:
[notifications]
listen_group_create = True
listen_group_delete = True
listen_group_update = True
...
listen_authenticate_success = True
Or something more advanced.
Either way, each would have to be set to True by default.
To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1519210/+subscriptions
Follow ups