Reviewed: https://review.openstack.org/287857 Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=90c15100c480bd593e124176a688fc50002984b0 Submitter: Jenkins Branch: master
commit 90c15100c480bd593e124176a688fc50002984b0 Author: Lance Bragstad <[email protected]> Date: Thu Mar 3 14:51:16 2016 +0000 Add notifications to user/group membership When a user is added or removed from a group we should emit a notification. The notification has group as the resource type and the group ID as the resource ID. The notification also includes the user, user ID, and the operation that was done ('removed' or 'added'). This way consumers are notified of user and group memberships. Change-Id: I93ca3a0cb2fe9b93f5370e5871be1f1b30d87f72 Closes-Bug: 1552639 ** Changed in: keystone Status: In Progress => Fix Released -- 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/1552639 Title: Keystone doesn't send notification on user/group membership Status in OpenStack Identity (keystone): Fix Released Bug description: If a user is added to a group no keystone notification is emitted but I expected a notification with event_type “identity.group.updated”. I think it is an important change on a group which the notification consumers might be interested in. To manage notifications about this bug go to: https://bugs.launchpad.net/keystone/+bug/1552639/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

