Make the following changes to the new "initial" migrations. - Add four additional indexes to 'revocation_event' table (010) - Add unique constraint to 'user_id' column of 'nonlocal_user' table (011) - Add 'domain_id' column to 'identity_provider' table, and a foreign key constraint on the 'id' column of the 'project' table (012) - Add 'ondelete=CASCADE' to foreignkey constraint on 'protocol_id' and 'idp_id' columns of 'federated_user' table (013) - Add 'domain_id' column to the 'user' table (014) - Replace foreign key constraints covering 'user_id' columns of 'local_user' and 'nonlocal_user' tables with constraints covering 'user_id' and 'domain_id' columns (014) - Add unique constraint covering 'id' and 'domain_id' columns of 'user' table (014) - Alter 'domain_id' column of 'user' table to be non-nullable (015) - Add 'user_option' table (016) Change-Id: I96cab42cfcfd3e86b53f25abf4cf4043af3b5667 Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
OpenStack Keystone
OpenStack Keystone provides authentication, authorization and service discovery mechanisms via HTTP primarily for use by projects in the OpenStack family. It is most commonly deployed as an HTTP interface to existing identity systems, such as LDAP.
Developer documentation, the source of which is in
doc/source/, is published at:
The API reference and documentation are available at:
The canonical client library is available at:
Documentation for cloud administrators is available at:
The source of documentation for cloud administrators is available at:
Information about our team meeting is available at:
Release notes is available at:
Bugs and feature requests are tracked on Launchpad at:
Future design work is tracked at:
Contributors are encouraged to join IRC
(#openstack-keystone on OFTC):
Source for the project:
For information on contributing to Keystone, see
CONTRIBUTING.rst.