Dependency between subsystems at the DB layer
Bug #1672713 reported by
Rodrigo Duarte
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Identity (keystone) |
In Progress
|
Medium
|
Colleen Murphy |
Bug Description
We should not have dependencies like foreign keys between subsystems in keystone - they might be handled by separate backends!
As an example, we currently have a foreign keys between the federated_user table and protocol and idp tables [1]. We should drop this foreign keys and handle the cross-subsystems operations at the manager layer.
Changed in keystone: | |
importance: | Undecided → Medium |
tags: | added: sql |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/445505
Review: https:/