keystone/keystone/tests
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
..
common Time-based One-time Password 2016-02-19 10:42:29 -08:00
functional Correct docstrings 2016-02-01 21:35:15 -05:00
hacking Adds a hacking check looking for Logger.warn usage 2016-01-06 19:56:51 +00:00
unit Shadow users - Separate user identities 2016-02-22 22:14:22 +00:00
__init__.py Move existing tests to unit 2015-02-13 15:54:29 -06:00