keystone/keystone
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
..
catalog Fix spelling mistakes 2013-02-12 11:17:31 -08:00
common Implement name space for domains 2013-02-19 07:06:22 +00:00
contrib Fix spelling mistakes 2013-02-12 11:17:31 -08:00
identity Implement name space for domains 2013-02-19 07:06:22 +00:00
locale Imported Translations from Transifex 2013-02-05 00:01:43 +00:00
middleware Fix spelling mistakes 2013-02-12 11:17:31 -08:00
openstack Update to oslo version code. 2013-02-13 14:12:03 -08:00
policy Relational API links 2013-02-07 15:56:54 -06:00
token Keystone backend preparation for domain-scoping 2013-02-12 16:09:15 +00:00
__init__.py renaming keystonelight to keystone 2012-01-09 12:27:18 -08:00
clean.py tenant to project in the apis 2013-01-28 16:48:53 -05:00
cli.py Add --keystone-user/group to keystone-manage pki_setup 2013-02-03 11:33:31 +01:00
config.py project membership to role conversion 2013-02-18 15:11:43 -05:00
controllers.py public_endpoint & admin_endpoint configuration 2013-01-18 22:35:17 -06:00
exception.py Add size validations to token controller. 2013-02-05 09:20:57 -05:00
routers.py Driver registry 2012-12-21 11:57:44 -06:00
service.py Fixes import order nits 2013-01-11 09:05:11 +08:00
test.py project membership to role conversion 2013-02-18 15:11:43 -05:00