AUTHORS
ChangeLog
HACKING.rst
LICENSE
MANIFEST.in
README.rst
TODO
openstack-common.conf
run_tests.py
run_tests.sh
setup.cfg
setup.py
tox.ini
bin/keystone-all
bin/keystone-manage
doc/Makefile
doc/source/api_curl_examples.rst
doc/source/architecture.rst
doc/source/community.rst
doc/source/conf.py
doc/source/configuration.rst
doc/source/configuringservices.rst
doc/source/developing.rst
doc/source/index.rst
doc/source/installing.rst
doc/source/middlewarearchitecture.rst
doc/source/setup.rst
doc/source/_templates/.placeholder
doc/source/_theme/layout.html
doc/source/_theme/theme.conf
doc/source/images/authComp.svg
doc/source/images/graphs_authComp.svg
doc/source/images/graphs_authCompDelegate.svg
doc/source/man/keystone-all.rst
doc/source/man/keystone-manage.rst
doc/source/old/backends.rst
doc/source/old/controllingservers.rst
doc/source/old/endpoints.rst
doc/source/old/extensions.rst
doc/source/old/migration.rst
doc/source/old/releases.rst
doc/source/old/services.rst
doc/source/old/ssl.rst
doc/source/static/basic.css
doc/source/static/default.css
doc/source/static/jquery.tweet.js
doc/source/static/tweaks.css
etc/default_catalog.templates
etc/keystone.conf.sample
etc/logging.conf.sample
etc/policy.json
keystone/__init__.py
keystone/clean.py
keystone/cli.py
keystone/config.py
keystone/exception.py
keystone/service.py
keystone/test.py
keystone.egg-info/PKG-INFO
keystone.egg-info/SOURCES.txt
keystone.egg-info/dependency_links.txt
keystone.egg-info/not-zip-safe
keystone.egg-info/requires.txt
keystone.egg-info/top_level.txt
keystone/catalog/__init__.py
keystone/catalog/core.py
keystone/catalog/backends/__init__.py
keystone/catalog/backends/kvs.py
keystone/catalog/backends/sql.py
keystone/catalog/backends/templated.py
keystone/common/__init__.py
keystone/common/bufferedhttp.py
keystone/common/kvs.py
keystone/common/logging.py
keystone/common/manager.py
keystone/common/policy.py
keystone/common/serializer.py
keystone/common/utils.py
keystone/common/wsgi.py
keystone/common/ldap/__init__.py
keystone/common/ldap/core.py
keystone/common/ldap/fakeldap.py
keystone/common/sql/__init__.py
keystone/common/sql/core.py
keystone/common/sql/legacy.py
keystone/common/sql/migration.py
keystone/common/sql/nova.py
keystone/common/sql/util.py
keystone/common/sql/migrate_repo/README
keystone/common/sql/migrate_repo/__init__.py
keystone/common/sql/migrate_repo/manage.py
keystone/common/sql/migrate_repo/migrate.cfg
keystone/common/sql/migrate_repo/versions/001_add_initial_tables.py
keystone/common/sql/migrate_repo/versions/__init__.py
keystone/contrib/__init__.py
keystone/contrib/admin_crud/__init__.py
keystone/contrib/admin_crud/core.py
keystone/contrib/ec2/__init__.py
keystone/contrib/ec2/core.py
keystone/contrib/ec2/backends/__init__.py
keystone/contrib/ec2/backends/kvs.py
keystone/contrib/ec2/backends/sql.py
keystone/contrib/s3/__init__.py
keystone/contrib/s3/core.py
keystone/identity/__init__.py
keystone/identity/core.py
keystone/identity/models.py
keystone/identity/backends/__init__.py
keystone/identity/backends/kvs.py
keystone/identity/backends/pam.py
keystone/identity/backends/sql.py
keystone/identity/backends/ldap/__init__.py
keystone/identity/backends/ldap/core.py
keystone/middleware/__init__.py
keystone/middleware/auth_token.py
keystone/middleware/core.py
keystone/middleware/ec2_token.py
keystone/middleware/s3_token.py
keystone/middleware/swift_auth.py
keystone/openstack/__init__.py
keystone/openstack/common/README
keystone/openstack/common/__init__.py
keystone/openstack/common/cfg.py
keystone/openstack/common/iniparser.py
keystone/openstack/common/setup.py
keystone/policy/__init__.py
keystone/policy/core.py
keystone/policy/backends/__init__.py
keystone/policy/backends/rules.py
keystone/token/__init__.py
keystone/token/core.py
keystone/token/backends/__init__.py
keystone/token/backends/kvs.py
keystone/token/backends/memcache.py
keystone/token/backends/sql.py
tests/_ldap_livetest.py
tests/backend_ldap.conf
tests/backend_liveldap.conf
tests/backend_sql.conf
tests/default_catalog.templates
tests/default_fixtures.py
tests/legacy_d5.mysql
tests/legacy_d5.sqlite
tests/legacy_diablo.mysql
tests/legacy_diablo.sqlite
tests/legacy_essex.mysql
tests/legacy_essex.sqlite
tests/policy.json
tests/test_auth_token_middleware.py
tests/test_backend.py
tests/test_backend_kvs.py
tests/test_backend_ldap.py
tests/test_backend_memcache.py
tests/test_backend_sql.py
tests/test_backend_templated.py
tests/test_content_types.py
tests/test_exception.py
tests/test_import_legacy.py
tests/test_keystoneclient.py
tests/test_keystoneclient_sql.py
tests/test_middleware.py
tests/test_migrate_nova_auth.py
tests/test_overrides.conf
tests/test_policy.py
tests/test_s3_token_middleware.py
tests/test_serializer.py
tests/test_setup.py
tests/test_swift_auth_middleware.py
tests/test_url_middleware.py
tests/test_utils.py
tests/test_versions.py
tests/test_wsgi.py
tools/convert_to_sqlite.sh
tools/install_venv.py
tools/pip-requires
tools/sample_data.sh
tools/test-requires
tools/with_venv.sh