keystone/keystone/common/sql
Ronald De Rose 312a041862 Shadow users - Separate user identities
"Shadow users: unified identity" implementation:
Separated user identities from their locally managed credentials by
refactoring the user table into user, local_user, and password tables.

user -> local_user -> password
     -> federated_user
     -> ...

(identity) -> (credentials)

Migrated data from the user table to the local_user and password tables.
Modify backend code to utilize the new tables.

Note: #2 "Shadow LDAP and federated users" will be completed in a
different patch. The federated_user table will be added with that patch.

bp shadow-users

Change-Id: I0b6c188824e856d788fe7156e4a9dc2a04cdb6f8
2016-02-22 22:14:22 +00:00
..
migrate_repo Shadow users - Separate user identities 2016-02-22 22:14:22 +00:00
__init__.py Safer noqa handling 2014-03-27 18:52:07 -05:00
core.py Fix users in group and groups for user exact filters 2016-01-07 10:10:09 -08:00
migration_helpers.py Provide an error message if downgrading schema 2016-02-04 20:10:16 +00:00