yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #15202
[Bug 1282391] Re: Delete domain fails if the domain has domain grants
This has been resolved by: https://review.openstack.org/#/c/71159/ There
are no FK relations on the grants now except for the Role ID. This was
resolved in the Icehouse Release.
** Changed in: keystone
Status: New => 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/1282391
Title:
Delete domain fails if the domain has domain grants
Status in OpenStack Identity (Keystone):
Fix Released
Bug description:
UserDomainGrant and GroupDomainGrant has foriegn key relation with
domains. So we can't delete a domain unless we remove the grants.
On deletedomain we need to
-- Delete users
-- Delete groups
-- Delete projects
which should take care of removal of foreign key relations
To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1282391/+subscriptions
References