yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #29741
[Bug 1417451] Re: SQL User & Group entities still have FK to 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/1417451
Title:
SQL User & Group entities still have FK to domain
Status in OpenStack Identity (Keystone):
Fix Released
Bug description:
The SQL User and Group entities store their domain_id. Even though we
have tried to cut the linkage between the identity and
resource/assignment components - it turns out that the User & Group
SQL entities still mark domain_id as a foreign key back to the domain
table in resource. This stops proper decoupling between our components
(and, for instance, makes it harder to handle domain deletion via
notification).
We should drop the domain_id FK constraint on User & Group entities.
To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1417451/+subscriptions
References