SQL User & Group entities still have FK to domain
Bug #1417451 reported by
Henry Nash
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Identity (keystone) |
Fix Released
|
Medium
|
Steve Martinelli |
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.
description: | updated |
Changed in keystone: | |
status: | New → Confirmed |
Changed in keystone: | |
milestone: | none → kilo-3 |
Changed in keystone: | |
status: | Fix Committed → Fix Released |
Changed in keystone: | |
milestone: | kilo-3 → 2015.1.0 |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/156488
Review: https:/