yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #29785
[Bug 1409211] Re: Unnecessary checks when cleaning up a domain
** Changed in: keystone
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
https://bugs.launchpad.net/bugs/1409211
Title:
Unnecessary checks when cleaning up a domain
Status in OpenStack Identity (Keystone):
Fix Released
Bug description:
When an internal notification for cleaning up a domain is sent, the
callback method get all users and groups of that domain (using
filtering), in order to delete them.
After this, when iterating over the domain's users and groups, it re-
verifies their domain_id, which is unnecessary. [1]
[1]
https://review.openstack.org/#/c/125521/3/keystone/identity/core.py
To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1409211/+subscriptions
References