keystone/keystone/common/sql/migrate_repo
Henry Nash ec326b39fa Implement name space for domains
Creates a separate name space for each domain for the name attribute of
user, groups and projects - meaning that the names of these entities
only have to be unique within that domain.

Implementation of this within the SQL backends is handled by simply
changing the uniqueness constraints on the relevant attributes.  KVS
and LDAP backends do not yet support domain separation (blocked by
existing restrictions, already raised as bugs).

An issue exists for the downward migration with this change in that
if the database has been used and populated with the name space in place
then the downward migration may fail due to clashing names when you
try and revert to a global name space (raised as a separate bug)

This patch also improves the group support in the KVS backend and
cleans up string quoting in the 016 migration fucntions, and fixes an
issue where the SQL update_project was not updating a change in domain_id.

Change-Id: I8f0df0e1bf84bfd26b8ef5505fe5fafd930dc78b
2013-02-19 07:06:22 +00:00
..
versions Implement name space for domains 2013-02-19 07:06:22 +00:00
README establish basic structure 2012-01-18 20:06:27 -08:00
__init__.py establish basic structure 2012-01-18 20:06:27 -08:00
manage.py establish basic structure 2012-01-18 20:06:27 -08:00
migrate.cfg establish basic structure 2012-01-18 20:06:27 -08:00

README

This is a database migration repository.

More information at
http://code.google.com/p/sqlalchemy-migrate/