Update Keystone core to Mitaka. 21/15321/1
authorDUVAL Thomas <thomas.duval@orange.com>
Thu, 9 Jun 2016 07:11:50 +0000 (09:11 +0200)
committerDUVAL Thomas <thomas.duval@orange.com>
Thu, 9 Jun 2016 07:11:50 +0000 (09:11 +0200)
commit2e7b4f2027a1147ca28301e4f88adf8274b39a1f
tree8b8d94001ebe6cc34106cf813b538911a8d66d9a
parenta33bdcb627102a01244630a54cb4b5066b385a6a
Update Keystone core to Mitaka.

Change-Id: Ia10d6add16f4a9d25d1f42d420661c46332e69db
515 files changed:
keystone-moon/.gitignore
keystone-moon/.gitreview
keystone-moon/.mailmap
keystone-moon/.testr.conf
keystone-moon/config-generator/keystone.conf
keystone-moon/doc/source/apache-httpd.rst
keystone-moon/doc/source/api_curl_examples.rst
keystone-moon/doc/source/architecture.rst
keystone-moon/doc/source/auth-totp.rst [new file with mode: 0644]
keystone-moon/doc/source/community.rst
keystone-moon/doc/source/conf.py
keystone-moon/doc/source/configuration.rst
keystone-moon/doc/source/configure_federation.rst
keystone-moon/doc/source/configure_tokenless_x509.rst
keystone-moon/doc/source/configuringservices.rst
keystone-moon/doc/source/developing.rst
keystone-moon/doc/source/developing_drivers.rst
keystone-moon/doc/source/devref/development.environment.rst [new file with mode: 0644]
keystone-moon/doc/source/event_notifications.rst
keystone-moon/doc/source/extensions.rst
keystone-moon/doc/source/federation/shibboleth.rst
keystone-moon/doc/source/http-api.rst
keystone-moon/doc/source/index.rst
keystone-moon/doc/source/installing.rst
keystone-moon/doc/source/key_terms.rst
keystone-moon/doc/source/man/keystone-manage.rst
keystone-moon/doc/source/mapping_combinations.rst
keystone-moon/doc/source/online_schema_migration_examples.rst [new file with mode: 0644]
keystone-moon/doc/source/policy_mapping.rst
keystone-moon/doc/source/sample_config.rst [new file with mode: 0644]
keystone-moon/doc/source/services.rst [new file with mode: 0644]
keystone-moon/etc/default_catalog.templates
keystone-moon/etc/keystone-paste.ini
keystone-moon/etc/keystone.conf.sample
keystone-moon/etc/policy.json
keystone-moon/etc/policy.v3cloudsample.json
keystone-moon/examples/pki/gen_pki.sh
keystone-moon/httpd/keystone-uwsgi-admin.ini [new file with mode: 0644]
keystone-moon/httpd/keystone-uwsgi-public.ini [new file with mode: 0644]
keystone-moon/httpd/keystone.py
keystone-moon/httpd/uwsgi-keystone.conf [new file with mode: 0644]
keystone-moon/httpd/wsgi-keystone.conf
keystone-moon/keystone/assignment/V8_backends/__init__.py [new file with mode: 0644]
keystone-moon/keystone/assignment/V8_backends/sql.py [new file with mode: 0644]
keystone-moon/keystone/assignment/V8_role_backends/__init__.py [new file with mode: 0644]
keystone-moon/keystone/assignment/V8_role_backends/sql.py [new file with mode: 0644]
keystone-moon/keystone/assignment/__init__.py
keystone-moon/keystone/assignment/backends/sql.py
keystone-moon/keystone/assignment/controllers.py
keystone-moon/keystone/assignment/core.py
keystone-moon/keystone/assignment/role_backends/sql.py
keystone-moon/keystone/assignment/routers.py
keystone-moon/keystone/auth/__init__.py
keystone-moon/keystone/auth/controllers.py
keystone-moon/keystone/auth/core.py
keystone-moon/keystone/auth/plugins/core.py
keystone-moon/keystone/auth/plugins/external.py
keystone-moon/keystone/auth/plugins/mapped.py
keystone-moon/keystone/auth/plugins/oauth1.py
keystone-moon/keystone/auth/plugins/password.py
keystone-moon/keystone/auth/plugins/saml2.py
keystone-moon/keystone/auth/plugins/totp.py [new file with mode: 0644]
keystone-moon/keystone/catalog/__init__.py
keystone-moon/keystone/catalog/backends/sql.py
keystone-moon/keystone/catalog/backends/templated.py
keystone-moon/keystone/catalog/controllers.py
keystone-moon/keystone/catalog/core.py
keystone-moon/keystone/catalog/routers.py
keystone-moon/keystone/catalog/schema.py
keystone-moon/keystone/cmd/cli.py
keystone-moon/keystone/cmd/manage.py
keystone-moon/keystone/common/authorization.py
keystone-moon/keystone/common/cache/_context_cache.py [new file with mode: 0644]
keystone-moon/keystone/common/cache/backends/memcache_pool.py
keystone-moon/keystone/common/cache/backends/mongo.py
keystone-moon/keystone/common/cache/backends/noop.py
keystone-moon/keystone/common/cache/core.py
keystone-moon/keystone/common/config.py
keystone-moon/keystone/common/controller.py
keystone-moon/keystone/common/dependency.py
keystone-moon/keystone/common/driver_hints.py
keystone-moon/keystone/common/environment/__init__.py
keystone-moon/keystone/common/environment/eventlet_server.py
keystone-moon/keystone/common/extension.py
keystone-moon/keystone/common/json_home.py
keystone-moon/keystone/common/kvs/__init__.py
keystone-moon/keystone/common/kvs/backends/inmemdb.py
keystone-moon/keystone/common/kvs/backends/memcached.py
keystone-moon/keystone/common/kvs/core.py
keystone-moon/keystone/common/ldap/core.py
keystone-moon/keystone/common/manager.py
keystone-moon/keystone/common/models.py
keystone-moon/keystone/common/openssl.py
keystone-moon/keystone/common/router.py
keystone-moon/keystone/common/sql/core.py
keystone-moon/keystone/common/sql/migrate_repo/README
keystone-moon/keystone/common/sql/migrate_repo/__init__.py
keystone-moon/keystone/common/sql/migrate_repo/versions/045_placeholder.py [deleted file]
keystone-moon/keystone/common/sql/migrate_repo/versions/046_placeholder.py [deleted file]
keystone-moon/keystone/common/sql/migrate_repo/versions/047_placeholder.py [deleted file]
keystone-moon/keystone/common/sql/migrate_repo/versions/049_placeholder.py [deleted file]
keystone-moon/keystone/common/sql/migrate_repo/versions/050_fk_consistent_indexes.py [deleted file]
keystone-moon/keystone/common/sql/migrate_repo/versions/051_add_id_mapping.py [deleted file]
keystone-moon/keystone/common/sql/migrate_repo/versions/053_endpoint_to_region_association.py [deleted file]
keystone-moon/keystone/common/sql/migrate_repo/versions/055_add_indexes_to_token_table.py [deleted file]
keystone-moon/keystone/common/sql/migrate_repo/versions/060_placeholder.py [deleted file]
keystone-moon/keystone/common/sql/migrate_repo/versions/061_add_parent_project.py [deleted file]
keystone-moon/keystone/common/sql/migrate_repo/versions/062_drop_assignment_role_fk.py [deleted file]
keystone-moon/keystone/common/sql/migrate_repo/versions/064_drop_user_and_group_fk.py [deleted file]
keystone-moon/keystone/common/sql/migrate_repo/versions/065_add_domain_config.py [deleted file]
keystone-moon/keystone/common/sql/migrate_repo/versions/066_fixup_service_name_value.py [deleted file]
keystone-moon/keystone/common/sql/migrate_repo/versions/067_kilo.py [moved from keystone-moon/keystone/common/sql/migrate_repo/versions/044_icehouse.py with 75% similarity]
keystone-moon/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py
keystone-moon/keystone/common/sql/migrate_repo/versions/076_placeholder.py [moved from keystone-moon/keystone/common/sql/migrate_repo/versions/056_placeholder.py with 80% similarity]
keystone-moon/keystone/common/sql/migrate_repo/versions/077_placeholder.py [moved from keystone-moon/keystone/common/sql/migrate_repo/versions/057_placeholder.py with 80% similarity]
keystone-moon/keystone/common/sql/migrate_repo/versions/078_placeholder.py [moved from keystone-moon/keystone/common/sql/migrate_repo/versions/058_placeholder.py with 80% similarity]
keystone-moon/keystone/common/sql/migrate_repo/versions/079_placeholder.py [moved from keystone-moon/keystone/common/sql/migrate_repo/versions/059_placeholder.py with 80% similarity]
keystone-moon/keystone/common/sql/migrate_repo/versions/080_placeholder.py [new file with mode: 0644]
keystone-moon/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py [new file with mode: 0644]
keystone-moon/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py [new file with mode: 0644]
keystone-moon/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py [new file with mode: 0644]
keystone-moon/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py [new file with mode: 0644]
keystone-moon/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py [new file with mode: 0644]
keystone-moon/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py [moved from keystone-moon/keystone/common/sql/migrate_repo/versions/048_placeholder.py with 58% similarity]
keystone-moon/keystone/common/sql/migrate_repo/versions/087_implied_roles.py [new file with mode: 0644]
keystone-moon/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py [new file with mode: 0644]
keystone-moon/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py [new file with mode: 0644]
keystone-moon/keystone/common/sql/migrate_repo/versions/090_add_local_user_and_password_tables.py [new file with mode: 0644]
keystone-moon/keystone/common/sql/migrate_repo/versions/091_migrate_data_to_local_user_and_password_tables.py [new file with mode: 0644]
keystone-moon/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py [new file with mode: 0644]
keystone-moon/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py [new file with mode: 0644]
keystone-moon/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py [new file with mode: 0644]
keystone-moon/keystone/common/sql/migrate_repo/versions/095_add_integer_pkey_to_revocation_event_table.py [new file with mode: 0644]
keystone-moon/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py [new file with mode: 0644]
keystone-moon/keystone/common/sql/migration_helpers.py
keystone-moon/keystone/common/tokenless_auth.py
keystone-moon/keystone/common/utils.py
keystone-moon/keystone/common/validation/__init__.py
keystone-moon/keystone/common/validation/parameter_types.py
keystone-moon/keystone/common/validation/validators.py
keystone-moon/keystone/common/wsgi.py
keystone-moon/keystone/contrib/admin_crud/core.py
keystone-moon/keystone/contrib/ec2/controllers.py
keystone-moon/keystone/contrib/ec2/core.py
keystone-moon/keystone/contrib/ec2/routers.py
keystone-moon/keystone/contrib/endpoint_filter/__init__.py
keystone-moon/keystone/contrib/endpoint_filter/backends/catalog_sql.py
keystone-moon/keystone/contrib/endpoint_filter/backends/sql.py
keystone-moon/keystone/contrib/endpoint_filter/migrate_repo/versions/001_add_endpoint_filtering_table.py
keystone-moon/keystone/contrib/endpoint_filter/migrate_repo/versions/002_add_endpoint_groups.py
keystone-moon/keystone/contrib/endpoint_filter/routers.py
keystone-moon/keystone/contrib/endpoint_policy/backends/sql.py
keystone-moon/keystone/contrib/endpoint_policy/migrate_repo/versions/001_add_endpoint_policy_table.py
keystone-moon/keystone/contrib/endpoint_policy/routers.py
keystone-moon/keystone/contrib/federation/__init__.py
keystone-moon/keystone/contrib/federation/backends/sql.py
keystone-moon/keystone/contrib/federation/migrate_repo/versions/001_add_identity_provider_table.py
keystone-moon/keystone/contrib/federation/migrate_repo/versions/002_add_mapping_tables.py
keystone-moon/keystone/contrib/federation/migrate_repo/versions/003_mapping_id_nullable_false.py
keystone-moon/keystone/contrib/federation/migrate_repo/versions/004_add_remote_id_column.py
keystone-moon/keystone/contrib/federation/migrate_repo/versions/005_add_service_provider_table.py
keystone-moon/keystone/contrib/federation/migrate_repo/versions/006_fixup_service_provider_attributes.py
keystone-moon/keystone/contrib/federation/migrate_repo/versions/007_add_remote_id_table.py
keystone-moon/keystone/contrib/federation/migrate_repo/versions/008_add_relay_state_to_sp.py
keystone-moon/keystone/contrib/federation/routers.py
keystone-moon/keystone/contrib/moon/backends/sql.py
keystone-moon/keystone/contrib/moon/core.py
keystone-moon/keystone/contrib/moon/migrate_repo/versions/__init__.py [new file with mode: 0644]
keystone-moon/keystone/contrib/oauth1/__init__.py
keystone-moon/keystone/contrib/oauth1/backends/sql.py
keystone-moon/keystone/contrib/oauth1/migrate_repo/versions/001_add_oauth_tables.py
keystone-moon/keystone/contrib/oauth1/migrate_repo/versions/002_fix_oauth_tables_fk.py
keystone-moon/keystone/contrib/oauth1/migrate_repo/versions/003_consumer_description_nullalbe.py
keystone-moon/keystone/contrib/oauth1/migrate_repo/versions/004_request_token_roles_nullable.py
keystone-moon/keystone/contrib/oauth1/migrate_repo/versions/005_consumer_id_index.py
keystone-moon/keystone/contrib/oauth1/routers.py
keystone-moon/keystone/contrib/revoke/__init__.py
keystone-moon/keystone/contrib/revoke/backends/sql.py
keystone-moon/keystone/contrib/revoke/migrate_repo/versions/001_revoke_table.py
keystone-moon/keystone/contrib/revoke/migrate_repo/versions/002_add_audit_id_and_chain_to_revoke_table.py
keystone-moon/keystone/contrib/revoke/routers.py
keystone-moon/keystone/contrib/s3/core.py
keystone-moon/keystone/contrib/simple_cert/__init__.py
keystone-moon/keystone/contrib/simple_cert/routers.py
keystone-moon/keystone/contrib/user_crud/core.py
keystone-moon/keystone/credential/__init__.py
keystone-moon/keystone/credential/backends/sql.py
keystone-moon/keystone/credential/core.py
keystone-moon/keystone/endpoint_policy/__init__.py
keystone-moon/keystone/endpoint_policy/backends/sql.py
keystone-moon/keystone/endpoint_policy/core.py
keystone-moon/keystone/exception.py
keystone-moon/keystone/federation/V8_backends/__init__.py [new file with mode: 0644]
keystone-moon/keystone/federation/V8_backends/sql.py [new file with mode: 0644]
keystone-moon/keystone/federation/__init__.py [moved from keystone-moon/keystone/common/sql/migrate_repo/versions/063_drop_region_auth_url.py with 68% similarity]
keystone-moon/keystone/federation/backends/__init__.py [new file with mode: 0644]
keystone-moon/keystone/federation/backends/sql.py [new file with mode: 0644]
keystone-moon/keystone/federation/constants.py [moved from keystone-moon/keystone/common/sql/migrate_repo/versions/052_add_auth_url_to_region.py with 60% similarity]
keystone-moon/keystone/federation/controllers.py [new file with mode: 0644]
keystone-moon/keystone/federation/core.py [new file with mode: 0644]
keystone-moon/keystone/federation/idp.py [new file with mode: 0644]
keystone-moon/keystone/federation/routers.py [new file with mode: 0644]
keystone-moon/keystone/federation/schema.py [new file with mode: 0644]
keystone-moon/keystone/federation/utils.py [new file with mode: 0644]
keystone-moon/keystone/identity/__init__.py
keystone-moon/keystone/identity/backends/ldap.py
keystone-moon/keystone/identity/backends/sql.py
keystone-moon/keystone/identity/controllers.py
keystone-moon/keystone/identity/core.py
keystone-moon/keystone/identity/mapping_backends/sql.py
keystone-moon/keystone/identity/shadow_backends/__init__.py [new file with mode: 0644]
keystone-moon/keystone/identity/shadow_backends/sql.py [new file with mode: 0644]
keystone-moon/keystone/locale/de/LC_MESSAGES/keystone-log-critical.po
keystone-moon/keystone/locale/de/LC_MESSAGES/keystone.po
keystone-moon/keystone/locale/el/LC_MESSAGES/keystone-log-critical.po
keystone-moon/keystone/locale/en_AU/LC_MESSAGES/keystone-log-critical.po
keystone-moon/keystone/locale/es/LC_MESSAGES/keystone-log-critical.po
keystone-moon/keystone/locale/es/LC_MESSAGES/keystone.po
keystone-moon/keystone/locale/fr/LC_MESSAGES/keystone-log-critical.po
keystone-moon/keystone/locale/fr/LC_MESSAGES/keystone.po
keystone-moon/keystone/locale/hu/LC_MESSAGES/keystone-log-critical.po
keystone-moon/keystone/locale/it/LC_MESSAGES/keystone-log-critical.po
keystone-moon/keystone/locale/it/LC_MESSAGES/keystone.po
keystone-moon/keystone/locale/ja/LC_MESSAGES/keystone-log-critical.po
keystone-moon/keystone/locale/ja/LC_MESSAGES/keystone.po
keystone-moon/keystone/locale/keystone-log-critical.pot
keystone-moon/keystone/locale/keystone-log-error.pot
keystone-moon/keystone/locale/keystone-log-info.pot
keystone-moon/keystone/locale/keystone-log-warning.pot
keystone-moon/keystone/locale/keystone.pot
keystone-moon/keystone/locale/ko_KR/LC_MESSAGES/keystone-log-critical.po
keystone-moon/keystone/locale/ko_KR/LC_MESSAGES/keystone-log-error.po [new file with mode: 0644]
keystone-moon/keystone/locale/ko_KR/LC_MESSAGES/keystone-log-info.po [new file with mode: 0644]
keystone-moon/keystone/locale/ko_KR/LC_MESSAGES/keystone-log-warning.po [new file with mode: 0644]
keystone-moon/keystone/locale/ko_KR/LC_MESSAGES/keystone.po
keystone-moon/keystone/locale/pl_PL/LC_MESSAGES/keystone-log-critical.po
keystone-moon/keystone/locale/pt_BR/LC_MESSAGES/keystone-log-critical.po
keystone-moon/keystone/locale/pt_BR/LC_MESSAGES/keystone.po
keystone-moon/keystone/locale/ru/LC_MESSAGES/keystone-log-critical.po
keystone-moon/keystone/locale/ru/LC_MESSAGES/keystone.po
keystone-moon/keystone/locale/tr_TR/LC_MESSAGES/keystone-log-critical.po
keystone-moon/keystone/locale/tr_TR/LC_MESSAGES/keystone-log-error.po
keystone-moon/keystone/locale/tr_TR/LC_MESSAGES/keystone-log-warning.po
keystone-moon/keystone/locale/tr_TR/LC_MESSAGES/keystone.po
keystone-moon/keystone/locale/zh_CN/LC_MESSAGES/keystone-log-critical.po
keystone-moon/keystone/locale/zh_CN/LC_MESSAGES/keystone-log-error.po
keystone-moon/keystone/locale/zh_CN/LC_MESSAGES/keystone.po
keystone-moon/keystone/locale/zh_TW/LC_MESSAGES/keystone-log-critical.po
keystone-moon/keystone/locale/zh_TW/LC_MESSAGES/keystone.po
keystone-moon/keystone/middleware/__init__.py
keystone-moon/keystone/middleware/auth.py [new file with mode: 0644]
keystone-moon/keystone/middleware/core.py
keystone-moon/keystone/models/revoke_model.py [new file with mode: 0644]
keystone-moon/keystone/models/token_model.py
keystone-moon/keystone/notifications.py
keystone-moon/keystone/oauth1/__init__.py [moved from keystone-moon/keystone/common/sql/migrate_repo/versions/054_add_actor_id_index.py with 62% similarity]
keystone-moon/keystone/oauth1/backends/__init__.py [new file with mode: 0644]
keystone-moon/keystone/oauth1/backends/sql.py [new file with mode: 0644]
keystone-moon/keystone/oauth1/controllers.py [new file with mode: 0644]
keystone-moon/keystone/oauth1/core.py [new file with mode: 0644]
keystone-moon/keystone/oauth1/routers.py [new file with mode: 0644]
keystone-moon/keystone/oauth1/schema.py [new file with mode: 0644]
keystone-moon/keystone/oauth1/validator.py [new file with mode: 0644]
keystone-moon/keystone/policy/__init__.py
keystone-moon/keystone/policy/backends/rules.py
keystone-moon/keystone/policy/backends/sql.py
keystone-moon/keystone/policy/core.py
keystone-moon/keystone/resource/V8_backends/__init__.py [new file with mode: 0644]
keystone-moon/keystone/resource/V8_backends/sql.py [new file with mode: 0644]
keystone-moon/keystone/resource/__init__.py
keystone-moon/keystone/resource/backends/sql.py
keystone-moon/keystone/resource/config_backends/sql.py
keystone-moon/keystone/resource/controllers.py
keystone-moon/keystone/resource/core.py
keystone-moon/keystone/resource/routers.py
keystone-moon/keystone/resource/schema.py
keystone-moon/keystone/revoke/__init__.py [new file with mode: 0644]
keystone-moon/keystone/revoke/backends/__init__.py [new file with mode: 0644]
keystone-moon/keystone/revoke/backends/sql.py [new file with mode: 0644]
keystone-moon/keystone/revoke/controllers.py [new file with mode: 0644]
keystone-moon/keystone/revoke/core.py [new file with mode: 0644]
keystone-moon/keystone/revoke/model.py [new file with mode: 0644]
keystone-moon/keystone/revoke/routers.py [new file with mode: 0644]
keystone-moon/keystone/server/backends.py
keystone-moon/keystone/server/common.py
keystone-moon/keystone/server/eventlet.py
keystone-moon/keystone/server/wsgi.py
keystone-moon/keystone/service.py
keystone-moon/keystone/tests/common/__init__.py [new file with mode: 0644]
keystone-moon/keystone/tests/common/auth.py [new file with mode: 0644]
keystone-moon/keystone/tests/functional/core.py [new file with mode: 0644]
keystone-moon/keystone/tests/functional/shared/test_running.py
keystone-moon/keystone/tests/hacking/checks.py
keystone-moon/keystone/tests/moon/unit/test_unit_core_configuration.py
keystone-moon/keystone/tests/moon/unit/test_unit_core_intra_extension_admin.py
keystone-moon/keystone/tests/moon/unit/test_unit_core_intra_extension_authz.py
keystone-moon/keystone/tests/moon/unit/test_unit_core_log.py
keystone-moon/keystone/tests/moon/unit/test_unit_core_tenant.py
keystone-moon/keystone/tests/unit/__init__.py
keystone-moon/keystone/tests/unit/assignment/__init__.py [new file with mode: 0644]
keystone-moon/keystone/tests/unit/assignment/role_backends/__init__.py [new file with mode: 0644]
keystone-moon/keystone/tests/unit/assignment/role_backends/test_sql.py [new file with mode: 0644]
keystone-moon/keystone/tests/unit/assignment/test_backends.py [new file with mode: 0644]
keystone-moon/keystone/tests/unit/assignment/test_core.py [new file with mode: 0644]
keystone-moon/keystone/tests/unit/backend/core_ldap.py
keystone-moon/keystone/tests/unit/backend/legacy_drivers/__init__.py [new file with mode: 0644]
keystone-moon/keystone/tests/unit/backend/legacy_drivers/assignment/V8/__init__.py [new file with mode: 0644]
keystone-moon/keystone/tests/unit/backend/legacy_drivers/assignment/V8/sql.py [new file with mode: 0644]
keystone-moon/keystone/tests/unit/backend/legacy_drivers/assignment/__init__.py [new file with mode: 0644]
keystone-moon/keystone/tests/unit/backend/legacy_drivers/federation/V8/__init__.py [new file with mode: 0644]
keystone-moon/keystone/tests/unit/backend/legacy_drivers/federation/V8/api_v3.py [new file with mode: 0644]
keystone-moon/keystone/tests/unit/backend/legacy_drivers/federation/__init__.py [new file with mode: 0644]
keystone-moon/keystone/tests/unit/backend/legacy_drivers/resource/V8/__init__.py [new file with mode: 0644]
keystone-moon/keystone/tests/unit/backend/legacy_drivers/resource/V8/sql.py [new file with mode: 0644]
keystone-moon/keystone/tests/unit/backend/legacy_drivers/resource/__init__.py [new file with mode: 0644]
keystone-moon/keystone/tests/unit/backend/legacy_drivers/role/V8/__init__.py [new file with mode: 0644]
keystone-moon/keystone/tests/unit/backend/legacy_drivers/role/V8/sql.py [new file with mode: 0644]
keystone-moon/keystone/tests/unit/backend/legacy_drivers/role/__init__.py [new file with mode: 0644]
keystone-moon/keystone/tests/unit/catalog/test_backends.py [new file with mode: 0644]
keystone-moon/keystone/tests/unit/catalog/test_core.py
keystone-moon/keystone/tests/unit/common/test_authorization.py [new file with mode: 0644]
keystone-moon/keystone/tests/unit/common/test_ldap.py
keystone-moon/keystone/tests/unit/common/test_manager.py
keystone-moon/keystone/tests/unit/common/test_notifications.py
keystone-moon/keystone/tests/unit/common/test_sql_core.py
keystone-moon/keystone/tests/unit/common/test_utils.py
keystone-moon/keystone/tests/unit/config_files/backend_ldap_sql.conf
keystone-moon/keystone/tests/unit/config_files/backend_liveldap.conf
keystone-moon/keystone/tests/unit/config_files/backend_mysql.conf
keystone-moon/keystone/tests/unit/config_files/backend_pool_liveldap.conf
keystone-moon/keystone/tests/unit/config_files/backend_sql.conf
keystone-moon/keystone/tests/unit/config_files/backend_tls_liveldap.conf
keystone-moon/keystone/tests/unit/config_files/domain_configs_multi_ldap/keystone.Default.conf
keystone-moon/keystone/tests/unit/config_files/domain_configs_multi_ldap/keystone.domain1.conf
keystone-moon/keystone/tests/unit/contrib/federation/test_utils.py
keystone-moon/keystone/tests/unit/core.py
keystone-moon/keystone/tests/unit/default_fixtures.py
keystone-moon/keystone/tests/unit/external/README.rst [new file with mode: 0644]
keystone-moon/keystone/tests/unit/external/__init__.py [new file with mode: 0644]
keystone-moon/keystone/tests/unit/external/test_timeutils.py [new file with mode: 0644]
keystone-moon/keystone/tests/unit/fakeldap.py
keystone-moon/keystone/tests/unit/filtering.py
keystone-moon/keystone/tests/unit/identity/test_backends.py [new file with mode: 0644]
keystone-moon/keystone/tests/unit/identity/test_controllers.py [new file with mode: 0644]
keystone-moon/keystone/tests/unit/identity/test_core.py
keystone-moon/keystone/tests/unit/identity_mapping.py
keystone-moon/keystone/tests/unit/ksfixtures/__init__.py
keystone-moon/keystone/tests/unit/ksfixtures/appserver.py
keystone-moon/keystone/tests/unit/ksfixtures/auth_plugins.py [new file with mode: 0644]
keystone-moon/keystone/tests/unit/ksfixtures/cache.py
keystone-moon/keystone/tests/unit/ksfixtures/database.py
keystone-moon/keystone/tests/unit/ksfixtures/hacking.py
keystone-moon/keystone/tests/unit/ksfixtures/ldapdb.py
keystone-moon/keystone/tests/unit/ksfixtures/policy.py [new file with mode: 0644]
keystone-moon/keystone/tests/unit/mapping_fixtures.py
keystone-moon/keystone/tests/unit/policy/__init__.py [new file with mode: 0644]
keystone-moon/keystone/tests/unit/policy/test_backends.py [new file with mode: 0644]
keystone-moon/keystone/tests/unit/resource/__init__.py [new file with mode: 0644]
keystone-moon/keystone/tests/unit/resource/backends/__init__.py [new file with mode: 0644]
keystone-moon/keystone/tests/unit/resource/backends/test_sql.py [moved from keystone-moon/keystone/common/sql/migrate_repo/versions/067_drop_redundant_mysql_index.py with 50% similarity]
keystone-moon/keystone/tests/unit/resource/config_backends/__init__.py [new file with mode: 0644]
keystone-moon/keystone/tests/unit/resource/config_backends/test_sql.py [new file with mode: 0644]
keystone-moon/keystone/tests/unit/resource/test_backends.py [new file with mode: 0644]
keystone-moon/keystone/tests/unit/resource/test_controllers.py [new file with mode: 0644]
keystone-moon/keystone/tests/unit/resource/test_core.py [new file with mode: 0644]
keystone-moon/keystone/tests/unit/rest.py
keystone-moon/keystone/tests/unit/schema/__init__.py [new file with mode: 0644]
keystone-moon/keystone/tests/unit/schema/v2.py [new file with mode: 0644]
keystone-moon/keystone/tests/unit/test_associate_project_endpoint_extension.py
keystone-moon/keystone/tests/unit/test_auth.py
keystone-moon/keystone/tests/unit/test_auth_plugin.py
keystone-moon/keystone/tests/unit/test_backend_endpoint_policy.py
keystone-moon/keystone/tests/unit/test_backend_id_mapping_sql.py
keystone-moon/keystone/tests/unit/test_backend_kvs.py
keystone-moon/keystone/tests/unit/test_backend_ldap.py
keystone-moon/keystone/tests/unit/test_backend_ldap_pool.py
keystone-moon/keystone/tests/unit/test_backend_rules.py
keystone-moon/keystone/tests/unit/test_backend_sql.py
keystone-moon/keystone/tests/unit/test_backend_templated.py
keystone-moon/keystone/tests/unit/test_catalog.py
keystone-moon/keystone/tests/unit/test_cert_setup.py
keystone-moon/keystone/tests/unit/test_cli.py
keystone-moon/keystone/tests/unit/test_config.py
keystone-moon/keystone/tests/unit/test_contrib_s3_core.py
keystone-moon/keystone/tests/unit/test_contrib_simple_cert.py
keystone-moon/keystone/tests/unit/test_credential.py [new file with mode: 0644]
keystone-moon/keystone/tests/unit/test_driver_hints.py
keystone-moon/keystone/tests/unit/test_entry_points.py [new file with mode: 0644]
keystone-moon/keystone/tests/unit/test_exception.py
keystone-moon/keystone/tests/unit/test_hacking_checks.py
keystone-moon/keystone/tests/unit/test_kvs.py
keystone-moon/keystone/tests/unit/test_ldap_livetest.py
keystone-moon/keystone/tests/unit/test_ldap_pool_livetest.py
keystone-moon/keystone/tests/unit/test_ldap_tls_livetest.py
keystone-moon/keystone/tests/unit/test_middleware.py
keystone-moon/keystone/tests/unit/test_policy.py
keystone-moon/keystone/tests/unit/test_revoke.py
keystone-moon/keystone/tests/unit/test_sql_livetest.py
keystone-moon/keystone/tests/unit/test_sql_migrate_extensions.py
keystone-moon/keystone/tests/unit/test_sql_upgrade.py
keystone-moon/keystone/tests/unit/test_token_provider.py
keystone-moon/keystone/tests/unit/test_url_middleware.py
keystone-moon/keystone/tests/unit/test_v2.py
keystone-moon/keystone/tests/unit/test_v2_controller.py
keystone-moon/keystone/tests/unit/test_v3.py
keystone-moon/keystone/tests/unit/test_v3_assignment.py
keystone-moon/keystone/tests/unit/test_v3_auth.py
keystone-moon/keystone/tests/unit/test_v3_catalog.py
keystone-moon/keystone/tests/unit/test_v3_credential.py
keystone-moon/keystone/tests/unit/test_v3_domain_config.py
keystone-moon/keystone/tests/unit/test_v3_endpoint_policy.py
keystone-moon/keystone/tests/unit/test_v3_federation.py
keystone-moon/keystone/tests/unit/test_v3_filters.py
keystone-moon/keystone/tests/unit/test_v3_identity.py
keystone-moon/keystone/tests/unit/test_v3_oauth1.py
keystone-moon/keystone/tests/unit/test_v3_os_revoke.py
keystone-moon/keystone/tests/unit/test_v3_policy.py
keystone-moon/keystone/tests/unit/test_v3_protection.py
keystone-moon/keystone/tests/unit/test_v3_resource.py [new file with mode: 0644]
keystone-moon/keystone/tests/unit/test_v3_trust.py [new file with mode: 0644]
keystone-moon/keystone/tests/unit/test_validation.py
keystone-moon/keystone/tests/unit/test_versions.py
keystone-moon/keystone/tests/unit/test_wsgi.py
keystone-moon/keystone/tests/unit/tests/test_core.py
keystone-moon/keystone/tests/unit/token/test_backends.py [new file with mode: 0644]
keystone-moon/keystone/tests/unit/token/test_fernet_provider.py
keystone-moon/keystone/tests/unit/token/test_provider.py
keystone-moon/keystone/tests/unit/token/test_token_data_helper.py
keystone-moon/keystone/tests/unit/token/test_token_model.py
keystone-moon/keystone/tests/unit/trust/__init__.py [new file with mode: 0644]
keystone-moon/keystone/tests/unit/trust/test_backends.py [new file with mode: 0644]
keystone-moon/keystone/tests/unit/utils.py
keystone-moon/keystone/token/__init__.py
keystone-moon/keystone/token/_simple_cert.py [new file with mode: 0644]
keystone-moon/keystone/token/controllers.py
keystone-moon/keystone/token/persistence/__init__.py
keystone-moon/keystone/token/persistence/backends/kvs.py
keystone-moon/keystone/token/persistence/backends/memcache.py
keystone-moon/keystone/token/persistence/backends/memcache_pool.py
keystone-moon/keystone/token/persistence/backends/sql.py
keystone-moon/keystone/token/persistence/core.py
keystone-moon/keystone/token/provider.py
keystone-moon/keystone/token/providers/common.py
keystone-moon/keystone/token/providers/fernet/core.py
keystone-moon/keystone/token/providers/fernet/token_formatters.py
keystone-moon/keystone/token/providers/fernet/utils.py
keystone-moon/keystone/token/providers/pki.py
keystone-moon/keystone/token/providers/pkiz.py
keystone-moon/keystone/trust/__init__.py
keystone-moon/keystone/trust/backends/sql.py
keystone-moon/keystone/trust/controllers.py
keystone-moon/keystone/trust/core.py
keystone-moon/keystone/v2_crud/__init__.py [new file with mode: 0644]
keystone-moon/keystone/v2_crud/admin_crud.py [new file with mode: 0644]
keystone-moon/keystone/v2_crud/user_crud.py [new file with mode: 0644]
keystone-moon/keystone/version/__init__.py [new file with mode: 0644]
keystone-moon/keystone/version/controllers.py [new file with mode: 0644]
keystone-moon/keystone/version/routers.py [new file with mode: 0644]
keystone-moon/keystone/version/service.py [new file with mode: 0644]
keystone-moon/rally-jobs/keystone.yaml
keystone-moon/releasenotes/notes/Assignment_V9_driver-c22be069f7baccb0.yaml [new file with mode: 0644]
keystone-moon/releasenotes/notes/DomainSpecificRoles-fc5dd2ef74a1442c.yaml [new file with mode: 0644]
keystone-moon/releasenotes/notes/Role_V9_driver-971c3aae14d9963d.yaml [new file with mode: 0644]
keystone-moon/releasenotes/notes/V9ResourceDriver-26716f97c0cc1a80.yaml [new file with mode: 0644]
keystone-moon/releasenotes/notes/add-bootstrap-cli-192500228cc6e574.yaml [new file with mode: 0644]
keystone-moon/releasenotes/notes/admin_token-a5678d712783c145.yaml [new file with mode: 0644]
keystone-moon/releasenotes/notes/admin_token-c634ec12fc714255.yaml [new file with mode: 0644]
keystone-moon/releasenotes/notes/bp-domain-config-default-82e42d946ee7cb43.yaml [new file with mode: 0644]
keystone-moon/releasenotes/notes/bp-url-safe-naming-ad90d6a659f5bf3c.yaml [new file with mode: 0644]
keystone-moon/releasenotes/notes/bug-1490804-de58a9606edb31eb.yaml [new file with mode: 0644]
keystone-moon/releasenotes/notes/bug-1519210-de76097c974f9c93.yaml [new file with mode: 0644]
keystone-moon/releasenotes/notes/bug-1535878-change-get_project-permission-e460af1256a2c056.yaml [new file with mode: 0644]
keystone-moon/releasenotes/notes/bug-1542417-d630b7886bb0b369.yaml [new file with mode: 0644]
keystone-moon/releasenotes/notes/bug_1526462-df9a3f3974d9040f.yaml [new file with mode: 0644]
keystone-moon/releasenotes/notes/catalog-caching-12f2532cfb71325a.yaml [new file with mode: 0644]
keystone-moon/releasenotes/notes/catalog_project_id-519f5a70f9f7c4c6.yaml [new file with mode: 0644]
keystone-moon/releasenotes/notes/deprecate-endpoint-policy-cfg-option-d018acab72a398a0.yaml [new file with mode: 0644]
keystone-moon/releasenotes/notes/deprecate-memcache-token-persistence-eac88c80147ea241.yaml [new file with mode: 0644]
keystone-moon/releasenotes/notes/deprecate-v2-apis-894284c17be881d2.yaml [new file with mode: 0644]
keystone-moon/releasenotes/notes/deprecated-as-of-mitaka-8534e43fa40c1d09.yaml [new file with mode: 0644]
keystone-moon/releasenotes/notes/enable-filter-idp-d0135f4615178cfc.yaml [new file with mode: 0644]
keystone-moon/releasenotes/notes/enable-inherit-on-default-54ac435230261a6a.yaml [new file with mode: 0644]
keystone-moon/releasenotes/notes/endpoints-from-endpoint_group-project-association-7271fba600322fb6.yaml [new file with mode: 0644]
keystone-moon/releasenotes/notes/extensions-to-core-a0d270d216d47276.yaml [new file with mode: 0644]
keystone-moon/releasenotes/notes/federation-group-ids-mapping-6c56120d65a5cb22.yaml [new file with mode: 0644]
keystone-moon/releasenotes/notes/httpd-keystone-d51b7335559b09c8.yaml [new file with mode: 0644]
keystone-moon/releasenotes/notes/impl-templated-catalog-1d8f6333726b34f8.yaml [new file with mode: 0644]
keystone-moon/releasenotes/notes/implied-roles-026f401adc0f7fb6.yaml [new file with mode: 0644]
keystone-moon/releasenotes/notes/insecure_reponse-2a168230709bc8e7.yaml [new file with mode: 0644]
keystone-moon/releasenotes/notes/is-admin-24b34238c83b3a82.yaml [new file with mode: 0644]
keystone-moon/releasenotes/notes/ldap-conn-pool-enabled-90df94652f1ded53.yaml [new file with mode: 0644]
keystone-moon/releasenotes/notes/ldap-emulation-91c4d535eb9c3d10.yaml [new file with mode: 0644]
keystone-moon/releasenotes/notes/list_limit-ldap-support-5d31d51466fc49a6.yaml [new file with mode: 0644]
keystone-moon/releasenotes/notes/list_role_assignment_names-33aedc1e521230b6.yaml [new file with mode: 0644]
keystone-moon/releasenotes/notes/migration_squash-f655329ddad7fc2a.yaml [new file with mode: 0644]
keystone-moon/releasenotes/notes/no-default-domain-2161ada44bf7a3f7.yaml [new file with mode: 0644]
keystone-moon/releasenotes/notes/notify-on-user-group-membership-8c0136ee0484e255.yaml [new file with mode: 0644]
keystone-moon/releasenotes/notes/oslo.cache-a9ce47bfa8809efa.yaml [new file with mode: 0644]
keystone-moon/releasenotes/notes/projects_as_domains-3ea8a58b4c2965e1.yaml [new file with mode: 0644]
keystone-moon/releasenotes/notes/remove-trust-auth-support-from-v2-de316c9ba46d556d.yaml [new file with mode: 0644]
keystone-moon/releasenotes/notes/removed-as-of-mitaka-9ff14f87d0b98e7e.yaml [new file with mode: 0644]
keystone-moon/releasenotes/notes/request_context-e143ba9c446a5952.yaml [new file with mode: 0644]
keystone-moon/releasenotes/notes/revert-v2-token-issued-for-non-default-domain-25ea5337f158ef13.yaml [new file with mode: 0644]
keystone-moon/releasenotes/notes/s3-aws-v4-c6cb75ce8d2289d4.yaml [new file with mode: 0644]
keystone-moon/releasenotes/notes/totp-40d93231714c6a20.yaml [new file with mode: 0644]
keystone-moon/releasenotes/notes/v3-endpoints-in-v2-list-b0439816938713d6.yaml [new file with mode: 0644]
keystone-moon/releasenotes/notes/v9FederationDriver-cbebcf5f97e1eae2.yaml [new file with mode: 0644]
keystone-moon/releasenotes/notes/x509-auth-df0a229780b8e3ff.yaml [new file with mode: 0644]
keystone-moon/requirements.txt
keystone-moon/setup.cfg
keystone-moon/test-requirements.txt
keystone-moon/tests-py3-blacklist.txt [new file with mode: 0644]
keystone-moon/tools/pretty_tox_py3.sh [new file with mode: 0755]
keystone-moon/tools/sample_data.sh
keystone-moon/tox.ini