Mock Version: 1.2.17 Mock Version: 1.2.17 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/openstack-keystone.spec'], chrootPath='/var/lib/mock/cloud7-openstack-stein-el7-build-58470-247054/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=86400logger=uid=996) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/openstack-keystone.spec'] with env {'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/openstack-keystone-15.0.0-1.el7.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/openstack-keystone.spec'], chrootPath='/var/lib/mock/cloud7-openstack-stein-el7-build-58470-247054/root'shell=Falseuid=996env={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=86400private_network=Truelogger=printOutput=False) Executing command: ['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/openstack-keystone.spec'] with env {'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.gQsiHg + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf keystone-15.0.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/keystone-15.0.0.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd keystone-15.0.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/git init -q + /usr/bin/git config user.name rpm-build + /usr/bin/git config user.email '' + /usr/bin/git add . + /usr/bin/git commit -q -a --author 'rpm-build ' -m 'openstack-keystone-15.0.0 base' + find . '(' -name .gitignore -o -name .placeholder ')' -delete + find keystone -name '*.py' -exec sed -i '/\/usr\/bin\/env python/d' '{}' ';' + sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg + rm -rf requirements.txt test-requirements.txt + sed -i s#/local/bin#/bin# httpd/wsgi-keystone.conf + sed -i s#apache2#httpd# httpd/wsgi-keystone.conf + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.fHkYjF + umask 022 + cd /builddir/build/BUILD + cd keystone-15.0.0 + PYTHONPATH=. + oslo-config-generator-2 --config-file=config-generator/keystone.conf + PYTHONPATH=. + oslo-config-generator-2 --config-file=config-generator/keystone.conf --format yaml --output-file=keystone-schema.yaml + PYTHONPATH=. + oslo-config-generator-2 --config-file=config-generator/keystone.conf --format json --output-file=keystone-schema.json + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches ' + /usr/bin/python2 setup.py build '--executable=/usr/bin/python2 -s' running build running build_py creating build creating build/lib creating build/lib/keystone creating build/lib/keystone/policy copying keystone/policy/schema.py -> build/lib/keystone/policy copying keystone/policy/__init__.py -> build/lib/keystone/policy copying keystone/policy/core.py -> build/lib/keystone/policy creating build/lib/keystone/cmd creating build/lib/keystone/cmd/doctor copying keystone/cmd/doctor/caching.py -> build/lib/keystone/cmd/doctor copying keystone/cmd/doctor/security_compliance.py -> build/lib/keystone/cmd/doctor copying keystone/cmd/doctor/ldap.py -> build/lib/keystone/cmd/doctor copying keystone/cmd/doctor/tokens_fernet.py -> build/lib/keystone/cmd/doctor copying keystone/cmd/doctor/tokens.py -> build/lib/keystone/cmd/doctor copying keystone/cmd/doctor/__init__.py -> build/lib/keystone/cmd/doctor copying keystone/cmd/doctor/credential.py -> build/lib/keystone/cmd/doctor copying keystone/cmd/doctor/database.py -> build/lib/keystone/cmd/doctor copying keystone/cmd/doctor/federation.py -> build/lib/keystone/cmd/doctor copying keystone/cmd/doctor/debug.py -> build/lib/keystone/cmd/doctor creating build/lib/keystone/tests creating build/lib/keystone/tests/common copying keystone/tests/common/__init__.py -> build/lib/keystone/tests/common copying keystone/tests/common/auth.py -> build/lib/keystone/tests/common creating build/lib/keystone/token creating build/lib/keystone/token/providers copying keystone/token/providers/base.py -> build/lib/keystone/token/providers copying keystone/token/providers/__init__.py -> build/lib/keystone/token/providers creating build/lib/keystone/tests/unit creating build/lib/keystone/tests/unit/resource creating build/lib/keystone/tests/unit/resource/backends copying keystone/tests/unit/resource/backends/test_sql.py -> build/lib/keystone/tests/unit/resource/backends copying keystone/tests/unit/resource/backends/__init__.py -> build/lib/keystone/tests/unit/resource/backends creating build/lib/keystone/identity creating build/lib/keystone/identity/shadow_backends copying keystone/identity/shadow_backends/base.py -> build/lib/keystone/identity/shadow_backends copying keystone/identity/shadow_backends/sql.py -> build/lib/keystone/identity/shadow_backends copying keystone/identity/shadow_backends/__init__.py -> build/lib/keystone/identity/shadow_backends creating build/lib/keystone/common creating build/lib/keystone/common/sql creating build/lib/keystone/common/sql/data_migration_repo creating build/lib/keystone/common/sql/data_migration_repo/versions copying keystone/common/sql/data_migration_repo/versions/054_migrate_drop_old_passoword_column.py -> build/lib/keystone/common/sql/data_migration_repo/versions copying keystone/common/sql/data_migration_repo/versions/030_migrate_add_project_tags_table.py -> build/lib/keystone/common/sql/data_migration_repo/versions copying keystone/common/sql/data_migration_repo/versions/059_placeholder.py -> build/lib/keystone/common/sql/data_migration_repo/versions copying keystone/common/sql/data_migration_repo/versions/014_migrate_add_domain_id_to_user_table.py -> build/lib/keystone/common/sql/data_migration_repo/versions copying keystone/common/sql/data_migration_repo/versions/021_placeholder.py -> build/lib/keystone/common/sql/data_migration_repo/versions copying keystone/common/sql/data_migration_repo/versions/037_migrate_remove_service_and_region_fk_for_registered_limit.py -> build/lib/keystone/common/sql/data_migration_repo/versions copying keystone/common/sql/data_migration_repo/versions/027_placeholder.py -> build/lib/keystone/common/sql/data_migration_repo/versions copying keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py -> build/lib/keystone/common/sql/data_migration_repo/versions copying keystone/common/sql/data_migration_repo/versions/043_placeholder.py -> build/lib/keystone/common/sql/data_migration_repo/versions copying keystone/common/sql/data_migration_repo/versions/052_placeholder.py -> build/lib/keystone/common/sql/data_migration_repo/versions copying keystone/common/sql/data_migration_repo/versions/028_placeholder.py -> build/lib/keystone/common/sql/data_migration_repo/versions copying keystone/common/sql/data_migration_repo/versions/016_migrate_add_user_options.py -> build/lib/keystone/common/sql/data_migration_repo/versions copying keystone/common/sql/data_migration_repo/versions/031_migrate_system_assignment_table.py -> build/lib/keystone/common/sql/data_migration_repo/versions copying keystone/common/sql/data_migration_repo/versions/012_migrate_add_domain_id_to_idp.py -> build/lib/keystone/common/sql/data_migration_repo/versions copying keystone/common/sql/data_migration_repo/versions/020_placeholder.py -> build/lib/keystone/common/sql/data_migration_repo/versions copying keystone/common/sql/data_migration_repo/versions/042_placeholder.py -> build/lib/keystone/common/sql/data_migration_repo/versions copying keystone/common/sql/data_migration_repo/versions/024_migrate_create_created_at_int_columns.py -> build/lib/keystone/common/sql/data_migration_repo/versions copying keystone/common/sql/data_migration_repo/versions/007_placeholder.py -> build/lib/keystone/common/sql/data_migration_repo/versions copying keystone/common/sql/data_migration_repo/versions/056_migrate_add_application_credential_access_rules.py -> build/lib/keystone/common/sql/data_migration_repo/versions copying keystone/common/sql/data_migration_repo/versions/051_placeholder.py -> build/lib/keystone/common/sql/data_migration_repo/versions copying keystone/common/sql/data_migration_repo/versions/019_placeholder.py -> build/lib/keystone/common/sql/data_migration_repo/versions copying keystone/common/sql/data_migration_repo/versions/035_migrate_add_system_column_to_application_credential_table.py -> build/lib/keystone/common/sql/data_migration_repo/versions copying keystone/common/sql/data_migration_repo/versions/036_migrate_rename_application_credential_restriction_column.py -> build/lib/keystone/common/sql/data_migration_repo/versions copying keystone/common/sql/data_migration_repo/versions/050_placeholder.py -> build/lib/keystone/common/sql/data_migration_repo/versions copying keystone/common/sql/data_migration_repo/versions/023_migrate_add_second_password_column_for_expanded_hash_sizes.py -> build/lib/keystone/common/sql/data_migration_repo/versions copying keystone/common/sql/data_migration_repo/versions/044_placeholder.py -> build/lib/keystone/common/sql/data_migration_repo/versions copying keystone/common/sql/data_migration_repo/versions/008_placeholder.py -> build/lib/keystone/common/sql/data_migration_repo/versions copying keystone/common/sql/data_migration_repo/versions/029_placeholder.py -> build/lib/keystone/common/sql/data_migration_repo/versions copying keystone/common/sql/data_migration_repo/versions/017_placeholder.py -> build/lib/keystone/common/sql/data_migration_repo/versions copying keystone/common/sql/data_migration_repo/versions/__init__.py -> build/lib/keystone/common/sql/data_migration_repo/versions copying keystone/common/sql/data_migration_repo/versions/047_migrate_update_pk_for_unified_limit.py -> build/lib/keystone/common/sql/data_migration_repo/versions copying keystone/common/sql/data_migration_repo/versions/006_placeholder.py -> build/lib/keystone/common/sql/data_migration_repo/versions copying keystone/common/sql/data_migration_repo/versions/002_password_created_at_not_nullable.py -> build/lib/keystone/common/sql/data_migration_repo/versions copying keystone/common/sql/data_migration_repo/versions/034_migrate_add_application_credentials_table.py -> build/lib/keystone/common/sql/data_migration_repo/versions copying keystone/common/sql/data_migration_repo/versions/061_placeholder.py -> build/lib/keystone/common/sql/data_migration_repo/versions copying keystone/common/sql/data_migration_repo/versions/025_placeholder.py -> build/lib/keystone/common/sql/data_migration_repo/versions copying keystone/common/sql/data_migration_repo/versions/039_placeholder.py -> build/lib/keystone/common/sql/data_migration_repo/versions copying keystone/common/sql/data_migration_repo/versions/046_migrate_old_password_data_to_password_hash_column.py -> build/lib/keystone/common/sql/data_migration_repo/versions copying keystone/common/sql/data_migration_repo/versions/060_placeholder.py -> build/lib/keystone/common/sql/data_migration_repo/versions copying keystone/common/sql/data_migration_repo/versions/032_migrate_add_expired_at_int_to_trust.py -> build/lib/keystone/common/sql/data_migration_repo/versions copying keystone/common/sql/data_migration_repo/versions/055_migrate_add_domain_to_limit.py -> build/lib/keystone/common/sql/data_migration_repo/versions copying keystone/common/sql/data_migration_repo/versions/038_placeholder.py -> build/lib/keystone/common/sql/data_migration_repo/versions copying keystone/common/sql/data_migration_repo/versions/048_migrate_add_registered_limit_id_column_for_limit.py -> build/lib/keystone/common/sql/data_migration_repo/versions copying keystone/common/sql/data_migration_repo/versions/013_migrate_protocol_cascade_delete_for_federated_user.py -> build/lib/keystone/common/sql/data_migration_repo/versions copying keystone/common/sql/data_migration_repo/versions/058_placeholder.py -> build/lib/keystone/common/sql/data_migration_repo/versions copying keystone/common/sql/data_migration_repo/versions/009_placeholder.py -> build/lib/keystone/common/sql/data_migration_repo/versions copying keystone/common/sql/data_migration_repo/versions/053_migrate_add_role_description_to_role_table.py -> build/lib/keystone/common/sql/data_migration_repo/versions copying keystone/common/sql/data_migration_repo/versions/010_migrate_add_revocation_event_index.py -> build/lib/keystone/common/sql/data_migration_repo/versions copying keystone/common/sql/data_migration_repo/versions/004_reset_password_created_at.py -> build/lib/keystone/common/sql/data_migration_repo/versions copying keystone/common/sql/data_migration_repo/versions/022_migrate_add_default_project_id_index.py -> build/lib/keystone/common/sql/data_migration_repo/versions copying keystone/common/sql/data_migration_repo/versions/045_migrate_add_description_to_limit.py -> build/lib/keystone/common/sql/data_migration_repo/versions copying keystone/common/sql/data_migration_repo/versions/001_data_initial_null_migration.py -> build/lib/keystone/common/sql/data_migration_repo/versions copying keystone/common/sql/data_migration_repo/versions/033_migrate_add_limits_tables.py -> build/lib/keystone/common/sql/data_migration_repo/versions copying keystone/common/sql/data_migration_repo/versions/049_placeholder.py -> build/lib/keystone/common/sql/data_migration_repo/versions copying keystone/common/sql/data_migration_repo/versions/018_placeholder.py -> build/lib/keystone/common/sql/data_migration_repo/versions copying keystone/common/sql/data_migration_repo/versions/026_placeholder.py -> build/lib/keystone/common/sql/data_migration_repo/versions copying keystone/common/sql/data_migration_repo/versions/057_placeholder.py -> build/lib/keystone/common/sql/data_migration_repo/versions copying keystone/common/sql/data_migration_repo/versions/015_migrate_update_federated_user_domain.py -> build/lib/keystone/common/sql/data_migration_repo/versions copying keystone/common/sql/data_migration_repo/versions/005_placeholder.py -> build/lib/keystone/common/sql/data_migration_repo/versions copying keystone/common/sql/data_migration_repo/versions/040_placeholder.py -> build/lib/keystone/common/sql/data_migration_repo/versions copying keystone/common/sql/data_migration_repo/versions/041_placeholder.py -> build/lib/keystone/common/sql/data_migration_repo/versions copying keystone/common/sql/data_migration_repo/versions/011_expand_user_id_unique_for_nonlocal_user.py -> build/lib/keystone/common/sql/data_migration_repo/versions creating build/lib/keystone/policy/backends copying keystone/policy/backends/base.py -> build/lib/keystone/policy/backends copying keystone/policy/backends/sql.py -> build/lib/keystone/policy/backends copying keystone/policy/backends/__init__.py -> build/lib/keystone/policy/backends copying keystone/policy/backends/rules.py -> build/lib/keystone/policy/backends creating build/lib/keystone/common/sql/expand_repo copying keystone/common/sql/expand_repo/manage.py -> build/lib/keystone/common/sql/expand_repo copying keystone/common/sql/expand_repo/__init__.py -> build/lib/keystone/common/sql/expand_repo creating build/lib/keystone/application_credential creating build/lib/keystone/application_credential/backends copying keystone/application_credential/backends/base.py -> build/lib/keystone/application_credential/backends copying keystone/application_credential/backends/sql.py -> build/lib/keystone/application_credential/backends copying keystone/application_credential/backends/__init__.py -> build/lib/keystone/application_credential/backends creating build/lib/keystone/common/policies copying keystone/common/policies/policy.py -> build/lib/keystone/common/policies copying keystone/common/policies/consumer.py -> build/lib/keystone/common/policies copying keystone/common/policies/base.py -> build/lib/keystone/common/policies copying keystone/common/policies/mapping.py -> build/lib/keystone/common/policies copying keystone/common/policies/user.py -> build/lib/keystone/common/policies copying keystone/common/policies/domain_config.py -> build/lib/keystone/common/policies copying keystone/common/policies/endpoint.py -> build/lib/keystone/common/policies copying keystone/common/policies/endpoint_group.py -> build/lib/keystone/common/policies copying keystone/common/policies/trust.py -> build/lib/keystone/common/policies copying keystone/common/policies/policy_association.py -> build/lib/keystone/common/policies copying keystone/common/policies/group.py -> build/lib/keystone/common/policies copying keystone/common/policies/service_provider.py -> build/lib/keystone/common/policies copying keystone/common/policies/registered_limit.py -> build/lib/keystone/common/policies copying keystone/common/policies/token_revocation.py -> build/lib/keystone/common/policies copying keystone/common/policies/access_token.py -> build/lib/keystone/common/policies copying keystone/common/policies/region.py -> build/lib/keystone/common/policies copying keystone/common/policies/__init__.py -> build/lib/keystone/common/policies copying keystone/common/policies/credential.py -> build/lib/keystone/common/policies copying keystone/common/policies/protocol.py -> build/lib/keystone/common/policies copying keystone/common/policies/revoke_event.py -> build/lib/keystone/common/policies copying keystone/common/policies/auth.py -> build/lib/keystone/common/policies copying keystone/common/policies/token.py -> build/lib/keystone/common/policies copying keystone/common/policies/limit.py -> build/lib/keystone/common/policies copying keystone/common/policies/domain.py -> build/lib/keystone/common/policies copying keystone/common/policies/role.py -> build/lib/keystone/common/policies copying keystone/common/policies/ec2_credential.py -> build/lib/keystone/common/policies copying keystone/common/policies/grant.py -> build/lib/keystone/common/policies copying keystone/common/policies/project_endpoint.py -> build/lib/keystone/common/policies copying keystone/common/policies/identity_provider.py -> build/lib/keystone/common/policies copying keystone/common/policies/service.py -> build/lib/keystone/common/policies copying keystone/common/policies/application_credential.py -> build/lib/keystone/common/policies copying keystone/common/policies/project.py -> build/lib/keystone/common/policies copying keystone/common/policies/implied_role.py -> build/lib/keystone/common/policies copying keystone/common/policies/role_assignment.py -> build/lib/keystone/common/policies creating build/lib/keystone/tests/unit/token copying keystone/tests/unit/token/test_token_serialization.py -> build/lib/keystone/tests/unit/token copying keystone/tests/unit/token/__init__.py -> build/lib/keystone/tests/unit/token copying keystone/tests/unit/token/test_fernet_provider.py -> build/lib/keystone/tests/unit/token copying keystone/tests/unit/token/test_jws_provider.py -> build/lib/keystone/tests/unit/token creating build/lib/keystone/tests/unit/access_rules_config copying keystone/tests/unit/access_rules_config/__init__.py -> build/lib/keystone/tests/unit/access_rules_config copying keystone/tests/unit/access_rules_config/test_backends.py -> build/lib/keystone/tests/unit/access_rules_config creating build/lib/keystone/federation copying keystone/federation/constants.py -> build/lib/keystone/federation copying keystone/federation/idp.py -> build/lib/keystone/federation copying keystone/federation/schema.py -> build/lib/keystone/federation copying keystone/federation/utils.py -> build/lib/keystone/federation copying keystone/federation/__init__.py -> build/lib/keystone/federation copying keystone/federation/core.py -> build/lib/keystone/federation copying keystone/application_credential/schema.py -> build/lib/keystone/application_credential copying keystone/application_credential/__init__.py -> build/lib/keystone/application_credential copying keystone/application_credential/core.py -> build/lib/keystone/application_credential creating build/lib/keystone/common/cache copying keystone/common/cache/__init__.py -> build/lib/keystone/common/cache copying keystone/common/cache/_context_cache.py -> build/lib/keystone/common/cache copying keystone/common/cache/core.py -> build/lib/keystone/common/cache creating build/lib/keystone/tests/unit/tests copying keystone/tests/unit/tests/test_utils.py -> build/lib/keystone/tests/unit/tests copying keystone/tests/unit/tests/test_core.py -> build/lib/keystone/tests/unit/tests copying keystone/tests/unit/tests/__init__.py -> build/lib/keystone/tests/unit/tests creating build/lib/keystone/tests/unit/identity creating build/lib/keystone/tests/unit/identity/shadow_users copying keystone/tests/unit/identity/shadow_users/test_core.py -> build/lib/keystone/tests/unit/identity/shadow_users copying keystone/tests/unit/identity/shadow_users/test_backend.py -> build/lib/keystone/tests/unit/identity/shadow_users copying keystone/tests/unit/identity/shadow_users/__init__.py -> build/lib/keystone/tests/unit/identity/shadow_users creating build/lib/keystone/tests/unit/resource/config_backends copying keystone/tests/unit/resource/config_backends/test_sql.py -> build/lib/keystone/tests/unit/resource/config_backends copying keystone/tests/unit/resource/config_backends/__init__.py -> build/lib/keystone/tests/unit/resource/config_backends creating build/lib/keystone/tests/hacking copying keystone/tests/hacking/checks.py -> build/lib/keystone/tests/hacking copying keystone/tests/hacking/__init__.py -> build/lib/keystone/tests/hacking creating build/lib/keystone/auth copying keystone/auth/schema.py -> build/lib/keystone/auth copying keystone/auth/__init__.py -> build/lib/keystone/auth copying keystone/auth/core.py -> build/lib/keystone/auth copying keystone/common/sql/data_migration_repo/manage.py -> build/lib/keystone/common/sql/data_migration_repo copying keystone/common/sql/data_migration_repo/__init__.py -> build/lib/keystone/common/sql/data_migration_repo copying keystone/tests/unit/identity/test_core.py -> build/lib/keystone/tests/unit/identity copying keystone/tests/unit/identity/__init__.py -> build/lib/keystone/tests/unit/identity copying keystone/tests/unit/identity/test_backends.py -> build/lib/keystone/tests/unit/identity copying keystone/tests/unit/identity/test_backend_sql.py -> build/lib/keystone/tests/unit/identity copying keystone/tests/unit/test_v3.py -> build/lib/keystone/tests/unit copying keystone/tests/unit/test_backend_id_mapping_sql.py -> build/lib/keystone/tests/unit copying keystone/tests/unit/test_contrib_ec2_core.py -> build/lib/keystone/tests/unit copying keystone/tests/unit/test_contrib_simple_cert.py -> build/lib/keystone/tests/unit copying keystone/tests/unit/test_exception.py -> build/lib/keystone/tests/unit copying keystone/tests/unit/test_backend_ldap.py -> build/lib/keystone/tests/unit copying keystone/tests/unit/identity_mapping.py -> build/lib/keystone/tests/unit copying keystone/tests/unit/test_backend_endpoint_policy.py -> build/lib/keystone/tests/unit copying keystone/tests/unit/fakeldap.py -> build/lib/keystone/tests/unit copying keystone/tests/unit/test_v3_trust.py -> build/lib/keystone/tests/unit copying keystone/tests/unit/test_v3_identity.py -> build/lib/keystone/tests/unit copying keystone/tests/unit/test_backend_federation_sql.py -> build/lib/keystone/tests/unit copying keystone/tests/unit/test_driver_hints.py -> build/lib/keystone/tests/unit copying keystone/tests/unit/test_hacking_checks.py -> build/lib/keystone/tests/unit copying keystone/tests/unit/test_backend_templated.py -> build/lib/keystone/tests/unit copying keystone/tests/unit/test_receipt_provider.py -> build/lib/keystone/tests/unit copying keystone/tests/unit/filtering.py -> build/lib/keystone/tests/unit copying keystone/tests/unit/test_shadow_users.py -> build/lib/keystone/tests/unit copying keystone/tests/unit/test_middleware.py -> build/lib/keystone/tests/unit copying keystone/tests/unit/test_url_middleware.py -> build/lib/keystone/tests/unit copying keystone/tests/unit/test_v3_resource.py -> build/lib/keystone/tests/unit copying keystone/tests/unit/default_fixtures.py -> build/lib/keystone/tests/unit copying keystone/tests/unit/test_backend_ldap_pool.py -> build/lib/keystone/tests/unit copying keystone/tests/unit/test_sql_upgrade.py -> build/lib/keystone/tests/unit copying keystone/tests/unit/test_limits.py -> build/lib/keystone/tests/unit copying keystone/tests/unit/test_ldap_pool_livetest.py -> build/lib/keystone/tests/unit copying keystone/tests/unit/utils.py -> build/lib/keystone/tests/unit copying keystone/tests/unit/__init__.py -> build/lib/keystone/tests/unit copying keystone/tests/unit/mapping_fixtures.py -> build/lib/keystone/tests/unit copying keystone/tests/unit/test_v3_catalog.py -> build/lib/keystone/tests/unit copying keystone/tests/unit/test_cli.py -> build/lib/keystone/tests/unit copying keystone/tests/unit/federation_fixtures.py -> build/lib/keystone/tests/unit copying keystone/tests/unit/test_v3_filters.py -> build/lib/keystone/tests/unit copying keystone/tests/unit/test_associate_project_endpoint_extension.py -> build/lib/keystone/tests/unit copying keystone/tests/unit/test_token_provider.py -> build/lib/keystone/tests/unit copying keystone/tests/unit/test_backend_rules.py -> build/lib/keystone/tests/unit copying keystone/tests/unit/test_policy.py -> build/lib/keystone/tests/unit copying keystone/tests/unit/test_ldap_livetest.py -> build/lib/keystone/tests/unit copying keystone/tests/unit/test_config.py -> build/lib/keystone/tests/unit copying keystone/tests/unit/test_v3_credential.py -> build/lib/keystone/tests/unit copying keystone/tests/unit/test_v3_assignment.py -> build/lib/keystone/tests/unit copying keystone/tests/unit/test_v3_domain_config.py -> build/lib/keystone/tests/unit copying keystone/tests/unit/test_contrib_s3_core.py -> build/lib/keystone/tests/unit copying keystone/tests/unit/test_app_config.py -> build/lib/keystone/tests/unit copying keystone/tests/unit/test_sql_banned_operations.py -> build/lib/keystone/tests/unit copying keystone/tests/unit/test_ldap_tls_livetest.py -> build/lib/keystone/tests/unit copying keystone/tests/unit/test_v3_oauth1.py -> build/lib/keystone/tests/unit copying keystone/tests/unit/test_entry_points.py -> build/lib/keystone/tests/unit copying keystone/tests/unit/core.py -> build/lib/keystone/tests/unit copying keystone/tests/unit/test_auth_plugin.py -> build/lib/keystone/tests/unit copying keystone/tests/unit/test_v3_auth.py -> build/lib/keystone/tests/unit copying keystone/tests/unit/test_backend_endpoint_policy_sql.py -> build/lib/keystone/tests/unit copying keystone/tests/unit/test_versions.py -> build/lib/keystone/tests/unit copying keystone/tests/unit/test_v3_federation.py -> build/lib/keystone/tests/unit copying keystone/tests/unit/test_backend_sql.py -> build/lib/keystone/tests/unit copying keystone/tests/unit/base_classes.py -> build/lib/keystone/tests/unit copying keystone/tests/unit/test_v3_os_revoke.py -> build/lib/keystone/tests/unit copying keystone/tests/unit/test_validation.py -> build/lib/keystone/tests/unit copying keystone/tests/unit/test_healthcheck.py -> build/lib/keystone/tests/unit copying keystone/tests/unit/test_v3_application_credential.py -> build/lib/keystone/tests/unit copying keystone/tests/unit/test_revoke.py -> build/lib/keystone/tests/unit copying keystone/tests/unit/rest.py -> build/lib/keystone/tests/unit copying keystone/tests/unit/test_v3_endpoint_policy.py -> build/lib/keystone/tests/unit copying keystone/tests/unit/test_v3_policy.py -> build/lib/keystone/tests/unit copying keystone/tests/unit/test_v3_protection.py -> build/lib/keystone/tests/unit creating build/lib/keystone/tests/unit/external copying keystone/tests/unit/external/test_timeutils.py -> build/lib/keystone/tests/unit/external copying keystone/tests/unit/external/__init__.py -> build/lib/keystone/tests/unit/external copying keystone/cmd/cli.py -> build/lib/keystone/cmd copying keystone/cmd/bootstrap.py -> build/lib/keystone/cmd copying keystone/cmd/manage.py -> build/lib/keystone/cmd copying keystone/cmd/__init__.py -> build/lib/keystone/cmd copying keystone/cmd/status.py -> build/lib/keystone/cmd creating build/lib/keystone/limit creating build/lib/keystone/limit/backends copying keystone/limit/backends/base.py -> build/lib/keystone/limit/backends copying keystone/limit/backends/sql.py -> build/lib/keystone/limit/backends copying keystone/limit/backends/__init__.py -> build/lib/keystone/limit/backends creating build/lib/keystone/tests/unit/receipt copying keystone/tests/unit/receipt/__init__.py -> build/lib/keystone/tests/unit/receipt copying keystone/tests/unit/receipt/test_fernet_provider.py -> build/lib/keystone/tests/unit/receipt copying keystone/tests/unit/receipt/test_receipt_serialization.py -> build/lib/keystone/tests/unit/receipt creating build/lib/keystone/common/sql/expand_repo/versions copying keystone/common/sql/expand_repo/versions/012_expand_add_domain_id_to_idp.py -> build/lib/keystone/common/sql/expand_repo/versions copying keystone/common/sql/expand_repo/versions/059_placeholder.py -> build/lib/keystone/common/sql/expand_repo/versions copying keystone/common/sql/expand_repo/versions/021_placeholder.py -> build/lib/keystone/common/sql/expand_repo/versions copying keystone/common/sql/expand_repo/versions/027_placeholder.py -> build/lib/keystone/common/sql/expand_repo/versions copying keystone/common/sql/expand_repo/versions/055_expand_add_domain_to_limit.py -> build/lib/keystone/common/sql/expand_repo/versions copying keystone/common/sql/expand_repo/versions/037_expand_remove_service_and_region_fk_for_registered_limit.py -> build/lib/keystone/common/sql/expand_repo/versions copying keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py -> build/lib/keystone/common/sql/expand_repo/versions copying keystone/common/sql/expand_repo/versions/036_expand_rename_application_credential_restriction_column.py -> build/lib/keystone/common/sql/expand_repo/versions copying keystone/common/sql/expand_repo/versions/043_placeholder.py -> build/lib/keystone/common/sql/expand_repo/versions copying keystone/common/sql/expand_repo/versions/052_placeholder.py -> build/lib/keystone/common/sql/expand_repo/versions copying keystone/common/sql/expand_repo/versions/028_placeholder.py -> build/lib/keystone/common/sql/expand_repo/versions copying keystone/common/sql/expand_repo/versions/015_expand_update_federated_user_domain.py -> build/lib/keystone/common/sql/expand_repo/versions copying keystone/common/sql/expand_repo/versions/024_expand_create_created_at_int_columns.py -> build/lib/keystone/common/sql/expand_repo/versions copying keystone/common/sql/expand_repo/versions/020_placeholder.py -> build/lib/keystone/common/sql/expand_repo/versions copying keystone/common/sql/expand_repo/versions/042_placeholder.py -> build/lib/keystone/common/sql/expand_repo/versions copying keystone/common/sql/expand_repo/versions/032_expand_add_expired_at_int_to_trust.py -> build/lib/keystone/common/sql/expand_repo/versions copying keystone/common/sql/expand_repo/versions/013_expand_protocol_cascade_delete_for_federated_user.py -> build/lib/keystone/common/sql/expand_repo/versions copying keystone/common/sql/expand_repo/versions/048_expand_add_registered_limit_id_column_for_limit.py -> build/lib/keystone/common/sql/expand_repo/versions copying keystone/common/sql/expand_repo/versions/045_expand_add_description_to_limit.py -> build/lib/keystone/common/sql/expand_repo/versions copying keystone/common/sql/expand_repo/versions/007_placeholder.py -> build/lib/keystone/common/sql/expand_repo/versions copying keystone/common/sql/expand_repo/versions/053_expand_add_role_description_to_role_table.py -> build/lib/keystone/common/sql/expand_repo/versions copying keystone/common/sql/expand_repo/versions/010_expand_add_revocation_event_index.py -> build/lib/keystone/common/sql/expand_repo/versions copying keystone/common/sql/expand_repo/versions/051_placeholder.py -> build/lib/keystone/common/sql/expand_repo/versions copying keystone/common/sql/expand_repo/versions/056_expand_add_application_credential_access_rules.py -> build/lib/keystone/common/sql/expand_repo/versions copying keystone/common/sql/expand_repo/versions/019_placeholder.py -> build/lib/keystone/common/sql/expand_repo/versions copying keystone/common/sql/expand_repo/versions/030_expand_add_project_tags_table.py -> build/lib/keystone/common/sql/expand_repo/versions copying keystone/common/sql/expand_repo/versions/050_placeholder.py -> build/lib/keystone/common/sql/expand_repo/versions copying keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py -> build/lib/keystone/common/sql/expand_repo/versions copying keystone/common/sql/expand_repo/versions/044_placeholder.py -> build/lib/keystone/common/sql/expand_repo/versions copying keystone/common/sql/expand_repo/versions/008_placeholder.py -> build/lib/keystone/common/sql/expand_repo/versions copying keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py -> build/lib/keystone/common/sql/expand_repo/versions copying keystone/common/sql/expand_repo/versions/023_expand_add_second_password_column_for_expanded_hash_sizes.py -> build/lib/keystone/common/sql/expand_repo/versions copying keystone/common/sql/expand_repo/versions/029_placeholder.py -> build/lib/keystone/common/sql/expand_repo/versions copying keystone/common/sql/expand_repo/versions/054_expand_drop_old_passoword_column.py -> build/lib/keystone/common/sql/expand_repo/versions copying keystone/common/sql/expand_repo/versions/047_expand_update_pk_for_unified_limit.py -> build/lib/keystone/common/sql/expand_repo/versions copying keystone/common/sql/expand_repo/versions/017_placeholder.py -> build/lib/keystone/common/sql/expand_repo/versions copying keystone/common/sql/expand_repo/versions/__init__.py -> build/lib/keystone/common/sql/expand_repo/versions copying keystone/common/sql/expand_repo/versions/006_placeholder.py -> build/lib/keystone/common/sql/expand_repo/versions copying keystone/common/sql/expand_repo/versions/002_password_created_at_not_nullable.py -> build/lib/keystone/common/sql/expand_repo/versions copying keystone/common/sql/expand_repo/versions/061_placeholder.py -> build/lib/keystone/common/sql/expand_repo/versions copying keystone/common/sql/expand_repo/versions/025_placeholder.py -> build/lib/keystone/common/sql/expand_repo/versions copying keystone/common/sql/expand_repo/versions/039_placeholder.py -> build/lib/keystone/common/sql/expand_repo/versions copying keystone/common/sql/expand_repo/versions/060_placeholder.py -> build/lib/keystone/common/sql/expand_repo/versions copying keystone/common/sql/expand_repo/versions/038_placeholder.py -> build/lib/keystone/common/sql/expand_repo/versions copying keystone/common/sql/expand_repo/versions/034_expand_add_application_credential_table.py -> build/lib/keystone/common/sql/expand_repo/versions copying keystone/common/sql/expand_repo/versions/035_expand_add_system_column_to_application_credential_table.py -> build/lib/keystone/common/sql/expand_repo/versions copying keystone/common/sql/expand_repo/versions/058_placeholder.py -> build/lib/keystone/common/sql/expand_repo/versions copying keystone/common/sql/expand_repo/versions/009_placeholder.py -> build/lib/keystone/common/sql/expand_repo/versions copying keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py -> build/lib/keystone/common/sql/expand_repo/versions copying keystone/common/sql/expand_repo/versions/003_add_key_hash_and_encrypted_blob_to_credential.py -> build/lib/keystone/common/sql/expand_repo/versions copying keystone/common/sql/expand_repo/versions/049_placeholder.py -> build/lib/keystone/common/sql/expand_repo/versions copying keystone/common/sql/expand_repo/versions/018_placeholder.py -> build/lib/keystone/common/sql/expand_repo/versions copying keystone/common/sql/expand_repo/versions/026_placeholder.py -> build/lib/keystone/common/sql/expand_repo/versions copying keystone/common/sql/expand_repo/versions/057_placeholder.py -> build/lib/keystone/common/sql/expand_repo/versions copying keystone/common/sql/expand_repo/versions/005_placeholder.py -> build/lib/keystone/common/sql/expand_repo/versions copying keystone/common/sql/expand_repo/versions/040_placeholder.py -> build/lib/keystone/common/sql/expand_repo/versions copying keystone/common/sql/expand_repo/versions/041_placeholder.py -> build/lib/keystone/common/sql/expand_repo/versions copying keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py -> build/lib/keystone/common/sql/expand_repo/versions copying keystone/common/sql/expand_repo/versions/014_expand_add_domain_id_to_user_table.py -> build/lib/keystone/common/sql/expand_repo/versions copying keystone/common/sql/expand_repo/versions/022_expand_add_default_project_id_index.py -> build/lib/keystone/common/sql/expand_repo/versions copying keystone/common/sql/expand_repo/versions/046_expand_old_password_data_to_password_hash_column.py -> build/lib/keystone/common/sql/expand_repo/versions copying keystone/common/sql/expand_repo/versions/011_expand_user_id_unique_for_nonlocal_user.py -> build/lib/keystone/common/sql/expand_repo/versions creating build/lib/keystone/receipt creating build/lib/keystone/receipt/providers copying keystone/receipt/providers/base.py -> build/lib/keystone/receipt/providers copying keystone/receipt/providers/__init__.py -> build/lib/keystone/receipt/providers creating build/lib/keystone/tests/unit/contrib creating build/lib/keystone/tests/unit/contrib/federation copying keystone/tests/unit/contrib/federation/test_utils.py -> build/lib/keystone/tests/unit/contrib/federation copying keystone/tests/unit/contrib/federation/__init__.py -> build/lib/keystone/tests/unit/contrib/federation creating build/lib/keystone/tests/unit/backend copying keystone/tests/unit/backend/core_ldap.py -> build/lib/keystone/tests/unit/backend copying keystone/tests/unit/backend/__init__.py -> build/lib/keystone/tests/unit/backend copying keystone/tests/unit/backend/core_sql.py -> build/lib/keystone/tests/unit/backend creating build/lib/keystone/server creating build/lib/keystone/server/flask creating build/lib/keystone/server/flask/request_processing copying keystone/server/flask/request_processing/req_logging.py -> build/lib/keystone/server/flask/request_processing copying keystone/server/flask/request_processing/__init__.py -> build/lib/keystone/server/flask/request_processing copying keystone/server/flask/request_processing/json_body.py -> build/lib/keystone/server/flask/request_processing creating build/lib/keystone/tests/unit/assignment creating build/lib/keystone/tests/unit/assignment/role_backends copying keystone/tests/unit/assignment/role_backends/test_sql.py -> build/lib/keystone/tests/unit/assignment/role_backends copying keystone/tests/unit/assignment/role_backends/__init__.py -> build/lib/keystone/tests/unit/assignment/role_backends creating build/lib/keystone/catalog copying keystone/catalog/schema.py -> build/lib/keystone/catalog copying keystone/catalog/__init__.py -> build/lib/keystone/catalog copying keystone/catalog/core.py -> build/lib/keystone/catalog creating build/lib/keystone/api creating build/lib/keystone/api/_shared copying keystone/api/_shared/implied_roles.py -> build/lib/keystone/api/_shared copying keystone/api/_shared/authentication.py -> build/lib/keystone/api/_shared copying keystone/api/_shared/EC2_S3_Resource.py -> build/lib/keystone/api/_shared copying keystone/api/_shared/__init__.py -> build/lib/keystone/api/_shared copying keystone/api/_shared/saml.py -> build/lib/keystone/api/_shared copying keystone/api/_shared/json_home_relations.py -> build/lib/keystone/api/_shared creating build/lib/keystone/assignment copying keystone/assignment/schema.py -> build/lib/keystone/assignment copying keystone/assignment/__init__.py -> build/lib/keystone/assignment copying keystone/assignment/core.py -> build/lib/keystone/assignment copying keystone/tests/unit/assignment/test_core.py -> build/lib/keystone/tests/unit/assignment copying keystone/tests/unit/assignment/__init__.py -> build/lib/keystone/tests/unit/assignment copying keystone/tests/unit/assignment/test_backends.py -> build/lib/keystone/tests/unit/assignment copying keystone/exception.py -> build/lib/keystone copying keystone/__init__.py -> build/lib/keystone copying keystone/i18n.py -> build/lib/keystone copying keystone/version.py -> build/lib/keystone copying keystone/notifications.py -> build/lib/keystone creating build/lib/keystone/tests/unit/limit copying keystone/tests/unit/limit/__init__.py -> build/lib/keystone/tests/unit/limit copying keystone/tests/unit/limit/test_backends.py -> build/lib/keystone/tests/unit/limit copying keystone/token/token_formatters.py -> build/lib/keystone/token copying keystone/token/provider.py -> build/lib/keystone/token copying keystone/token/__init__.py -> build/lib/keystone/token creating build/lib/keystone/resource creating build/lib/keystone/resource/backends copying keystone/resource/backends/base.py -> build/lib/keystone/resource/backends copying keystone/resource/backends/sql.py -> build/lib/keystone/resource/backends copying keystone/resource/backends/__init__.py -> build/lib/keystone/resource/backends creating build/lib/keystone/credential copying keystone/credential/schema.py -> build/lib/keystone/credential copying keystone/credential/provider.py -> build/lib/keystone/credential copying keystone/credential/__init__.py -> build/lib/keystone/credential copying keystone/credential/core.py -> build/lib/keystone/credential creating build/lib/keystone/common/sql/contract_repo copying keystone/common/sql/contract_repo/manage.py -> build/lib/keystone/common/sql/contract_repo copying keystone/common/sql/contract_repo/__init__.py -> build/lib/keystone/common/sql/contract_repo creating build/lib/keystone/common/rbac_enforcer copying keystone/common/rbac_enforcer/policy.py -> build/lib/keystone/common/rbac_enforcer copying keystone/common/rbac_enforcer/enforcer.py -> build/lib/keystone/common/rbac_enforcer copying keystone/common/rbac_enforcer/__init__.py -> build/lib/keystone/common/rbac_enforcer creating build/lib/keystone/credential/backends copying keystone/credential/backends/base.py -> build/lib/keystone/credential/backends copying keystone/credential/backends/sql.py -> build/lib/keystone/credential/backends copying keystone/credential/backends/__init__.py -> build/lib/keystone/credential/backends creating build/lib/keystone/token/providers/jws copying keystone/token/providers/jws/__init__.py -> build/lib/keystone/token/providers/jws copying keystone/token/providers/jws/core.py -> build/lib/keystone/token/providers/jws creating build/lib/keystone/federation/backends copying keystone/federation/backends/base.py -> build/lib/keystone/federation/backends copying keystone/federation/backends/sql.py -> build/lib/keystone/federation/backends copying keystone/federation/backends/__init__.py -> build/lib/keystone/federation/backends creating build/lib/keystone/tests/unit/endpoint_policy creating build/lib/keystone/tests/unit/endpoint_policy/backends copying keystone/tests/unit/endpoint_policy/backends/test_sql.py -> build/lib/keystone/tests/unit/endpoint_policy/backends copying keystone/tests/unit/endpoint_policy/backends/test_base.py -> build/lib/keystone/tests/unit/endpoint_policy/backends copying keystone/tests/unit/endpoint_policy/backends/__init__.py -> build/lib/keystone/tests/unit/endpoint_policy/backends creating build/lib/keystone/tests/unit/policy creating build/lib/keystone/tests/unit/policy/backends copying keystone/tests/unit/policy/backends/test_sql.py -> build/lib/keystone/tests/unit/policy/backends copying keystone/tests/unit/policy/backends/test_base.py -> build/lib/keystone/tests/unit/policy/backends copying keystone/tests/unit/policy/backends/__init__.py -> build/lib/keystone/tests/unit/policy/backends creating build/lib/keystone/models copying keystone/models/receipt_model.py -> build/lib/keystone/models copying keystone/models/revoke_model.py -> build/lib/keystone/models copying keystone/models/__init__.py -> build/lib/keystone/models copying keystone/models/token_model.py -> build/lib/keystone/models creating build/lib/keystone/token/providers/fernet copying keystone/token/providers/fernet/__init__.py -> build/lib/keystone/token/providers/fernet copying keystone/token/providers/fernet/core.py -> build/lib/keystone/token/providers/fernet creating build/lib/keystone/tests/unit/identity/backends copying keystone/tests/unit/identity/backends/test_sql.py -> build/lib/keystone/tests/unit/identity/backends copying keystone/tests/unit/identity/backends/test_ldap.py -> build/lib/keystone/tests/unit/identity/backends copying keystone/tests/unit/identity/backends/test_base.py -> build/lib/keystone/tests/unit/identity/backends copying keystone/tests/unit/identity/backends/__init__.py -> build/lib/keystone/tests/unit/identity/backends copying keystone/tests/unit/identity/backends/test_ldap_common.py -> build/lib/keystone/tests/unit/identity/backends creating build/lib/keystone/identity/backends creating build/lib/keystone/identity/backends/ldap copying keystone/identity/backends/ldap/common.py -> build/lib/keystone/identity/backends/ldap copying keystone/identity/backends/ldap/models.py -> build/lib/keystone/identity/backends/ldap copying keystone/identity/backends/ldap/__init__.py -> build/lib/keystone/identity/backends/ldap copying keystone/identity/backends/ldap/core.py -> build/lib/keystone/identity/backends/ldap creating build/lib/keystone/tests/unit/credential copying keystone/tests/unit/credential/__init__.py -> build/lib/keystone/tests/unit/credential copying keystone/tests/unit/credential/test_fernet_provider.py -> build/lib/keystone/tests/unit/credential copying keystone/tests/unit/credential/test_backend_sql.py -> build/lib/keystone/tests/unit/credential creating build/lib/keystone/oauth1 creating build/lib/keystone/oauth1/backends copying keystone/oauth1/backends/base.py -> build/lib/keystone/oauth1/backends copying keystone/oauth1/backends/sql.py -> build/lib/keystone/oauth1/backends copying keystone/oauth1/backends/__init__.py -> build/lib/keystone/oauth1/backends creating build/lib/keystone/tests/unit/auth copying keystone/tests/unit/auth/test_schema.py -> build/lib/keystone/tests/unit/auth copying keystone/tests/unit/auth/test_controllers.py -> build/lib/keystone/tests/unit/auth copying keystone/tests/unit/auth/__init__.py -> build/lib/keystone/tests/unit/auth creating build/lib/keystone/endpoint_policy creating build/lib/keystone/endpoint_policy/backends copying keystone/endpoint_policy/backends/base.py -> build/lib/keystone/endpoint_policy/backends copying keystone/endpoint_policy/backends/sql.py -> build/lib/keystone/endpoint_policy/backends copying keystone/endpoint_policy/backends/__init__.py -> build/lib/keystone/endpoint_policy/backends copying keystone/api/users.py -> build/lib/keystone/api copying keystone/api/role_assignments.py -> build/lib/keystone/api copying keystone/api/policy.py -> build/lib/keystone/api copying keystone/api/groups.py -> build/lib/keystone/api copying keystone/api/os_federation.py -> build/lib/keystone/api copying keystone/api/role_inferences.py -> build/lib/keystone/api copying keystone/api/os_revoke.py -> build/lib/keystone/api copying keystone/api/endpoints.py -> build/lib/keystone/api copying keystone/api/os_ep_filter.py -> build/lib/keystone/api copying keystone/api/roles.py -> build/lib/keystone/api copying keystone/api/os_inherit.py -> build/lib/keystone/api copying keystone/api/limits.py -> build/lib/keystone/api copying keystone/api/regions.py -> build/lib/keystone/api copying keystone/api/services.py -> build/lib/keystone/api copying keystone/api/os_simple_cert.py -> build/lib/keystone/api copying keystone/api/projects.py -> build/lib/keystone/api copying keystone/api/registered_limits.py -> build/lib/keystone/api copying keystone/api/__init__.py -> build/lib/keystone/api copying keystone/api/system.py -> build/lib/keystone/api copying keystone/api/auth.py -> build/lib/keystone/api copying keystone/api/os_oauth1.py -> build/lib/keystone/api copying keystone/api/s3tokens.py -> build/lib/keystone/api copying keystone/api/discovery.py -> build/lib/keystone/api copying keystone/api/credentials.py -> build/lib/keystone/api copying keystone/api/ec2tokens.py -> build/lib/keystone/api copying keystone/api/domains.py -> build/lib/keystone/api copying keystone/api/trusts.py -> build/lib/keystone/api copying keystone/identity/backends/base.py -> build/lib/keystone/identity/backends copying keystone/identity/backends/sql_model.py -> build/lib/keystone/identity/backends copying keystone/identity/backends/sql.py -> build/lib/keystone/identity/backends copying keystone/identity/backends/__init__.py -> build/lib/keystone/identity/backends copying keystone/identity/backends/resource_options.py -> build/lib/keystone/identity/backends creating build/lib/keystone/tests/unit/protection creating build/lib/keystone/tests/unit/protection/v3 copying keystone/tests/unit/protection/v3/test_roles.py -> build/lib/keystone/tests/unit/protection/v3 copying keystone/tests/unit/protection/v3/test_grants.py -> build/lib/keystone/tests/unit/protection/v3 copying keystone/tests/unit/protection/v3/test_mappings.py -> build/lib/keystone/tests/unit/protection/v3 copying keystone/tests/unit/protection/v3/test_projects.py -> build/lib/keystone/tests/unit/protection/v3 copying keystone/tests/unit/protection/v3/test_protocols.py -> build/lib/keystone/tests/unit/protection/v3 copying keystone/tests/unit/protection/v3/test_system_assignments.py -> build/lib/keystone/tests/unit/protection/v3 copying keystone/tests/unit/protection/v3/test_credentials.py -> build/lib/keystone/tests/unit/protection/v3 copying keystone/tests/unit/protection/v3/test_limits.py -> build/lib/keystone/tests/unit/protection/v3 copying keystone/tests/unit/protection/v3/__init__.py -> build/lib/keystone/tests/unit/protection/v3 copying keystone/tests/unit/protection/v3/test_service_providers.py -> build/lib/keystone/tests/unit/protection/v3 copying keystone/tests/unit/protection/v3/test_users.py -> build/lib/keystone/tests/unit/protection/v3 copying keystone/tests/unit/protection/v3/test_assignment.py -> build/lib/keystone/tests/unit/protection/v3 copying keystone/tests/unit/protection/v3/test_registered_limits.py -> build/lib/keystone/tests/unit/protection/v3 copying keystone/tests/unit/protection/v3/test_identity_providers.py -> build/lib/keystone/tests/unit/protection/v3 copying keystone/tests/unit/protection/v3/test_endpoints.py -> build/lib/keystone/tests/unit/protection/v3 copying keystone/tests/unit/protection/v3/test_groups.py -> build/lib/keystone/tests/unit/protection/v3 copying keystone/tests/unit/protection/v3/test_regions.py -> build/lib/keystone/tests/unit/protection/v3 copying keystone/tests/unit/protection/v3/test_services.py -> build/lib/keystone/tests/unit/protection/v3 copying keystone/tests/unit/protection/v3/test_domains.py -> build/lib/keystone/tests/unit/protection/v3 creating build/lib/keystone/common/sql/contract_repo/versions copying keystone/common/sql/contract_repo/versions/015_contract_update_federated_user_domain.py -> build/lib/keystone/common/sql/contract_repo/versions copying keystone/common/sql/contract_repo/versions/059_placeholder.py -> build/lib/keystone/common/sql/contract_repo/versions copying keystone/common/sql/contract_repo/versions/021_placeholder.py -> build/lib/keystone/common/sql/contract_repo/versions copying keystone/common/sql/contract_repo/versions/037_contract_remove_service_and_region_fk_for_registered_limit.py -> build/lib/keystone/common/sql/contract_repo/versions copying keystone/common/sql/contract_repo/versions/027_placeholder.py -> build/lib/keystone/common/sql/contract_repo/versions copying keystone/common/sql/contract_repo/versions/013_contract_protocol_cascade_delete_for_federated_user.py -> build/lib/keystone/common/sql/contract_repo/versions copying keystone/common/sql/contract_repo/versions/043_placeholder.py -> build/lib/keystone/common/sql/contract_repo/versions copying keystone/common/sql/contract_repo/versions/052_placeholder.py -> build/lib/keystone/common/sql/contract_repo/versions copying keystone/common/sql/contract_repo/versions/028_placeholder.py -> build/lib/keystone/common/sql/contract_repo/versions copying keystone/common/sql/contract_repo/versions/048_contract_add_registered_limit_id_column_for_limit.py -> build/lib/keystone/common/sql/contract_repo/versions copying keystone/common/sql/contract_repo/versions/020_placeholder.py -> build/lib/keystone/common/sql/contract_repo/versions copying keystone/common/sql/contract_repo/versions/042_placeholder.py -> build/lib/keystone/common/sql/contract_repo/versions copying keystone/common/sql/contract_repo/versions/047_contract_expand_update_pk_for_unified_limit.py -> build/lib/keystone/common/sql/contract_repo/versions copying keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py -> build/lib/keystone/common/sql/contract_repo/versions copying keystone/common/sql/contract_repo/versions/023_contract_add_second_password_column_for_expanded_hash_sizes.py -> build/lib/keystone/common/sql/contract_repo/versions copying keystone/common/sql/contract_repo/versions/007_placeholder.py -> build/lib/keystone/common/sql/contract_repo/versions copying keystone/common/sql/contract_repo/versions/030_contract_add_project_tags_table.py -> build/lib/keystone/common/sql/contract_repo/versions copying keystone/common/sql/contract_repo/versions/051_placeholder.py -> build/lib/keystone/common/sql/contract_repo/versions copying keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py -> build/lib/keystone/common/sql/contract_repo/versions copying keystone/common/sql/contract_repo/versions/019_placeholder.py -> build/lib/keystone/common/sql/contract_repo/versions copying keystone/common/sql/contract_repo/versions/050_placeholder.py -> build/lib/keystone/common/sql/contract_repo/versions copying keystone/common/sql/contract_repo/versions/053_contract_add_role_description_to_role_table.py -> build/lib/keystone/common/sql/contract_repo/versions copying keystone/common/sql/contract_repo/versions/044_placeholder.py -> build/lib/keystone/common/sql/contract_repo/versions copying keystone/common/sql/contract_repo/versions/008_placeholder.py -> build/lib/keystone/common/sql/contract_repo/versions copying keystone/common/sql/contract_repo/versions/029_placeholder.py -> build/lib/keystone/common/sql/contract_repo/versions copying keystone/common/sql/contract_repo/versions/035_contract_add_system_column_to_application_credential_table.py -> build/lib/keystone/common/sql/contract_repo/versions copying keystone/common/sql/contract_repo/versions/024_contract_create_created_at_int_columns.py -> build/lib/keystone/common/sql/contract_repo/versions copying keystone/common/sql/contract_repo/versions/022_contract_add_default_project_id_index.py -> build/lib/keystone/common/sql/contract_repo/versions copying keystone/common/sql/contract_repo/versions/046_contract_old_password_data_to_password_hash_column.py -> build/lib/keystone/common/sql/contract_repo/versions copying keystone/common/sql/contract_repo/versions/014_contract_add_domain_id_to_user_table.py -> build/lib/keystone/common/sql/contract_repo/versions copying keystone/common/sql/contract_repo/versions/010_contract_add_revocation_event_index.py -> build/lib/keystone/common/sql/contract_repo/versions copying keystone/common/sql/contract_repo/versions/017_placeholder.py -> build/lib/keystone/common/sql/contract_repo/versions copying keystone/common/sql/contract_repo/versions/__init__.py -> build/lib/keystone/common/sql/contract_repo/versions copying keystone/common/sql/contract_repo/versions/006_placeholder.py -> build/lib/keystone/common/sql/contract_repo/versions copying keystone/common/sql/contract_repo/versions/011_contract_user_id_unique_for_nonlocal_user.py -> build/lib/keystone/common/sql/contract_repo/versions copying keystone/common/sql/contract_repo/versions/002_password_created_at_not_nullable.py -> build/lib/keystone/common/sql/contract_repo/versions copying keystone/common/sql/contract_repo/versions/061_placeholder.py -> build/lib/keystone/common/sql/contract_repo/versions copying keystone/common/sql/contract_repo/versions/025_placeholder.py -> build/lib/keystone/common/sql/contract_repo/versions copying keystone/common/sql/contract_repo/versions/039_placeholder.py -> build/lib/keystone/common/sql/contract_repo/versions copying keystone/common/sql/contract_repo/versions/060_placeholder.py -> build/lib/keystone/common/sql/contract_repo/versions copying keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py -> build/lib/keystone/common/sql/contract_repo/versions copying keystone/common/sql/contract_repo/versions/038_placeholder.py -> build/lib/keystone/common/sql/contract_repo/versions copying keystone/common/sql/contract_repo/versions/058_placeholder.py -> build/lib/keystone/common/sql/contract_repo/versions copying keystone/common/sql/contract_repo/versions/055_contract_add_domain_to_limit.py -> build/lib/keystone/common/sql/contract_repo/versions copying keystone/common/sql/contract_repo/versions/036_contract_rename_application_credential_restriction_column.py -> build/lib/keystone/common/sql/contract_repo/versions copying keystone/common/sql/contract_repo/versions/009_placeholder.py -> build/lib/keystone/common/sql/contract_repo/versions copying keystone/common/sql/contract_repo/versions/045_contract_add_description_to_limit.py -> build/lib/keystone/common/sql/contract_repo/versions copying keystone/common/sql/contract_repo/versions/032_contract_add_expired_at_int_to_trust.py -> build/lib/keystone/common/sql/contract_repo/versions copying keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py -> build/lib/keystone/common/sql/contract_repo/versions copying keystone/common/sql/contract_repo/versions/056_contract_add_application_credential_access_rules.py -> build/lib/keystone/common/sql/contract_repo/versions copying keystone/common/sql/contract_repo/versions/012_contract_add_domain_id_to_idp.py -> build/lib/keystone/common/sql/contract_repo/versions copying keystone/common/sql/contract_repo/versions/049_placeholder.py -> build/lib/keystone/common/sql/contract_repo/versions copying keystone/common/sql/contract_repo/versions/018_placeholder.py -> build/lib/keystone/common/sql/contract_repo/versions copying keystone/common/sql/contract_repo/versions/026_placeholder.py -> build/lib/keystone/common/sql/contract_repo/versions copying keystone/common/sql/contract_repo/versions/057_placeholder.py -> build/lib/keystone/common/sql/contract_repo/versions copying keystone/common/sql/contract_repo/versions/005_placeholder.py -> build/lib/keystone/common/sql/contract_repo/versions copying keystone/common/sql/contract_repo/versions/040_placeholder.py -> build/lib/keystone/common/sql/contract_repo/versions copying keystone/common/sql/contract_repo/versions/041_placeholder.py -> build/lib/keystone/common/sql/contract_repo/versions copying keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py -> build/lib/keystone/common/sql/contract_repo/versions copying keystone/common/sql/contract_repo/versions/054_contract_drop_old_passoword_column.py -> build/lib/keystone/common/sql/contract_repo/versions copying keystone/common/sql/contract_repo/versions/003_remove_unencrypted_blob_column_from_credential.py -> build/lib/keystone/common/sql/contract_repo/versions copying keystone/common/sql/contract_repo/versions/034_contract_add_application_credentials_table.py -> build/lib/keystone/common/sql/contract_repo/versions copying keystone/tests/unit/policy/__init__.py -> build/lib/keystone/tests/unit/policy copying keystone/tests/unit/policy/test_backends.py -> build/lib/keystone/tests/unit/policy creating build/lib/keystone/tests/unit/ksfixtures copying keystone/tests/unit/ksfixtures/policy.py -> build/lib/keystone/tests/unit/ksfixtures copying keystone/tests/unit/ksfixtures/cache.py -> build/lib/keystone/tests/unit/ksfixtures copying keystone/tests/unit/ksfixtures/key_repository.py -> build/lib/keystone/tests/unit/ksfixtures copying keystone/tests/unit/ksfixtures/jws_key_repository.py -> build/lib/keystone/tests/unit/ksfixtures copying keystone/tests/unit/ksfixtures/__init__.py -> build/lib/keystone/tests/unit/ksfixtures copying keystone/tests/unit/ksfixtures/database.py -> build/lib/keystone/tests/unit/ksfixtures copying keystone/tests/unit/ksfixtures/auth_plugins.py -> build/lib/keystone/tests/unit/ksfixtures copying keystone/tests/unit/ksfixtures/backendloader.py -> build/lib/keystone/tests/unit/ksfixtures copying keystone/tests/unit/ksfixtures/temporaryfile.py -> build/lib/keystone/tests/unit/ksfixtures copying keystone/tests/unit/ksfixtures/access_rules_config.py -> build/lib/keystone/tests/unit/ksfixtures copying keystone/tests/unit/ksfixtures/hacking.py -> build/lib/keystone/tests/unit/ksfixtures copying keystone/tests/unit/ksfixtures/ldapdb.py -> build/lib/keystone/tests/unit/ksfixtures copying keystone/tests/unit/endpoint_policy/__init__.py -> build/lib/keystone/tests/unit/endpoint_policy creating build/lib/keystone/tests/unit/catalog copying keystone/tests/unit/catalog/test_core.py -> build/lib/keystone/tests/unit/catalog copying keystone/tests/unit/catalog/__init__.py -> build/lib/keystone/tests/unit/catalog copying keystone/tests/unit/catalog/test_backends.py -> build/lib/keystone/tests/unit/catalog creating build/lib/keystone/tests/unit/common copying keystone/tests/unit/common/test_cache.py -> build/lib/keystone/tests/unit/common copying keystone/tests/unit/common/test_utils.py -> build/lib/keystone/tests/unit/common copying keystone/tests/unit/common/test_notifications.py -> build/lib/keystone/tests/unit/common copying keystone/tests/unit/common/test_sql_core.py -> build/lib/keystone/tests/unit/common copying keystone/tests/unit/common/test_rbac_enforcer.py -> build/lib/keystone/tests/unit/common copying keystone/tests/unit/common/test_json_home.py -> build/lib/keystone/tests/unit/common copying keystone/tests/unit/common/__init__.py -> build/lib/keystone/tests/unit/common copying keystone/tests/unit/common/test_provider_api.py -> build/lib/keystone/tests/unit/common copying keystone/tests/unit/common/test_database_conflicts.py -> build/lib/keystone/tests/unit/common copying keystone/tests/unit/common/test_resource_options_common.py -> build/lib/keystone/tests/unit/common creating build/lib/keystone/limit/models copying keystone/limit/models/base.py -> build/lib/keystone/limit/models copying keystone/limit/models/strict_two_level.py -> build/lib/keystone/limit/models copying keystone/limit/models/flat.py -> build/lib/keystone/limit/models copying keystone/limit/models/__init__.py -> build/lib/keystone/limit/models creating build/lib/keystone/identity/id_generators copying keystone/identity/id_generators/sha256.py -> build/lib/keystone/identity/id_generators copying keystone/identity/id_generators/__init__.py -> build/lib/keystone/identity/id_generators creating build/lib/keystone/tests/unit/access_rules_config/backends copying keystone/tests/unit/access_rules_config/backends/test_json.py -> build/lib/keystone/tests/unit/access_rules_config/backends copying keystone/tests/unit/access_rules_config/backends/__init__.py -> build/lib/keystone/tests/unit/access_rules_config/backends creating build/lib/keystone/credential/providers copying keystone/credential/providers/__init__.py -> build/lib/keystone/credential/providers copying keystone/credential/providers/core.py -> build/lib/keystone/credential/providers creating build/lib/keystone/tests/unit/auth/plugins copying keystone/tests/unit/auth/plugins/test_core.py -> build/lib/keystone/tests/unit/auth/plugins copying keystone/tests/unit/auth/plugins/__init__.py -> build/lib/keystone/tests/unit/auth/plugins creating build/lib/keystone/receipt/providers/fernet copying keystone/receipt/providers/fernet/__init__.py -> build/lib/keystone/receipt/providers/fernet copying keystone/receipt/providers/fernet/core.py -> build/lib/keystone/receipt/providers/fernet creating build/lib/keystone/identity/mapping_backends copying keystone/identity/mapping_backends/base.py -> build/lib/keystone/identity/mapping_backends copying keystone/identity/mapping_backends/mapping.py -> build/lib/keystone/identity/mapping_backends copying keystone/identity/mapping_backends/sql.py -> build/lib/keystone/identity/mapping_backends copying keystone/identity/mapping_backends/__init__.py -> build/lib/keystone/identity/mapping_backends copying keystone/server/flask/common.py -> build/lib/keystone/server/flask copying keystone/server/flask/__init__.py -> build/lib/keystone/server/flask copying keystone/server/flask/application.py -> build/lib/keystone/server/flask copying keystone/server/flask/core.py -> build/lib/keystone/server/flask creating build/lib/keystone/tests/unit/server copying keystone/tests/unit/server/test_keystone_flask.py -> build/lib/keystone/tests/unit/server copying keystone/tests/unit/server/__init__.py -> build/lib/keystone/tests/unit/server creating build/lib/keystone/server/flask/request_processing/middleware copying keystone/server/flask/request_processing/middleware/auth_context.py -> build/lib/keystone/server/flask/request_processing/middleware copying keystone/server/flask/request_processing/middleware/url_normalize.py -> build/lib/keystone/server/flask/request_processing/middleware copying keystone/server/flask/request_processing/middleware/__init__.py -> build/lib/keystone/server/flask/request_processing/middleware creating build/lib/keystone/access_rules_config copying keystone/access_rules_config/__init__.py -> build/lib/keystone/access_rules_config copying keystone/access_rules_config/core.py -> build/lib/keystone/access_rules_config creating build/lib/keystone/resource/config_backends copying keystone/resource/config_backends/base.py -> build/lib/keystone/resource/config_backends copying keystone/resource/config_backends/sql.py -> build/lib/keystone/resource/config_backends copying keystone/resource/config_backends/__init__.py -> build/lib/keystone/resource/config_backends creating build/lib/keystone/common/sql/migrate_repo copying keystone/common/sql/migrate_repo/manage.py -> build/lib/keystone/common/sql/migrate_repo copying keystone/common/sql/migrate_repo/__init__.py -> build/lib/keystone/common/sql/migrate_repo copying keystone/tests/unit/protection/__init__.py -> build/lib/keystone/tests/unit/protection creating build/lib/keystone/catalog/backends copying keystone/catalog/backends/base.py -> build/lib/keystone/catalog/backends copying keystone/catalog/backends/sql.py -> build/lib/keystone/catalog/backends copying keystone/catalog/backends/__init__.py -> build/lib/keystone/catalog/backends copying keystone/catalog/backends/templated.py -> build/lib/keystone/catalog/backends copying keystone/receipt/provider.py -> build/lib/keystone/receipt copying keystone/receipt/__init__.py -> build/lib/keystone/receipt copying keystone/receipt/receipt_formatters.py -> build/lib/keystone/receipt copying keystone/receipt/handlers.py -> build/lib/keystone/receipt copying keystone/resource/schema.py -> build/lib/keystone/resource copying keystone/resource/__init__.py -> build/lib/keystone/resource copying keystone/resource/core.py -> build/lib/keystone/resource creating build/lib/keystone/common/sql/migrate_repo/versions copying keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py -> build/lib/keystone/common/sql/migrate_repo/versions copying keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py -> build/lib/keystone/common/sql/migrate_repo/versions copying keystone/common/sql/migrate_repo/versions/090_add_local_user_and_password_tables.py -> build/lib/keystone/common/sql/migrate_repo/versions copying keystone/common/sql/migrate_repo/versions/076_placeholder.py -> build/lib/keystone/common/sql/migrate_repo/versions copying keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py -> build/lib/keystone/common/sql/migrate_repo/versions copying keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py -> build/lib/keystone/common/sql/migrate_repo/versions copying keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py -> build/lib/keystone/common/sql/migrate_repo/versions copying keystone/common/sql/migrate_repo/versions/100_placeholder.py -> build/lib/keystone/common/sql/migrate_repo/versions copying keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py -> build/lib/keystone/common/sql/migrate_repo/versions copying keystone/common/sql/migrate_repo/versions/079_placeholder.py -> build/lib/keystone/common/sql/migrate_repo/versions copying keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py -> build/lib/keystone/common/sql/migrate_repo/versions copying keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py -> build/lib/keystone/common/sql/migrate_repo/versions copying keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py -> build/lib/keystone/common/sql/migrate_repo/versions copying keystone/common/sql/migrate_repo/versions/069_placeholder.py -> build/lib/keystone/common/sql/migrate_repo/versions copying keystone/common/sql/migrate_repo/versions/099_placeholder.py -> build/lib/keystone/common/sql/migrate_repo/versions copying keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py -> build/lib/keystone/common/sql/migrate_repo/versions copying keystone/common/sql/migrate_repo/versions/080_placeholder.py -> build/lib/keystone/common/sql/migrate_repo/versions copying keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py -> build/lib/keystone/common/sql/migrate_repo/versions copying keystone/common/sql/migrate_repo/versions/087_implied_roles.py -> build/lib/keystone/common/sql/migrate_repo/versions copying keystone/common/sql/migrate_repo/versions/068_placeholder.py -> build/lib/keystone/common/sql/migrate_repo/versions copying keystone/common/sql/migrate_repo/versions/070_placeholder.py -> build/lib/keystone/common/sql/migrate_repo/versions copying keystone/common/sql/migrate_repo/versions/067_kilo.py -> build/lib/keystone/common/sql/migrate_repo/versions copying keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py -> build/lib/keystone/common/sql/migrate_repo/versions copying keystone/common/sql/migrate_repo/versions/__init__.py -> build/lib/keystone/common/sql/migrate_repo/versions copying keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py -> build/lib/keystone/common/sql/migrate_repo/versions copying keystone/common/sql/migrate_repo/versions/078_placeholder.py -> build/lib/keystone/common/sql/migrate_repo/versions copying keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py -> build/lib/keystone/common/sql/migrate_repo/versions copying keystone/common/sql/migrate_repo/versions/106_allow_password_column_to_be_nullable.py -> build/lib/keystone/common/sql/migrate_repo/versions copying keystone/common/sql/migrate_repo/versions/098_placeholder.py -> build/lib/keystone/common/sql/migrate_repo/versions copying keystone/common/sql/migrate_repo/versions/091_migrate_data_to_local_user_and_password_tables.py -> build/lib/keystone/common/sql/migrate_repo/versions copying keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py -> build/lib/keystone/common/sql/migrate_repo/versions copying keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py -> build/lib/keystone/common/sql/migrate_repo/versions copying keystone/common/sql/migrate_repo/versions/072_placeholder.py -> build/lib/keystone/common/sql/migrate_repo/versions copying keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py -> build/lib/keystone/common/sql/migrate_repo/versions copying keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py -> build/lib/keystone/common/sql/migrate_repo/versions copying keystone/common/sql/migrate_repo/versions/071_placeholder.py -> build/lib/keystone/common/sql/migrate_repo/versions copying keystone/common/sql/migrate_repo/versions/077_placeholder.py -> build/lib/keystone/common/sql/migrate_repo/versions copying keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py -> build/lib/keystone/common/sql/migrate_repo/versions copying keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py -> build/lib/keystone/common/sql/migrate_repo/versions copying keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py -> build/lib/keystone/common/sql/migrate_repo/versions copying keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py -> build/lib/keystone/common/sql/migrate_repo/versions copying keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column.py -> build/lib/keystone/common/sql/migrate_repo/versions copying keystone/common/sql/migrate_repo/versions/095_add_integer_pkey_to_revocation_event_table.py -> build/lib/keystone/common/sql/migrate_repo/versions copying keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py -> build/lib/keystone/common/sql/migrate_repo/versions copying keystone/limit/schema.py -> build/lib/keystone/limit copying keystone/limit/__init__.py -> build/lib/keystone/limit copying keystone/limit/core.py -> build/lib/keystone/limit creating build/lib/keystone/tests/unit/application_credential copying keystone/tests/unit/application_credential/__init__.py -> build/lib/keystone/tests/unit/application_credential copying keystone/tests/unit/application_credential/test_backends.py -> build/lib/keystone/tests/unit/application_credential creating build/lib/keystone/assignment/role_backends copying keystone/assignment/role_backends/base.py -> build/lib/keystone/assignment/role_backends copying keystone/assignment/role_backends/sql.py -> build/lib/keystone/assignment/role_backends copying keystone/assignment/role_backends/__init__.py -> build/lib/keystone/assignment/role_backends creating build/lib/keystone/credential/providers/fernet copying keystone/credential/providers/fernet/__init__.py -> build/lib/keystone/credential/providers/fernet copying keystone/credential/providers/fernet/core.py -> build/lib/keystone/credential/providers/fernet creating build/lib/keystone/auth/plugins copying keystone/auth/plugins/base.py -> build/lib/keystone/auth/plugins copying keystone/auth/plugins/oauth1.py -> build/lib/keystone/auth/plugins copying keystone/auth/plugins/password.py -> build/lib/keystone/auth/plugins copying keystone/auth/plugins/external.py -> build/lib/keystone/auth/plugins copying keystone/auth/plugins/__init__.py -> build/lib/keystone/auth/plugins copying keystone/auth/plugins/token.py -> build/lib/keystone/auth/plugins copying keystone/auth/plugins/totp.py -> build/lib/keystone/auth/plugins copying keystone/auth/plugins/core.py -> build/lib/keystone/auth/plugins copying keystone/auth/plugins/application_credential.py -> build/lib/keystone/auth/plugins copying keystone/auth/plugins/mapped.py -> build/lib/keystone/auth/plugins creating build/lib/keystone/common/validation copying keystone/common/validation/parameter_types.py -> build/lib/keystone/common/validation copying keystone/common/validation/__init__.py -> build/lib/keystone/common/validation copying keystone/common/validation/validators.py -> build/lib/keystone/common/validation creating build/lib/keystone/access_rules_config/backends copying keystone/access_rules_config/backends/base.py -> build/lib/keystone/access_rules_config/backends copying keystone/access_rules_config/backends/json.py -> build/lib/keystone/access_rules_config/backends copying keystone/access_rules_config/backends/__init__.py -> build/lib/keystone/access_rules_config/backends creating build/lib/keystone/conf copying keystone/conf/policy.py -> build/lib/keystone/conf copying keystone/conf/constants.py -> build/lib/keystone/conf copying keystone/conf/identity_mapping.py -> build/lib/keystone/conf copying keystone/conf/domain_config.py -> build/lib/keystone/conf copying keystone/conf/oauth1.py -> build/lib/keystone/conf copying keystone/conf/catalog.py -> build/lib/keystone/conf copying keystone/conf/endpoint_policy.py -> build/lib/keystone/conf copying keystone/conf/trust.py -> build/lib/keystone/conf copying keystone/conf/security_compliance.py -> build/lib/keystone/conf copying keystone/conf/ldap.py -> build/lib/keystone/conf copying keystone/conf/tokenless_auth.py -> build/lib/keystone/conf copying keystone/conf/identity.py -> build/lib/keystone/conf copying keystone/conf/receipt.py -> build/lib/keystone/conf copying keystone/conf/opts.py -> build/lib/keystone/conf copying keystone/conf/wsgi.py -> build/lib/keystone/conf copying keystone/conf/eventlet_server.py -> build/lib/keystone/conf copying keystone/conf/unified_limit.py -> build/lib/keystone/conf copying keystone/conf/resource.py -> build/lib/keystone/conf copying keystone/conf/utils.py -> build/lib/keystone/conf copying keystone/conf/__init__.py -> build/lib/keystone/conf copying keystone/conf/credential.py -> build/lib/keystone/conf copying keystone/conf/auth.py -> build/lib/keystone/conf copying keystone/conf/token.py -> build/lib/keystone/conf copying keystone/conf/assignment.py -> build/lib/keystone/conf copying keystone/conf/memcache.py -> build/lib/keystone/conf copying keystone/conf/role.py -> build/lib/keystone/conf copying keystone/conf/fernet_tokens.py -> build/lib/keystone/conf copying keystone/conf/endpoint_filter.py -> build/lib/keystone/conf copying keystone/conf/fernet_receipts.py -> build/lib/keystone/conf copying keystone/conf/federation.py -> build/lib/keystone/conf copying keystone/conf/application_credential.py -> build/lib/keystone/conf copying keystone/conf/shadow_users.py -> build/lib/keystone/conf copying keystone/conf/revoke.py -> build/lib/keystone/conf copying keystone/conf/saml.py -> build/lib/keystone/conf copying keystone/conf/default.py -> build/lib/keystone/conf copying keystone/conf/access_rules_config.py -> build/lib/keystone/conf copying keystone/conf/signing.py -> build/lib/keystone/conf copying keystone/conf/jwt_tokens.py -> build/lib/keystone/conf creating build/lib/keystone/tests/unit/federation copying keystone/tests/unit/federation/test_core.py -> build/lib/keystone/tests/unit/federation copying keystone/tests/unit/federation/__init__.py -> build/lib/keystone/tests/unit/federation copying keystone/endpoint_policy/__init__.py -> build/lib/keystone/endpoint_policy copying keystone/endpoint_policy/core.py -> build/lib/keystone/endpoint_policy creating build/lib/keystone/tests/unit/trust copying keystone/tests/unit/trust/__init__.py -> build/lib/keystone/tests/unit/trust copying keystone/tests/unit/trust/test_backends.py -> build/lib/keystone/tests/unit/trust creating build/lib/keystone/revoke creating build/lib/keystone/revoke/backends copying keystone/revoke/backends/base.py -> build/lib/keystone/revoke/backends copying keystone/revoke/backends/sql.py -> build/lib/keystone/revoke/backends copying keystone/revoke/backends/__init__.py -> build/lib/keystone/revoke/backends creating build/lib/keystone/tests/functional copying keystone/tests/functional/__init__.py -> build/lib/keystone/tests/functional copying keystone/tests/functional/core.py -> build/lib/keystone/tests/functional copying keystone/identity/generator.py -> build/lib/keystone/identity copying keystone/identity/schema.py -> build/lib/keystone/identity copying keystone/identity/__init__.py -> build/lib/keystone/identity copying keystone/identity/core.py -> build/lib/keystone/identity creating build/lib/keystone/trust creating build/lib/keystone/trust/backends copying keystone/trust/backends/base.py -> build/lib/keystone/trust/backends copying keystone/trust/backends/sql.py -> build/lib/keystone/trust/backends copying keystone/trust/backends/__init__.py -> build/lib/keystone/trust/backends copying keystone/trust/schema.py -> build/lib/keystone/trust copying keystone/trust/__init__.py -> build/lib/keystone/trust copying keystone/trust/core.py -> build/lib/keystone/trust copying keystone/revoke/__init__.py -> build/lib/keystone/revoke copying keystone/revoke/model.py -> build/lib/keystone/revoke copying keystone/revoke/core.py -> build/lib/keystone/revoke copying keystone/common/sql/upgrades.py -> build/lib/keystone/common/sql copying keystone/common/sql/__init__.py -> build/lib/keystone/common/sql copying keystone/common/sql/core.py -> build/lib/keystone/common/sql copying keystone/tests/unit/resource/test_core.py -> build/lib/keystone/tests/unit/resource copying keystone/tests/unit/resource/__init__.py -> build/lib/keystone/tests/unit/resource copying keystone/tests/unit/resource/test_backends.py -> build/lib/keystone/tests/unit/resource copying keystone/server/wsgi.py -> build/lib/keystone/server copying keystone/server/backends.py -> build/lib/keystone/server copying keystone/server/__init__.py -> build/lib/keystone/server copying keystone/tests/unit/contrib/__init__.py -> build/lib/keystone/tests/unit/contrib creating build/lib/keystone/tests/unit/application_credential/backends copying keystone/tests/unit/application_credential/backends/test_sql.py -> build/lib/keystone/tests/unit/application_credential/backends copying keystone/tests/unit/application_credential/backends/__init__.py -> build/lib/keystone/tests/unit/application_credential/backends creating build/lib/keystone/tests/functional/shared copying keystone/tests/functional/shared/__init__.py -> build/lib/keystone/tests/functional/shared copying keystone/tests/functional/shared/test_running.py -> build/lib/keystone/tests/functional/shared creating build/lib/keystone/assignment/backends copying keystone/assignment/backends/base.py -> build/lib/keystone/assignment/backends copying keystone/assignment/backends/sql.py -> build/lib/keystone/assignment/backends copying keystone/assignment/backends/__init__.py -> build/lib/keystone/assignment/backends copying keystone/oauth1/schema.py -> build/lib/keystone/oauth1 copying keystone/oauth1/__init__.py -> build/lib/keystone/oauth1 copying keystone/oauth1/core.py -> build/lib/keystone/oauth1 copying keystone/oauth1/validator.py -> build/lib/keystone/oauth1 copying keystone/tests/__init__.py -> build/lib/keystone/tests copying keystone/common/profiler.py -> build/lib/keystone/common copying keystone/common/manager.py -> build/lib/keystone/common copying keystone/common/jwt_utils.py -> build/lib/keystone/common copying keystone/common/password_hashing.py -> build/lib/keystone/common copying keystone/common/tokenless_auth.py -> build/lib/keystone/common copying keystone/common/provider_api.py -> build/lib/keystone/common copying keystone/common/utils.py -> build/lib/keystone/common copying keystone/common/render_token.py -> build/lib/keystone/common copying keystone/common/__init__.py -> build/lib/keystone/common copying keystone/common/json_home.py -> build/lib/keystone/common copying keystone/common/authorization.py -> build/lib/keystone/common copying keystone/common/resource_options.py -> build/lib/keystone/common copying keystone/common/fernet_utils.py -> build/lib/keystone/common copying keystone/common/context.py -> build/lib/keystone/common copying keystone/common/driver_hints.py -> build/lib/keystone/common running egg_info writing requirements to keystone.egg-info/requires.txt writing keystone.egg-info/PKG-INFO writing top-level names to keystone.egg-info/top_level.txt writing dependency_links to keystone.egg-info/dependency_links.txt writing entry points to keystone.egg-info/entry_points.txt writing pbr to keystone.egg-info/pbr.json [pbr] Processing SOURCES.txt [pbr] In git context, generating filelist from git warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching '.gitreview' warning: no previously-included files matching '*.pyc' found anywhere in distribution writing manifest file 'keystone.egg-info/SOURCES.txt' copying keystone/common/sql/expand_repo/README -> build/lib/keystone/common/sql/expand_repo copying keystone/common/sql/expand_repo/migrate.cfg -> build/lib/keystone/common/sql/expand_repo copying keystone/common/sql/data_migration_repo/README -> build/lib/keystone/common/sql/data_migration_repo copying keystone/common/sql/data_migration_repo/migrate.cfg -> build/lib/keystone/common/sql/data_migration_repo copying keystone/tests/unit/default_catalog.templates -> build/lib/keystone/tests/unit copying keystone/tests/unit/default_catalog_multi_region.templates -> build/lib/keystone/tests/unit creating build/lib/keystone/tests/unit/config_files copying keystone/tests/unit/config_files/access_rules.json -> build/lib/keystone/tests/unit/config_files copying keystone/tests/unit/config_files/backend_ldap.conf -> build/lib/keystone/tests/unit/config_files copying keystone/tests/unit/config_files/backend_ldap_pool.conf -> build/lib/keystone/tests/unit/config_files copying keystone/tests/unit/config_files/backend_ldap_sql.conf -> build/lib/keystone/tests/unit/config_files copying keystone/tests/unit/config_files/backend_liveldap.conf -> build/lib/keystone/tests/unit/config_files copying keystone/tests/unit/config_files/backend_multi_ldap_sql.conf -> build/lib/keystone/tests/unit/config_files copying keystone/tests/unit/config_files/backend_pool_liveldap.conf -> build/lib/keystone/tests/unit/config_files copying keystone/tests/unit/config_files/backend_sql.conf -> build/lib/keystone/tests/unit/config_files copying keystone/tests/unit/config_files/backend_tls_liveldap.conf -> build/lib/keystone/tests/unit/config_files copying keystone/tests/unit/config_files/deprecated.conf -> build/lib/keystone/tests/unit/config_files copying keystone/tests/unit/config_files/deprecated_override.conf -> build/lib/keystone/tests/unit/config_files copying keystone/tests/unit/config_files/test_auth_plugin.conf -> build/lib/keystone/tests/unit/config_files creating build/lib/keystone/tests/unit/config_files/domain_configs_default_ldap_one_sql copying keystone/tests/unit/config_files/domain_configs_default_ldap_one_sql/keystone.domain1.conf -> build/lib/keystone/tests/unit/config_files/domain_configs_default_ldap_one_sql creating build/lib/keystone/tests/unit/config_files/domain_configs_multi_ldap copying keystone/tests/unit/config_files/domain_configs_multi_ldap/keystone.Default.conf -> build/lib/keystone/tests/unit/config_files/domain_configs_multi_ldap copying keystone/tests/unit/config_files/domain_configs_multi_ldap/keystone.domain1.conf -> build/lib/keystone/tests/unit/config_files/domain_configs_multi_ldap copying keystone/tests/unit/config_files/domain_configs_multi_ldap/keystone.domain2.conf -> build/lib/keystone/tests/unit/config_files/domain_configs_multi_ldap creating build/lib/keystone/tests/unit/config_files/domain_configs_one_extra_sql copying keystone/tests/unit/config_files/domain_configs_one_extra_sql/keystone.domain2.conf -> build/lib/keystone/tests/unit/config_files/domain_configs_one_extra_sql creating build/lib/keystone/tests/unit/config_files/domain_configs_one_sql_one_ldap copying keystone/tests/unit/config_files/domain_configs_one_sql_one_ldap/keystone.Default.conf -> build/lib/keystone/tests/unit/config_files/domain_configs_one_sql_one_ldap copying keystone/tests/unit/config_files/domain_configs_one_sql_one_ldap/keystone.domain1.conf -> build/lib/keystone/tests/unit/config_files/domain_configs_one_sql_one_ldap creating build/lib/keystone/tests/unit/saml2 copying keystone/tests/unit/saml2/idp_saml2_metadata.xml -> build/lib/keystone/tests/unit/saml2 copying keystone/tests/unit/saml2/signed_saml2_assertion.xml -> build/lib/keystone/tests/unit/saml2 copying keystone/tests/unit/external/README.rst -> build/lib/keystone/tests/unit/external creating build/lib/keystone/locale creating build/lib/keystone/locale/de creating build/lib/keystone/locale/de/LC_MESSAGES copying keystone/locale/de/LC_MESSAGES/keystone.po -> build/lib/keystone/locale/de/LC_MESSAGES creating build/lib/keystone/locale/en_GB creating build/lib/keystone/locale/en_GB/LC_MESSAGES copying keystone/locale/en_GB/LC_MESSAGES/keystone.po -> build/lib/keystone/locale/en_GB/LC_MESSAGES creating build/lib/keystone/locale/es creating build/lib/keystone/locale/es/LC_MESSAGES copying keystone/locale/es/LC_MESSAGES/keystone.po -> build/lib/keystone/locale/es/LC_MESSAGES creating build/lib/keystone/locale/fr creating build/lib/keystone/locale/fr/LC_MESSAGES copying keystone/locale/fr/LC_MESSAGES/keystone.po -> build/lib/keystone/locale/fr/LC_MESSAGES creating build/lib/keystone/locale/it creating build/lib/keystone/locale/it/LC_MESSAGES copying keystone/locale/it/LC_MESSAGES/keystone.po -> build/lib/keystone/locale/it/LC_MESSAGES creating build/lib/keystone/locale/ja creating build/lib/keystone/locale/ja/LC_MESSAGES copying keystone/locale/ja/LC_MESSAGES/keystone.po -> build/lib/keystone/locale/ja/LC_MESSAGES creating build/lib/keystone/locale/ko_KR creating build/lib/keystone/locale/ko_KR/LC_MESSAGES copying keystone/locale/ko_KR/LC_MESSAGES/keystone.po -> build/lib/keystone/locale/ko_KR/LC_MESSAGES creating build/lib/keystone/locale/pt_BR creating build/lib/keystone/locale/pt_BR/LC_MESSAGES copying keystone/locale/pt_BR/LC_MESSAGES/keystone.po -> build/lib/keystone/locale/pt_BR/LC_MESSAGES creating build/lib/keystone/locale/ru creating build/lib/keystone/locale/ru/LC_MESSAGES copying keystone/locale/ru/LC_MESSAGES/keystone.po -> build/lib/keystone/locale/ru/LC_MESSAGES creating build/lib/keystone/locale/tr_TR creating build/lib/keystone/locale/tr_TR/LC_MESSAGES copying keystone/locale/tr_TR/LC_MESSAGES/keystone.po -> build/lib/keystone/locale/tr_TR/LC_MESSAGES creating build/lib/keystone/locale/zh_CN creating build/lib/keystone/locale/zh_CN/LC_MESSAGES copying keystone/locale/zh_CN/LC_MESSAGES/keystone.po -> build/lib/keystone/locale/zh_CN/LC_MESSAGES creating build/lib/keystone/locale/zh_TW creating build/lib/keystone/locale/zh_TW/LC_MESSAGES copying keystone/locale/zh_TW/LC_MESSAGES/keystone.po -> build/lib/keystone/locale/zh_TW/LC_MESSAGES copying keystone/common/sql/contract_repo/README -> build/lib/keystone/common/sql/contract_repo copying keystone/common/sql/contract_repo/migrate.cfg -> build/lib/keystone/common/sql/contract_repo copying keystone/common/sql/migrate_repo/README -> build/lib/keystone/common/sql/migrate_repo copying keystone/common/sql/migrate_repo/migrate.cfg -> build/lib/keystone/common/sql/migrate_repo + sleep 1 + python2 setup.py compile_catalog -d build/lib/keystone/locale -D keystone running compile_catalog compiling catalog build/lib/keystone/locale/ja/LC_MESSAGES/keystone.po to build/lib/keystone/locale/ja/LC_MESSAGES/keystone.mo compiling catalog build/lib/keystone/locale/zh_TW/LC_MESSAGES/keystone.po to build/lib/keystone/locale/zh_TW/LC_MESSAGES/keystone.mo compiling catalog build/lib/keystone/locale/tr_TR/LC_MESSAGES/keystone.po to build/lib/keystone/locale/tr_TR/LC_MESSAGES/keystone.mo compiling catalog build/lib/keystone/locale/ru/LC_MESSAGES/keystone.po to build/lib/keystone/locale/ru/LC_MESSAGES/keystone.mo compiling catalog build/lib/keystone/locale/ko_KR/LC_MESSAGES/keystone.po to build/lib/keystone/locale/ko_KR/LC_MESSAGES/keystone.mo compiling catalog build/lib/keystone/locale/pt_BR/LC_MESSAGES/keystone.po to build/lib/keystone/locale/pt_BR/LC_MESSAGES/keystone.mo compiling catalog build/lib/keystone/locale/en_GB/LC_MESSAGES/keystone.po to build/lib/keystone/locale/en_GB/LC_MESSAGES/keystone.mo compiling catalog build/lib/keystone/locale/es/LC_MESSAGES/keystone.po to build/lib/keystone/locale/es/LC_MESSAGES/keystone.mo compiling catalog build/lib/keystone/locale/zh_CN/LC_MESSAGES/keystone.po to build/lib/keystone/locale/zh_CN/LC_MESSAGES/keystone.mo compiling catalog build/lib/keystone/locale/fr/LC_MESSAGES/keystone.po to build/lib/keystone/locale/fr/LC_MESSAGES/keystone.mo compiling catalog build/lib/keystone/locale/de/LC_MESSAGES/keystone.po to build/lib/keystone/locale/de/LC_MESSAGES/keystone.mo compiling catalog build/lib/keystone/locale/it/LC_MESSAGES/keystone.po to build/lib/keystone/locale/it/LC_MESSAGES/keystone.mo + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.4VEfLy + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch ++ dirname /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch + cd keystone-15.0.0 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches ' + /usr/bin/python2 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch running install [pbr] Writing ChangeLog [pbr] Generating ChangeLog [pbr] ChangeLog complete (0.0s) [pbr] Generating AUTHORS [pbr] AUTHORS complete (0.0s) running install_lib creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7 creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/tests copying build/lib/keystone/tests/unit/tests/test_utils.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/tests copying build/lib/keystone/tests/unit/tests/test_core.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/tests copying build/lib/keystone/tests/unit/tests/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/tests copying build/lib/keystone/tests/unit/test_v3.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit copying build/lib/keystone/tests/unit/test_backend_id_mapping_sql.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit copying build/lib/keystone/tests/unit/test_contrib_ec2_core.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit copying build/lib/keystone/tests/unit/test_contrib_simple_cert.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/saml2 copying build/lib/keystone/tests/unit/saml2/idp_saml2_metadata.xml -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/saml2 copying build/lib/keystone/tests/unit/saml2/signed_saml2_assertion.xml -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/saml2 copying build/lib/keystone/tests/unit/test_exception.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/limit copying build/lib/keystone/tests/unit/limit/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/limit copying build/lib/keystone/tests/unit/limit/test_backends.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/limit copying build/lib/keystone/tests/unit/test_backend_ldap.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/assignment copying build/lib/keystone/tests/unit/assignment/test_core.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/assignment copying build/lib/keystone/tests/unit/assignment/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/assignment creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/assignment/role_backends copying build/lib/keystone/tests/unit/assignment/role_backends/test_sql.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/assignment/role_backends copying build/lib/keystone/tests/unit/assignment/role_backends/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/assignment/role_backends copying build/lib/keystone/tests/unit/assignment/test_backends.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/assignment copying build/lib/keystone/tests/unit/identity_mapping.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit copying build/lib/keystone/tests/unit/test_backend_endpoint_policy.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/contrib copying build/lib/keystone/tests/unit/contrib/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/contrib creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/contrib/federation copying build/lib/keystone/tests/unit/contrib/federation/test_utils.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/contrib/federation copying build/lib/keystone/tests/unit/contrib/federation/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/contrib/federation creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/receipt copying build/lib/keystone/tests/unit/receipt/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/receipt copying build/lib/keystone/tests/unit/receipt/test_fernet_provider.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/receipt copying build/lib/keystone/tests/unit/receipt/test_receipt_serialization.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/receipt creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/external copying build/lib/keystone/tests/unit/external/test_timeutils.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/external copying build/lib/keystone/tests/unit/external/README.rst -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/external copying build/lib/keystone/tests/unit/external/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/external creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/catalog copying build/lib/keystone/tests/unit/catalog/test_core.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/catalog copying build/lib/keystone/tests/unit/catalog/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/catalog copying build/lib/keystone/tests/unit/catalog/test_backends.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/catalog copying build/lib/keystone/tests/unit/fakeldap.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit copying build/lib/keystone/tests/unit/test_v3_trust.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit copying build/lib/keystone/tests/unit/test_v3_identity.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit copying build/lib/keystone/tests/unit/test_backend_federation_sql.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/ksfixtures copying build/lib/keystone/tests/unit/ksfixtures/policy.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/ksfixtures copying build/lib/keystone/tests/unit/ksfixtures/cache.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/ksfixtures copying build/lib/keystone/tests/unit/ksfixtures/key_repository.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/ksfixtures copying build/lib/keystone/tests/unit/ksfixtures/jws_key_repository.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/ksfixtures copying build/lib/keystone/tests/unit/ksfixtures/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/ksfixtures copying build/lib/keystone/tests/unit/ksfixtures/database.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/ksfixtures copying build/lib/keystone/tests/unit/ksfixtures/auth_plugins.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/ksfixtures copying build/lib/keystone/tests/unit/ksfixtures/backendloader.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/ksfixtures copying build/lib/keystone/tests/unit/ksfixtures/temporaryfile.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/ksfixtures copying build/lib/keystone/tests/unit/ksfixtures/access_rules_config.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/ksfixtures copying build/lib/keystone/tests/unit/ksfixtures/hacking.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/ksfixtures copying build/lib/keystone/tests/unit/ksfixtures/ldapdb.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/ksfixtures copying build/lib/keystone/tests/unit/test_driver_hints.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/token copying build/lib/keystone/tests/unit/token/test_token_serialization.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/token copying build/lib/keystone/tests/unit/token/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/token copying build/lib/keystone/tests/unit/token/test_fernet_provider.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/token copying build/lib/keystone/tests/unit/token/test_jws_provider.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/token copying build/lib/keystone/tests/unit/test_hacking_checks.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit copying build/lib/keystone/tests/unit/test_backend_templated.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit copying build/lib/keystone/tests/unit/test_receipt_provider.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/auth copying build/lib/keystone/tests/unit/auth/test_schema.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/auth copying build/lib/keystone/tests/unit/auth/test_controllers.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/auth creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/auth/plugins copying build/lib/keystone/tests/unit/auth/plugins/test_core.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/auth/plugins copying build/lib/keystone/tests/unit/auth/plugins/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/auth/plugins copying build/lib/keystone/tests/unit/auth/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/auth copying build/lib/keystone/tests/unit/filtering.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit copying build/lib/keystone/tests/unit/test_shadow_users.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit copying build/lib/keystone/tests/unit/test_middleware.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit copying build/lib/keystone/tests/unit/test_url_middleware.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit copying build/lib/keystone/tests/unit/test_v3_resource.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit copying build/lib/keystone/tests/unit/default_fixtures.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/identity copying build/lib/keystone/tests/unit/identity/test_core.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/identity copying build/lib/keystone/tests/unit/identity/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/identity creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/identity/backends copying build/lib/keystone/tests/unit/identity/backends/test_sql.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/identity/backends copying build/lib/keystone/tests/unit/identity/backends/test_ldap.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/identity/backends copying build/lib/keystone/tests/unit/identity/backends/test_base.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/identity/backends copying build/lib/keystone/tests/unit/identity/backends/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/identity/backends copying build/lib/keystone/tests/unit/identity/backends/test_ldap_common.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/identity/backends copying build/lib/keystone/tests/unit/identity/test_backends.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/identity copying build/lib/keystone/tests/unit/identity/test_backend_sql.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/identity creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/identity/shadow_users copying build/lib/keystone/tests/unit/identity/shadow_users/test_core.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/identity/shadow_users copying build/lib/keystone/tests/unit/identity/shadow_users/test_backend.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/identity/shadow_users copying build/lib/keystone/tests/unit/identity/shadow_users/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/identity/shadow_users copying build/lib/keystone/tests/unit/test_backend_ldap_pool.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit copying build/lib/keystone/tests/unit/test_sql_upgrade.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit copying build/lib/keystone/tests/unit/default_catalog_multi_region.templates -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit copying build/lib/keystone/tests/unit/test_limits.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit copying build/lib/keystone/tests/unit/test_ldap_pool_livetest.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/resource copying build/lib/keystone/tests/unit/resource/test_core.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/resource copying build/lib/keystone/tests/unit/resource/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/resource creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/resource/backends copying build/lib/keystone/tests/unit/resource/backends/test_sql.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/resource/backends copying build/lib/keystone/tests/unit/resource/backends/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/resource/backends copying build/lib/keystone/tests/unit/resource/test_backends.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/resource creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/resource/config_backends copying build/lib/keystone/tests/unit/resource/config_backends/test_sql.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/resource/config_backends copying build/lib/keystone/tests/unit/resource/config_backends/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/resource/config_backends copying build/lib/keystone/tests/unit/utils.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/protection creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/protection/v3 copying build/lib/keystone/tests/unit/protection/v3/test_roles.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/protection/v3 copying build/lib/keystone/tests/unit/protection/v3/test_grants.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/protection/v3 copying build/lib/keystone/tests/unit/protection/v3/test_mappings.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/protection/v3 copying build/lib/keystone/tests/unit/protection/v3/test_projects.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/protection/v3 copying build/lib/keystone/tests/unit/protection/v3/test_protocols.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/protection/v3 copying build/lib/keystone/tests/unit/protection/v3/test_system_assignments.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/protection/v3 copying build/lib/keystone/tests/unit/protection/v3/test_credentials.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/protection/v3 copying build/lib/keystone/tests/unit/protection/v3/test_limits.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/protection/v3 copying build/lib/keystone/tests/unit/protection/v3/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/protection/v3 copying build/lib/keystone/tests/unit/protection/v3/test_service_providers.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/protection/v3 copying build/lib/keystone/tests/unit/protection/v3/test_users.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/protection/v3 copying build/lib/keystone/tests/unit/protection/v3/test_assignment.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/protection/v3 copying build/lib/keystone/tests/unit/protection/v3/test_registered_limits.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/protection/v3 copying build/lib/keystone/tests/unit/protection/v3/test_identity_providers.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/protection/v3 copying build/lib/keystone/tests/unit/protection/v3/test_endpoints.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/protection/v3 copying build/lib/keystone/tests/unit/protection/v3/test_groups.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/protection/v3 copying build/lib/keystone/tests/unit/protection/v3/test_regions.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/protection/v3 copying build/lib/keystone/tests/unit/protection/v3/test_services.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/protection/v3 copying build/lib/keystone/tests/unit/protection/v3/test_domains.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/protection/v3 copying build/lib/keystone/tests/unit/protection/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/protection copying build/lib/keystone/tests/unit/default_catalog.templates -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit copying build/lib/keystone/tests/unit/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/trust copying build/lib/keystone/tests/unit/trust/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/trust copying build/lib/keystone/tests/unit/trust/test_backends.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/trust copying build/lib/keystone/tests/unit/mapping_fixtures.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit copying build/lib/keystone/tests/unit/test_v3_catalog.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit copying build/lib/keystone/tests/unit/test_cli.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit copying build/lib/keystone/tests/unit/federation_fixtures.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit copying build/lib/keystone/tests/unit/test_v3_filters.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/endpoint_policy copying build/lib/keystone/tests/unit/endpoint_policy/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/endpoint_policy creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/endpoint_policy/backends copying build/lib/keystone/tests/unit/endpoint_policy/backends/test_sql.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/endpoint_policy/backends copying build/lib/keystone/tests/unit/endpoint_policy/backends/test_base.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/endpoint_policy/backends copying build/lib/keystone/tests/unit/endpoint_policy/backends/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/endpoint_policy/backends copying build/lib/keystone/tests/unit/test_associate_project_endpoint_extension.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit copying build/lib/keystone/tests/unit/test_token_provider.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/application_credential copying build/lib/keystone/tests/unit/application_credential/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/application_credential creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/application_credential/backends copying build/lib/keystone/tests/unit/application_credential/backends/test_sql.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/application_credential/backends copying build/lib/keystone/tests/unit/application_credential/backends/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/application_credential/backends copying build/lib/keystone/tests/unit/application_credential/test_backends.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/application_credential copying build/lib/keystone/tests/unit/test_backend_rules.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit copying build/lib/keystone/tests/unit/test_policy.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit copying build/lib/keystone/tests/unit/test_ldap_livetest.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit copying build/lib/keystone/tests/unit/test_config.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit copying build/lib/keystone/tests/unit/test_v3_credential.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit copying build/lib/keystone/tests/unit/test_v3_assignment.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit copying build/lib/keystone/tests/unit/test_v3_domain_config.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit copying build/lib/keystone/tests/unit/test_contrib_s3_core.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/config_files copying build/lib/keystone/tests/unit/config_files/test_auth_plugin.conf -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/config_files creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/config_files/domain_configs_default_ldap_one_sql copying build/lib/keystone/tests/unit/config_files/domain_configs_default_ldap_one_sql/keystone.domain1.conf -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/config_files/domain_configs_default_ldap_one_sql creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/config_files/domain_configs_multi_ldap copying build/lib/keystone/tests/unit/config_files/domain_configs_multi_ldap/keystone.domain2.conf -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/config_files/domain_configs_multi_ldap copying build/lib/keystone/tests/unit/config_files/domain_configs_multi_ldap/keystone.domain1.conf -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/config_files/domain_configs_multi_ldap copying build/lib/keystone/tests/unit/config_files/domain_configs_multi_ldap/keystone.Default.conf -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/config_files/domain_configs_multi_ldap copying build/lib/keystone/tests/unit/config_files/access_rules.json -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/config_files creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/config_files/domain_configs_one_sql_one_ldap copying build/lib/keystone/tests/unit/config_files/domain_configs_one_sql_one_ldap/keystone.domain1.conf -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/config_files/domain_configs_one_sql_one_ldap copying build/lib/keystone/tests/unit/config_files/domain_configs_one_sql_one_ldap/keystone.Default.conf -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/config_files/domain_configs_one_sql_one_ldap copying build/lib/keystone/tests/unit/config_files/backend_sql.conf -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/config_files copying build/lib/keystone/tests/unit/config_files/backend_ldap_sql.conf -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/config_files copying build/lib/keystone/tests/unit/config_files/deprecated.conf -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/config_files copying build/lib/keystone/tests/unit/config_files/backend_ldap_pool.conf -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/config_files copying build/lib/keystone/tests/unit/config_files/deprecated_override.conf -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/config_files copying build/lib/keystone/tests/unit/config_files/backend_ldap.conf -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/config_files copying build/lib/keystone/tests/unit/config_files/backend_liveldap.conf -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/config_files copying build/lib/keystone/tests/unit/config_files/backend_tls_liveldap.conf -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/config_files creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/config_files/domain_configs_one_extra_sql copying build/lib/keystone/tests/unit/config_files/domain_configs_one_extra_sql/keystone.domain2.conf -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/config_files/domain_configs_one_extra_sql copying build/lib/keystone/tests/unit/config_files/backend_pool_liveldap.conf -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/config_files copying build/lib/keystone/tests/unit/config_files/backend_multi_ldap_sql.conf -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/config_files copying build/lib/keystone/tests/unit/test_app_config.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit copying build/lib/keystone/tests/unit/test_sql_banned_operations.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/server copying build/lib/keystone/tests/unit/server/test_keystone_flask.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/server copying build/lib/keystone/tests/unit/server/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/server copying build/lib/keystone/tests/unit/test_ldap_tls_livetest.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit copying build/lib/keystone/tests/unit/test_v3_oauth1.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/policy copying build/lib/keystone/tests/unit/policy/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/policy creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/policy/backends copying build/lib/keystone/tests/unit/policy/backends/test_sql.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/policy/backends copying build/lib/keystone/tests/unit/policy/backends/test_base.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/policy/backends copying build/lib/keystone/tests/unit/policy/backends/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/policy/backends copying build/lib/keystone/tests/unit/policy/test_backends.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/policy creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/common copying build/lib/keystone/tests/unit/common/test_cache.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/common copying build/lib/keystone/tests/unit/common/test_utils.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/common copying build/lib/keystone/tests/unit/common/test_notifications.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/common copying build/lib/keystone/tests/unit/common/test_sql_core.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/common copying build/lib/keystone/tests/unit/common/test_rbac_enforcer.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/common copying build/lib/keystone/tests/unit/common/test_json_home.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/common copying build/lib/keystone/tests/unit/common/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/common copying build/lib/keystone/tests/unit/common/test_provider_api.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/common copying build/lib/keystone/tests/unit/common/test_database_conflicts.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/common copying build/lib/keystone/tests/unit/common/test_resource_options_common.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/common copying build/lib/keystone/tests/unit/test_entry_points.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit copying build/lib/keystone/tests/unit/core.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit copying build/lib/keystone/tests/unit/test_auth_plugin.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/credential copying build/lib/keystone/tests/unit/credential/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/credential copying build/lib/keystone/tests/unit/credential/test_fernet_provider.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/credential copying build/lib/keystone/tests/unit/credential/test_backend_sql.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/credential copying build/lib/keystone/tests/unit/test_v3_auth.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit copying build/lib/keystone/tests/unit/test_backend_endpoint_policy_sql.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit copying build/lib/keystone/tests/unit/test_versions.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit copying build/lib/keystone/tests/unit/test_v3_federation.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit copying build/lib/keystone/tests/unit/test_backend_sql.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit copying build/lib/keystone/tests/unit/base_classes.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit copying build/lib/keystone/tests/unit/test_v3_os_revoke.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit copying build/lib/keystone/tests/unit/test_validation.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/access_rules_config copying build/lib/keystone/tests/unit/access_rules_config/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/access_rules_config creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/access_rules_config/backends copying build/lib/keystone/tests/unit/access_rules_config/backends/test_json.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/access_rules_config/backends copying build/lib/keystone/tests/unit/access_rules_config/backends/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/access_rules_config/backends copying build/lib/keystone/tests/unit/access_rules_config/test_backends.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/access_rules_config copying build/lib/keystone/tests/unit/test_healthcheck.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit copying build/lib/keystone/tests/unit/test_v3_application_credential.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/federation copying build/lib/keystone/tests/unit/federation/test_core.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/federation copying build/lib/keystone/tests/unit/federation/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/federation copying build/lib/keystone/tests/unit/test_revoke.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/backend copying build/lib/keystone/tests/unit/backend/core_ldap.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/backend copying build/lib/keystone/tests/unit/backend/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/backend copying build/lib/keystone/tests/unit/backend/core_sql.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/backend copying build/lib/keystone/tests/unit/rest.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit copying build/lib/keystone/tests/unit/test_v3_endpoint_policy.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit copying build/lib/keystone/tests/unit/test_v3_policy.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit copying build/lib/keystone/tests/unit/test_v3_protection.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit copying build/lib/keystone/tests/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/hacking copying build/lib/keystone/tests/hacking/checks.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/hacking copying build/lib/keystone/tests/hacking/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/hacking creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/common copying build/lib/keystone/tests/common/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/common copying build/lib/keystone/tests/common/auth.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/common creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/functional copying build/lib/keystone/tests/functional/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/functional creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/functional/shared copying build/lib/keystone/tests/functional/shared/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/functional/shared copying build/lib/keystone/tests/functional/shared/test_running.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/functional/shared copying build/lib/keystone/tests/functional/core.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/functional creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/locale creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/locale/ja creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/locale/ja/LC_MESSAGES copying build/lib/keystone/locale/ja/LC_MESSAGES/keystone.mo -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/locale/ja/LC_MESSAGES copying build/lib/keystone/locale/ja/LC_MESSAGES/keystone.po -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/locale/ja/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/locale/zh_TW creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/locale/zh_TW/LC_MESSAGES copying build/lib/keystone/locale/zh_TW/LC_MESSAGES/keystone.mo -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/locale/zh_TW/LC_MESSAGES copying build/lib/keystone/locale/zh_TW/LC_MESSAGES/keystone.po -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/locale/zh_TW/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/locale/tr_TR creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/locale/tr_TR/LC_MESSAGES copying build/lib/keystone/locale/tr_TR/LC_MESSAGES/keystone.mo -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/locale/tr_TR/LC_MESSAGES copying build/lib/keystone/locale/tr_TR/LC_MESSAGES/keystone.po -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/locale/tr_TR/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/locale/ru creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/locale/ru/LC_MESSAGES copying build/lib/keystone/locale/ru/LC_MESSAGES/keystone.mo -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/locale/ru/LC_MESSAGES copying build/lib/keystone/locale/ru/LC_MESSAGES/keystone.po -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/locale/ru/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/locale/ko_KR creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/locale/ko_KR/LC_MESSAGES copying build/lib/keystone/locale/ko_KR/LC_MESSAGES/keystone.mo -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/locale/ko_KR/LC_MESSAGES copying build/lib/keystone/locale/ko_KR/LC_MESSAGES/keystone.po -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/locale/ko_KR/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/locale/pt_BR creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/locale/pt_BR/LC_MESSAGES copying build/lib/keystone/locale/pt_BR/LC_MESSAGES/keystone.mo -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/locale/pt_BR/LC_MESSAGES copying build/lib/keystone/locale/pt_BR/LC_MESSAGES/keystone.po -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/locale/pt_BR/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/locale/en_GB creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/locale/en_GB/LC_MESSAGES copying build/lib/keystone/locale/en_GB/LC_MESSAGES/keystone.mo -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/locale/en_GB/LC_MESSAGES copying build/lib/keystone/locale/en_GB/LC_MESSAGES/keystone.po -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/locale/en_GB/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/locale/es creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/locale/es/LC_MESSAGES copying build/lib/keystone/locale/es/LC_MESSAGES/keystone.mo -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/locale/es/LC_MESSAGES copying build/lib/keystone/locale/es/LC_MESSAGES/keystone.po -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/locale/es/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/locale/zh_CN creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/locale/zh_CN/LC_MESSAGES copying build/lib/keystone/locale/zh_CN/LC_MESSAGES/keystone.mo -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/locale/zh_CN/LC_MESSAGES copying build/lib/keystone/locale/zh_CN/LC_MESSAGES/keystone.po -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/locale/zh_CN/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/locale/fr creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/locale/fr/LC_MESSAGES copying build/lib/keystone/locale/fr/LC_MESSAGES/keystone.mo -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/locale/fr/LC_MESSAGES copying build/lib/keystone/locale/fr/LC_MESSAGES/keystone.po -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/locale/fr/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/locale/de creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/locale/de/LC_MESSAGES copying build/lib/keystone/locale/de/LC_MESSAGES/keystone.mo -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/locale/de/LC_MESSAGES copying build/lib/keystone/locale/de/LC_MESSAGES/keystone.po -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/locale/de/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/locale/it creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/locale/it/LC_MESSAGES copying build/lib/keystone/locale/it/LC_MESSAGES/keystone.mo -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/locale/it/LC_MESSAGES copying build/lib/keystone/locale/it/LC_MESSAGES/keystone.po -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/locale/it/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/api copying build/lib/keystone/api/users.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/api copying build/lib/keystone/api/role_assignments.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/api copying build/lib/keystone/api/policy.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/api copying build/lib/keystone/api/groups.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/api copying build/lib/keystone/api/os_federation.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/api copying build/lib/keystone/api/role_inferences.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/api copying build/lib/keystone/api/os_revoke.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/api copying build/lib/keystone/api/endpoints.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/api copying build/lib/keystone/api/os_ep_filter.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/api copying build/lib/keystone/api/roles.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/api copying build/lib/keystone/api/os_inherit.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/api copying build/lib/keystone/api/limits.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/api copying build/lib/keystone/api/regions.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/api copying build/lib/keystone/api/services.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/api copying build/lib/keystone/api/os_simple_cert.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/api copying build/lib/keystone/api/projects.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/api copying build/lib/keystone/api/registered_limits.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/api copying build/lib/keystone/api/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/api copying build/lib/keystone/api/system.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/api copying build/lib/keystone/api/auth.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/api creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/api/_shared copying build/lib/keystone/api/_shared/implied_roles.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/api/_shared copying build/lib/keystone/api/_shared/authentication.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/api/_shared copying build/lib/keystone/api/_shared/EC2_S3_Resource.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/api/_shared copying build/lib/keystone/api/_shared/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/api/_shared copying build/lib/keystone/api/_shared/saml.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/api/_shared copying build/lib/keystone/api/_shared/json_home_relations.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/api/_shared copying build/lib/keystone/api/os_oauth1.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/api copying build/lib/keystone/api/s3tokens.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/api copying build/lib/keystone/api/discovery.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/api copying build/lib/keystone/api/credentials.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/api copying build/lib/keystone/api/ec2tokens.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/api copying build/lib/keystone/api/domains.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/api copying build/lib/keystone/api/trusts.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/api creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/limit copying build/lib/keystone/limit/schema.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/limit copying build/lib/keystone/limit/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/limit creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/limit/backends copying build/lib/keystone/limit/backends/base.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/limit/backends copying build/lib/keystone/limit/backends/sql.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/limit/backends copying build/lib/keystone/limit/backends/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/limit/backends creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/limit/models copying build/lib/keystone/limit/models/base.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/limit/models copying build/lib/keystone/limit/models/strict_two_level.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/limit/models copying build/lib/keystone/limit/models/flat.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/limit/models copying build/lib/keystone/limit/models/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/limit/models copying build/lib/keystone/limit/core.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/limit creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/assignment copying build/lib/keystone/assignment/schema.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/assignment copying build/lib/keystone/assignment/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/assignment creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/assignment/backends copying build/lib/keystone/assignment/backends/base.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/assignment/backends copying build/lib/keystone/assignment/backends/sql.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/assignment/backends copying build/lib/keystone/assignment/backends/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/assignment/backends creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/assignment/role_backends copying build/lib/keystone/assignment/role_backends/base.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/assignment/role_backends copying build/lib/keystone/assignment/role_backends/sql.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/assignment/role_backends copying build/lib/keystone/assignment/role_backends/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/assignment/role_backends copying build/lib/keystone/assignment/core.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/assignment creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/receipt copying build/lib/keystone/receipt/provider.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/receipt copying build/lib/keystone/receipt/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/receipt copying build/lib/keystone/receipt/receipt_formatters.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/receipt creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/receipt/providers copying build/lib/keystone/receipt/providers/base.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/receipt/providers creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/receipt/providers/fernet copying build/lib/keystone/receipt/providers/fernet/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/receipt/providers/fernet copying build/lib/keystone/receipt/providers/fernet/core.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/receipt/providers/fernet copying build/lib/keystone/receipt/providers/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/receipt/providers copying build/lib/keystone/receipt/handlers.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/receipt creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/catalog copying build/lib/keystone/catalog/schema.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/catalog copying build/lib/keystone/catalog/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/catalog creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/catalog/backends copying build/lib/keystone/catalog/backends/base.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/catalog/backends copying build/lib/keystone/catalog/backends/sql.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/catalog/backends copying build/lib/keystone/catalog/backends/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/catalog/backends copying build/lib/keystone/catalog/backends/templated.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/catalog/backends copying build/lib/keystone/catalog/core.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/catalog creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/token copying build/lib/keystone/token/token_formatters.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/token copying build/lib/keystone/token/provider.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/token copying build/lib/keystone/token/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/token creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/token/providers copying build/lib/keystone/token/providers/base.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/token/providers creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/token/providers/fernet copying build/lib/keystone/token/providers/fernet/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/token/providers/fernet copying build/lib/keystone/token/providers/fernet/core.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/token/providers/fernet copying build/lib/keystone/token/providers/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/token/providers creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/token/providers/jws copying build/lib/keystone/token/providers/jws/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/token/providers/jws copying build/lib/keystone/token/providers/jws/core.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/token/providers/jws copying build/lib/keystone/exception.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/auth creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/auth/plugins copying build/lib/keystone/auth/plugins/base.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/auth/plugins copying build/lib/keystone/auth/plugins/oauth1.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/auth/plugins copying build/lib/keystone/auth/plugins/password.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/auth/plugins copying build/lib/keystone/auth/plugins/external.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/auth/plugins copying build/lib/keystone/auth/plugins/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/auth/plugins copying build/lib/keystone/auth/plugins/token.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/auth/plugins copying build/lib/keystone/auth/plugins/totp.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/auth/plugins copying build/lib/keystone/auth/plugins/core.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/auth/plugins copying build/lib/keystone/auth/plugins/application_credential.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/auth/plugins copying build/lib/keystone/auth/plugins/mapped.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/auth/plugins copying build/lib/keystone/auth/schema.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/auth copying build/lib/keystone/auth/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/auth copying build/lib/keystone/auth/core.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/auth creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/identity copying build/lib/keystone/identity/generator.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/identity creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/identity/id_generators copying build/lib/keystone/identity/id_generators/sha256.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/identity/id_generators copying build/lib/keystone/identity/id_generators/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/identity/id_generators copying build/lib/keystone/identity/schema.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/identity creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/identity/shadow_backends copying build/lib/keystone/identity/shadow_backends/base.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/identity/shadow_backends copying build/lib/keystone/identity/shadow_backends/sql.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/identity/shadow_backends copying build/lib/keystone/identity/shadow_backends/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/identity/shadow_backends copying build/lib/keystone/identity/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/identity creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/identity/backends copying build/lib/keystone/identity/backends/base.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/identity/backends copying build/lib/keystone/identity/backends/sql_model.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/identity/backends creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/identity/backends/ldap copying build/lib/keystone/identity/backends/ldap/common.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/identity/backends/ldap copying build/lib/keystone/identity/backends/ldap/models.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/identity/backends/ldap copying build/lib/keystone/identity/backends/ldap/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/identity/backends/ldap copying build/lib/keystone/identity/backends/ldap/core.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/identity/backends/ldap copying build/lib/keystone/identity/backends/sql.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/identity/backends copying build/lib/keystone/identity/backends/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/identity/backends copying build/lib/keystone/identity/backends/resource_options.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/identity/backends creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/identity/mapping_backends copying build/lib/keystone/identity/mapping_backends/base.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/identity/mapping_backends copying build/lib/keystone/identity/mapping_backends/mapping.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/identity/mapping_backends copying build/lib/keystone/identity/mapping_backends/sql.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/identity/mapping_backends copying build/lib/keystone/identity/mapping_backends/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/identity/mapping_backends copying build/lib/keystone/identity/core.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/identity creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/resource copying build/lib/keystone/resource/schema.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/resource copying build/lib/keystone/resource/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/resource creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/resource/backends copying build/lib/keystone/resource/backends/base.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/resource/backends copying build/lib/keystone/resource/backends/sql.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/resource/backends copying build/lib/keystone/resource/backends/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/resource/backends copying build/lib/keystone/resource/core.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/resource creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/resource/config_backends copying build/lib/keystone/resource/config_backends/base.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/resource/config_backends copying build/lib/keystone/resource/config_backends/sql.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/resource/config_backends copying build/lib/keystone/resource/config_backends/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/resource/config_backends copying build/lib/keystone/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/models copying build/lib/keystone/models/receipt_model.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/models copying build/lib/keystone/models/revoke_model.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/models copying build/lib/keystone/models/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/models copying build/lib/keystone/models/token_model.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/models creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/trust copying build/lib/keystone/trust/schema.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/trust copying build/lib/keystone/trust/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/trust creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/trust/backends copying build/lib/keystone/trust/backends/base.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/trust/backends copying build/lib/keystone/trust/backends/sql.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/trust/backends copying build/lib/keystone/trust/backends/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/trust/backends copying build/lib/keystone/trust/core.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/trust copying build/lib/keystone/i18n.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/endpoint_policy copying build/lib/keystone/endpoint_policy/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/endpoint_policy creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/endpoint_policy/backends copying build/lib/keystone/endpoint_policy/backends/base.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/endpoint_policy/backends copying build/lib/keystone/endpoint_policy/backends/sql.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/endpoint_policy/backends copying build/lib/keystone/endpoint_policy/backends/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/endpoint_policy/backends copying build/lib/keystone/endpoint_policy/core.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/endpoint_policy creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/application_credential copying build/lib/keystone/application_credential/schema.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/application_credential copying build/lib/keystone/application_credential/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/application_credential creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/application_credential/backends copying build/lib/keystone/application_credential/backends/base.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/application_credential/backends copying build/lib/keystone/application_credential/backends/sql.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/application_credential/backends copying build/lib/keystone/application_credential/backends/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/application_credential/backends copying build/lib/keystone/application_credential/core.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/application_credential creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/oauth1 copying build/lib/keystone/oauth1/schema.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/oauth1 copying build/lib/keystone/oauth1/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/oauth1 creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/oauth1/backends copying build/lib/keystone/oauth1/backends/base.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/oauth1/backends copying build/lib/keystone/oauth1/backends/sql.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/oauth1/backends copying build/lib/keystone/oauth1/backends/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/oauth1/backends copying build/lib/keystone/oauth1/core.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/oauth1 copying build/lib/keystone/oauth1/validator.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/oauth1 creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/revoke copying build/lib/keystone/revoke/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/revoke creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/revoke/backends copying build/lib/keystone/revoke/backends/base.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/revoke/backends copying build/lib/keystone/revoke/backends/sql.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/revoke/backends copying build/lib/keystone/revoke/backends/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/revoke/backends copying build/lib/keystone/revoke/model.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/revoke copying build/lib/keystone/revoke/core.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/revoke creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/conf copying build/lib/keystone/conf/policy.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/conf copying build/lib/keystone/conf/constants.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/conf copying build/lib/keystone/conf/identity_mapping.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/conf copying build/lib/keystone/conf/domain_config.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/conf copying build/lib/keystone/conf/oauth1.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/conf copying build/lib/keystone/conf/catalog.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/conf copying build/lib/keystone/conf/endpoint_policy.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/conf copying build/lib/keystone/conf/trust.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/conf copying build/lib/keystone/conf/security_compliance.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/conf copying build/lib/keystone/conf/ldap.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/conf copying build/lib/keystone/conf/tokenless_auth.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/conf copying build/lib/keystone/conf/identity.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/conf copying build/lib/keystone/conf/receipt.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/conf copying build/lib/keystone/conf/opts.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/conf copying build/lib/keystone/conf/wsgi.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/conf copying build/lib/keystone/conf/eventlet_server.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/conf copying build/lib/keystone/conf/unified_limit.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/conf copying build/lib/keystone/conf/resource.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/conf copying build/lib/keystone/conf/utils.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/conf copying build/lib/keystone/conf/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/conf copying build/lib/keystone/conf/credential.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/conf copying build/lib/keystone/conf/auth.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/conf copying build/lib/keystone/conf/token.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/conf copying build/lib/keystone/conf/assignment.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/conf copying build/lib/keystone/conf/memcache.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/conf copying build/lib/keystone/conf/role.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/conf copying build/lib/keystone/conf/fernet_tokens.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/conf copying build/lib/keystone/conf/endpoint_filter.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/conf copying build/lib/keystone/conf/fernet_receipts.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/conf copying build/lib/keystone/conf/federation.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/conf copying build/lib/keystone/conf/application_credential.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/conf copying build/lib/keystone/conf/shadow_users.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/conf copying build/lib/keystone/conf/revoke.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/conf copying build/lib/keystone/conf/saml.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/conf copying build/lib/keystone/conf/default.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/conf copying build/lib/keystone/conf/access_rules_config.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/conf copying build/lib/keystone/conf/signing.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/conf copying build/lib/keystone/conf/jwt_tokens.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/conf creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/server copying build/lib/keystone/server/wsgi.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/server copying build/lib/keystone/server/backends.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/server copying build/lib/keystone/server/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/server creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/server/flask creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/server/flask/request_processing copying build/lib/keystone/server/flask/request_processing/req_logging.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/server/flask/request_processing copying build/lib/keystone/server/flask/request_processing/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/server/flask/request_processing copying build/lib/keystone/server/flask/request_processing/json_body.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/server/flask/request_processing creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/server/flask/request_processing/middleware copying build/lib/keystone/server/flask/request_processing/middleware/auth_context.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/server/flask/request_processing/middleware copying build/lib/keystone/server/flask/request_processing/middleware/url_normalize.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/server/flask/request_processing/middleware copying build/lib/keystone/server/flask/request_processing/middleware/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/server/flask/request_processing/middleware copying build/lib/keystone/server/flask/common.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/server/flask copying build/lib/keystone/server/flask/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/server/flask copying build/lib/keystone/server/flask/application.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/server/flask copying build/lib/keystone/server/flask/core.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/server/flask creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/policy copying build/lib/keystone/policy/schema.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/policy copying build/lib/keystone/policy/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/policy creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/policy/backends copying build/lib/keystone/policy/backends/base.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/policy/backends copying build/lib/keystone/policy/backends/sql.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/policy/backends copying build/lib/keystone/policy/backends/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/policy/backends copying build/lib/keystone/policy/backends/rules.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/policy/backends copying build/lib/keystone/policy/core.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/policy creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/rbac_enforcer copying build/lib/keystone/common/rbac_enforcer/policy.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/rbac_enforcer copying build/lib/keystone/common/rbac_enforcer/enforcer.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/rbac_enforcer copying build/lib/keystone/common/rbac_enforcer/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/rbac_enforcer copying build/lib/keystone/common/profiler.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common copying build/lib/keystone/common/manager.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common copying build/lib/keystone/common/jwt_utils.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common copying build/lib/keystone/common/password_hashing.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common copying build/lib/keystone/common/tokenless_auth.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common copying build/lib/keystone/common/provider_api.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common copying build/lib/keystone/common/utils.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/policies copying build/lib/keystone/common/policies/policy.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/policies copying build/lib/keystone/common/policies/consumer.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/policies copying build/lib/keystone/common/policies/base.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/policies copying build/lib/keystone/common/policies/mapping.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/policies copying build/lib/keystone/common/policies/user.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/policies copying build/lib/keystone/common/policies/domain_config.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/policies copying build/lib/keystone/common/policies/endpoint.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/policies copying build/lib/keystone/common/policies/endpoint_group.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/policies copying build/lib/keystone/common/policies/trust.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/policies copying build/lib/keystone/common/policies/policy_association.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/policies copying build/lib/keystone/common/policies/group.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/policies copying build/lib/keystone/common/policies/service_provider.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/policies copying build/lib/keystone/common/policies/registered_limit.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/policies copying build/lib/keystone/common/policies/token_revocation.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/policies copying build/lib/keystone/common/policies/access_token.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/policies copying build/lib/keystone/common/policies/region.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/policies copying build/lib/keystone/common/policies/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/policies copying build/lib/keystone/common/policies/credential.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/policies copying build/lib/keystone/common/policies/protocol.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/policies copying build/lib/keystone/common/policies/revoke_event.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/policies copying build/lib/keystone/common/policies/auth.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/policies copying build/lib/keystone/common/policies/token.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/policies copying build/lib/keystone/common/policies/limit.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/policies copying build/lib/keystone/common/policies/domain.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/policies copying build/lib/keystone/common/policies/role.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/policies copying build/lib/keystone/common/policies/ec2_credential.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/policies copying build/lib/keystone/common/policies/grant.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/policies copying build/lib/keystone/common/policies/project_endpoint.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/policies copying build/lib/keystone/common/policies/identity_provider.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/policies copying build/lib/keystone/common/policies/service.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/policies copying build/lib/keystone/common/policies/application_credential.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/policies copying build/lib/keystone/common/policies/project.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/policies copying build/lib/keystone/common/policies/implied_role.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/policies copying build/lib/keystone/common/policies/role_assignment.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/policies copying build/lib/keystone/common/render_token.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/cache copying build/lib/keystone/common/cache/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/cache copying build/lib/keystone/common/cache/_context_cache.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/cache copying build/lib/keystone/common/cache/core.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/cache copying build/lib/keystone/common/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common copying build/lib/keystone/common/json_home.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common copying build/lib/keystone/common/authorization.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo copying build/lib/keystone/common/sql/expand_repo/migrate.cfg -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions copying build/lib/keystone/common/sql/expand_repo/versions/012_expand_add_domain_id_to_idp.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions copying build/lib/keystone/common/sql/expand_repo/versions/059_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions copying build/lib/keystone/common/sql/expand_repo/versions/021_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions copying build/lib/keystone/common/sql/expand_repo/versions/027_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions copying build/lib/keystone/common/sql/expand_repo/versions/055_expand_add_domain_to_limit.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions copying build/lib/keystone/common/sql/expand_repo/versions/037_expand_remove_service_and_region_fk_for_registered_limit.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions copying build/lib/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions copying build/lib/keystone/common/sql/expand_repo/versions/036_expand_rename_application_credential_restriction_column.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions copying build/lib/keystone/common/sql/expand_repo/versions/043_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions copying build/lib/keystone/common/sql/expand_repo/versions/052_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions copying build/lib/keystone/common/sql/expand_repo/versions/028_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions copying build/lib/keystone/common/sql/expand_repo/versions/015_expand_update_federated_user_domain.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions copying build/lib/keystone/common/sql/expand_repo/versions/024_expand_create_created_at_int_columns.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions copying build/lib/keystone/common/sql/expand_repo/versions/020_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions copying build/lib/keystone/common/sql/expand_repo/versions/042_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions copying build/lib/keystone/common/sql/expand_repo/versions/032_expand_add_expired_at_int_to_trust.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions copying build/lib/keystone/common/sql/expand_repo/versions/013_expand_protocol_cascade_delete_for_federated_user.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions copying build/lib/keystone/common/sql/expand_repo/versions/048_expand_add_registered_limit_id_column_for_limit.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions copying build/lib/keystone/common/sql/expand_repo/versions/045_expand_add_description_to_limit.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions copying build/lib/keystone/common/sql/expand_repo/versions/007_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions copying build/lib/keystone/common/sql/expand_repo/versions/053_expand_add_role_description_to_role_table.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions copying build/lib/keystone/common/sql/expand_repo/versions/010_expand_add_revocation_event_index.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions copying build/lib/keystone/common/sql/expand_repo/versions/051_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions copying build/lib/keystone/common/sql/expand_repo/versions/056_expand_add_application_credential_access_rules.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions copying build/lib/keystone/common/sql/expand_repo/versions/019_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions copying build/lib/keystone/common/sql/expand_repo/versions/030_expand_add_project_tags_table.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions copying build/lib/keystone/common/sql/expand_repo/versions/050_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions copying build/lib/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions copying build/lib/keystone/common/sql/expand_repo/versions/044_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions copying build/lib/keystone/common/sql/expand_repo/versions/008_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions copying build/lib/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions copying build/lib/keystone/common/sql/expand_repo/versions/023_expand_add_second_password_column_for_expanded_hash_sizes.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions copying build/lib/keystone/common/sql/expand_repo/versions/029_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions copying build/lib/keystone/common/sql/expand_repo/versions/054_expand_drop_old_passoword_column.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions copying build/lib/keystone/common/sql/expand_repo/versions/047_expand_update_pk_for_unified_limit.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions copying build/lib/keystone/common/sql/expand_repo/versions/017_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions copying build/lib/keystone/common/sql/expand_repo/versions/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions copying build/lib/keystone/common/sql/expand_repo/versions/006_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions copying build/lib/keystone/common/sql/expand_repo/versions/002_password_created_at_not_nullable.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions copying build/lib/keystone/common/sql/expand_repo/versions/061_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions copying build/lib/keystone/common/sql/expand_repo/versions/025_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions copying build/lib/keystone/common/sql/expand_repo/versions/039_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions copying build/lib/keystone/common/sql/expand_repo/versions/060_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions copying build/lib/keystone/common/sql/expand_repo/versions/038_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions copying build/lib/keystone/common/sql/expand_repo/versions/034_expand_add_application_credential_table.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions copying build/lib/keystone/common/sql/expand_repo/versions/035_expand_add_system_column_to_application_credential_table.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions copying build/lib/keystone/common/sql/expand_repo/versions/058_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions copying build/lib/keystone/common/sql/expand_repo/versions/009_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions copying build/lib/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions copying build/lib/keystone/common/sql/expand_repo/versions/003_add_key_hash_and_encrypted_blob_to_credential.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions copying build/lib/keystone/common/sql/expand_repo/versions/049_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions copying build/lib/keystone/common/sql/expand_repo/versions/018_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions copying build/lib/keystone/common/sql/expand_repo/versions/026_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions copying build/lib/keystone/common/sql/expand_repo/versions/057_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions copying build/lib/keystone/common/sql/expand_repo/versions/005_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions copying build/lib/keystone/common/sql/expand_repo/versions/040_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions copying build/lib/keystone/common/sql/expand_repo/versions/041_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions copying build/lib/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions copying build/lib/keystone/common/sql/expand_repo/versions/014_expand_add_domain_id_to_user_table.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions copying build/lib/keystone/common/sql/expand_repo/versions/022_expand_add_default_project_id_index.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions copying build/lib/keystone/common/sql/expand_repo/versions/046_expand_old_password_data_to_password_hash_column.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions copying build/lib/keystone/common/sql/expand_repo/versions/011_expand_user_id_unique_for_nonlocal_user.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions copying build/lib/keystone/common/sql/expand_repo/manage.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo copying build/lib/keystone/common/sql/expand_repo/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo copying build/lib/keystone/common/sql/expand_repo/README -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo copying build/lib/keystone/common/sql/upgrades.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo copying build/lib/keystone/common/sql/contract_repo/migrate.cfg -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions copying build/lib/keystone/common/sql/contract_repo/versions/015_contract_update_federated_user_domain.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions copying build/lib/keystone/common/sql/contract_repo/versions/059_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions copying build/lib/keystone/common/sql/contract_repo/versions/021_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions copying build/lib/keystone/common/sql/contract_repo/versions/037_contract_remove_service_and_region_fk_for_registered_limit.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions copying build/lib/keystone/common/sql/contract_repo/versions/027_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions copying build/lib/keystone/common/sql/contract_repo/versions/013_contract_protocol_cascade_delete_for_federated_user.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions copying build/lib/keystone/common/sql/contract_repo/versions/043_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions copying build/lib/keystone/common/sql/contract_repo/versions/052_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions copying build/lib/keystone/common/sql/contract_repo/versions/028_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions copying build/lib/keystone/common/sql/contract_repo/versions/048_contract_add_registered_limit_id_column_for_limit.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions copying build/lib/keystone/common/sql/contract_repo/versions/020_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions copying build/lib/keystone/common/sql/contract_repo/versions/042_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions copying build/lib/keystone/common/sql/contract_repo/versions/047_contract_expand_update_pk_for_unified_limit.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions copying build/lib/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions copying build/lib/keystone/common/sql/contract_repo/versions/023_contract_add_second_password_column_for_expanded_hash_sizes.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions copying build/lib/keystone/common/sql/contract_repo/versions/007_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions copying build/lib/keystone/common/sql/contract_repo/versions/030_contract_add_project_tags_table.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions copying build/lib/keystone/common/sql/contract_repo/versions/051_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions copying build/lib/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions copying build/lib/keystone/common/sql/contract_repo/versions/019_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions copying build/lib/keystone/common/sql/contract_repo/versions/050_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions copying build/lib/keystone/common/sql/contract_repo/versions/053_contract_add_role_description_to_role_table.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions copying build/lib/keystone/common/sql/contract_repo/versions/044_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions copying build/lib/keystone/common/sql/contract_repo/versions/008_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions copying build/lib/keystone/common/sql/contract_repo/versions/029_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions copying build/lib/keystone/common/sql/contract_repo/versions/035_contract_add_system_column_to_application_credential_table.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions copying build/lib/keystone/common/sql/contract_repo/versions/024_contract_create_created_at_int_columns.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions copying build/lib/keystone/common/sql/contract_repo/versions/022_contract_add_default_project_id_index.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions copying build/lib/keystone/common/sql/contract_repo/versions/046_contract_old_password_data_to_password_hash_column.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions copying build/lib/keystone/common/sql/contract_repo/versions/014_contract_add_domain_id_to_user_table.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions copying build/lib/keystone/common/sql/contract_repo/versions/010_contract_add_revocation_event_index.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions copying build/lib/keystone/common/sql/contract_repo/versions/017_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions copying build/lib/keystone/common/sql/contract_repo/versions/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions copying build/lib/keystone/common/sql/contract_repo/versions/006_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions copying build/lib/keystone/common/sql/contract_repo/versions/011_contract_user_id_unique_for_nonlocal_user.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions copying build/lib/keystone/common/sql/contract_repo/versions/002_password_created_at_not_nullable.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions copying build/lib/keystone/common/sql/contract_repo/versions/061_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions copying build/lib/keystone/common/sql/contract_repo/versions/025_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions copying build/lib/keystone/common/sql/contract_repo/versions/039_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions copying build/lib/keystone/common/sql/contract_repo/versions/060_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions copying build/lib/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions copying build/lib/keystone/common/sql/contract_repo/versions/038_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions copying build/lib/keystone/common/sql/contract_repo/versions/058_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions copying build/lib/keystone/common/sql/contract_repo/versions/055_contract_add_domain_to_limit.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions copying build/lib/keystone/common/sql/contract_repo/versions/036_contract_rename_application_credential_restriction_column.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions copying build/lib/keystone/common/sql/contract_repo/versions/009_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions copying build/lib/keystone/common/sql/contract_repo/versions/045_contract_add_description_to_limit.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions copying build/lib/keystone/common/sql/contract_repo/versions/032_contract_add_expired_at_int_to_trust.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions copying build/lib/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions copying build/lib/keystone/common/sql/contract_repo/versions/056_contract_add_application_credential_access_rules.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions copying build/lib/keystone/common/sql/contract_repo/versions/012_contract_add_domain_id_to_idp.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions copying build/lib/keystone/common/sql/contract_repo/versions/049_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions copying build/lib/keystone/common/sql/contract_repo/versions/018_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions copying build/lib/keystone/common/sql/contract_repo/versions/026_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions copying build/lib/keystone/common/sql/contract_repo/versions/057_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions copying build/lib/keystone/common/sql/contract_repo/versions/005_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions copying build/lib/keystone/common/sql/contract_repo/versions/040_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions copying build/lib/keystone/common/sql/contract_repo/versions/041_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions copying build/lib/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions copying build/lib/keystone/common/sql/contract_repo/versions/054_contract_drop_old_passoword_column.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions copying build/lib/keystone/common/sql/contract_repo/versions/003_remove_unencrypted_blob_column_from_credential.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions copying build/lib/keystone/common/sql/contract_repo/versions/034_contract_add_application_credentials_table.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions copying build/lib/keystone/common/sql/contract_repo/manage.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo copying build/lib/keystone/common/sql/contract_repo/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo copying build/lib/keystone/common/sql/contract_repo/README -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo copying build/lib/keystone/common/sql/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo copying build/lib/keystone/common/sql/data_migration_repo/migrate.cfg -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions copying build/lib/keystone/common/sql/data_migration_repo/versions/054_migrate_drop_old_passoword_column.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions copying build/lib/keystone/common/sql/data_migration_repo/versions/030_migrate_add_project_tags_table.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions copying build/lib/keystone/common/sql/data_migration_repo/versions/059_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions copying build/lib/keystone/common/sql/data_migration_repo/versions/014_migrate_add_domain_id_to_user_table.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions copying build/lib/keystone/common/sql/data_migration_repo/versions/021_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions copying build/lib/keystone/common/sql/data_migration_repo/versions/037_migrate_remove_service_and_region_fk_for_registered_limit.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions copying build/lib/keystone/common/sql/data_migration_repo/versions/027_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions copying build/lib/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions copying build/lib/keystone/common/sql/data_migration_repo/versions/043_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions copying build/lib/keystone/common/sql/data_migration_repo/versions/052_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions copying build/lib/keystone/common/sql/data_migration_repo/versions/028_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions copying build/lib/keystone/common/sql/data_migration_repo/versions/016_migrate_add_user_options.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions copying build/lib/keystone/common/sql/data_migration_repo/versions/031_migrate_system_assignment_table.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions copying build/lib/keystone/common/sql/data_migration_repo/versions/012_migrate_add_domain_id_to_idp.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions copying build/lib/keystone/common/sql/data_migration_repo/versions/020_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions copying build/lib/keystone/common/sql/data_migration_repo/versions/042_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions copying build/lib/keystone/common/sql/data_migration_repo/versions/024_migrate_create_created_at_int_columns.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions copying build/lib/keystone/common/sql/data_migration_repo/versions/007_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions copying build/lib/keystone/common/sql/data_migration_repo/versions/056_migrate_add_application_credential_access_rules.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions copying build/lib/keystone/common/sql/data_migration_repo/versions/051_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions copying build/lib/keystone/common/sql/data_migration_repo/versions/019_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions copying build/lib/keystone/common/sql/data_migration_repo/versions/035_migrate_add_system_column_to_application_credential_table.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions copying build/lib/keystone/common/sql/data_migration_repo/versions/036_migrate_rename_application_credential_restriction_column.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions copying build/lib/keystone/common/sql/data_migration_repo/versions/050_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions copying build/lib/keystone/common/sql/data_migration_repo/versions/023_migrate_add_second_password_column_for_expanded_hash_sizes.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions copying build/lib/keystone/common/sql/data_migration_repo/versions/044_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions copying build/lib/keystone/common/sql/data_migration_repo/versions/008_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions copying build/lib/keystone/common/sql/data_migration_repo/versions/029_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions copying build/lib/keystone/common/sql/data_migration_repo/versions/017_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions copying build/lib/keystone/common/sql/data_migration_repo/versions/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions copying build/lib/keystone/common/sql/data_migration_repo/versions/047_migrate_update_pk_for_unified_limit.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions copying build/lib/keystone/common/sql/data_migration_repo/versions/006_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions copying build/lib/keystone/common/sql/data_migration_repo/versions/002_password_created_at_not_nullable.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions copying build/lib/keystone/common/sql/data_migration_repo/versions/034_migrate_add_application_credentials_table.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions copying build/lib/keystone/common/sql/data_migration_repo/versions/061_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions copying build/lib/keystone/common/sql/data_migration_repo/versions/025_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions copying build/lib/keystone/common/sql/data_migration_repo/versions/039_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions copying build/lib/keystone/common/sql/data_migration_repo/versions/046_migrate_old_password_data_to_password_hash_column.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions copying build/lib/keystone/common/sql/data_migration_repo/versions/060_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions copying build/lib/keystone/common/sql/data_migration_repo/versions/032_migrate_add_expired_at_int_to_trust.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions copying build/lib/keystone/common/sql/data_migration_repo/versions/055_migrate_add_domain_to_limit.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions copying build/lib/keystone/common/sql/data_migration_repo/versions/038_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions copying build/lib/keystone/common/sql/data_migration_repo/versions/048_migrate_add_registered_limit_id_column_for_limit.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions copying build/lib/keystone/common/sql/data_migration_repo/versions/013_migrate_protocol_cascade_delete_for_federated_user.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions copying build/lib/keystone/common/sql/data_migration_repo/versions/058_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions copying build/lib/keystone/common/sql/data_migration_repo/versions/009_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions copying build/lib/keystone/common/sql/data_migration_repo/versions/053_migrate_add_role_description_to_role_table.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions copying build/lib/keystone/common/sql/data_migration_repo/versions/010_migrate_add_revocation_event_index.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions copying build/lib/keystone/common/sql/data_migration_repo/versions/004_reset_password_created_at.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions copying build/lib/keystone/common/sql/data_migration_repo/versions/022_migrate_add_default_project_id_index.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions copying build/lib/keystone/common/sql/data_migration_repo/versions/045_migrate_add_description_to_limit.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions copying build/lib/keystone/common/sql/data_migration_repo/versions/001_data_initial_null_migration.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions copying build/lib/keystone/common/sql/data_migration_repo/versions/033_migrate_add_limits_tables.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions copying build/lib/keystone/common/sql/data_migration_repo/versions/049_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions copying build/lib/keystone/common/sql/data_migration_repo/versions/018_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions copying build/lib/keystone/common/sql/data_migration_repo/versions/026_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions copying build/lib/keystone/common/sql/data_migration_repo/versions/057_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions copying build/lib/keystone/common/sql/data_migration_repo/versions/015_migrate_update_federated_user_domain.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions copying build/lib/keystone/common/sql/data_migration_repo/versions/005_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions copying build/lib/keystone/common/sql/data_migration_repo/versions/040_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions copying build/lib/keystone/common/sql/data_migration_repo/versions/041_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions copying build/lib/keystone/common/sql/data_migration_repo/versions/011_expand_user_id_unique_for_nonlocal_user.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions copying build/lib/keystone/common/sql/data_migration_repo/manage.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo copying build/lib/keystone/common/sql/data_migration_repo/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo copying build/lib/keystone/common/sql/data_migration_repo/README -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/migrate_repo copying build/lib/keystone/common/sql/migrate_repo/migrate.cfg -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/migrate_repo creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/migrate_repo/versions copying build/lib/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/migrate_repo/versions copying build/lib/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/migrate_repo/versions copying build/lib/keystone/common/sql/migrate_repo/versions/090_add_local_user_and_password_tables.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/migrate_repo/versions copying build/lib/keystone/common/sql/migrate_repo/versions/076_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/migrate_repo/versions copying build/lib/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/migrate_repo/versions copying build/lib/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/migrate_repo/versions copying build/lib/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/migrate_repo/versions copying build/lib/keystone/common/sql/migrate_repo/versions/100_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/migrate_repo/versions copying build/lib/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/migrate_repo/versions copying build/lib/keystone/common/sql/migrate_repo/versions/079_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/migrate_repo/versions copying build/lib/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/migrate_repo/versions copying build/lib/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/migrate_repo/versions copying build/lib/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/migrate_repo/versions copying build/lib/keystone/common/sql/migrate_repo/versions/069_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/migrate_repo/versions copying build/lib/keystone/common/sql/migrate_repo/versions/099_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/migrate_repo/versions copying build/lib/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/migrate_repo/versions copying build/lib/keystone/common/sql/migrate_repo/versions/080_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/migrate_repo/versions copying build/lib/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/migrate_repo/versions copying build/lib/keystone/common/sql/migrate_repo/versions/087_implied_roles.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/migrate_repo/versions copying build/lib/keystone/common/sql/migrate_repo/versions/068_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/migrate_repo/versions copying build/lib/keystone/common/sql/migrate_repo/versions/070_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/migrate_repo/versions copying build/lib/keystone/common/sql/migrate_repo/versions/067_kilo.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/migrate_repo/versions copying build/lib/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/migrate_repo/versions copying build/lib/keystone/common/sql/migrate_repo/versions/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/migrate_repo/versions copying build/lib/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/migrate_repo/versions copying build/lib/keystone/common/sql/migrate_repo/versions/078_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/migrate_repo/versions copying build/lib/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/migrate_repo/versions copying build/lib/keystone/common/sql/migrate_repo/versions/106_allow_password_column_to_be_nullable.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/migrate_repo/versions copying build/lib/keystone/common/sql/migrate_repo/versions/098_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/migrate_repo/versions copying build/lib/keystone/common/sql/migrate_repo/versions/091_migrate_data_to_local_user_and_password_tables.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/migrate_repo/versions copying build/lib/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/migrate_repo/versions copying build/lib/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/migrate_repo/versions copying build/lib/keystone/common/sql/migrate_repo/versions/072_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/migrate_repo/versions copying build/lib/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/migrate_repo/versions copying build/lib/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/migrate_repo/versions copying build/lib/keystone/common/sql/migrate_repo/versions/071_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/migrate_repo/versions copying build/lib/keystone/common/sql/migrate_repo/versions/077_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/migrate_repo/versions copying build/lib/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/migrate_repo/versions copying build/lib/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/migrate_repo/versions copying build/lib/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/migrate_repo/versions copying build/lib/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/migrate_repo/versions copying build/lib/keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/migrate_repo/versions copying build/lib/keystone/common/sql/migrate_repo/versions/095_add_integer_pkey_to_revocation_event_table.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/migrate_repo/versions copying build/lib/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/migrate_repo/versions copying build/lib/keystone/common/sql/migrate_repo/manage.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/migrate_repo copying build/lib/keystone/common/sql/migrate_repo/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/migrate_repo copying build/lib/keystone/common/sql/migrate_repo/README -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/migrate_repo copying build/lib/keystone/common/sql/core.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql copying build/lib/keystone/common/resource_options.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common copying build/lib/keystone/common/fernet_utils.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common copying build/lib/keystone/common/context.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/validation copying build/lib/keystone/common/validation/parameter_types.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/validation copying build/lib/keystone/common/validation/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/validation copying build/lib/keystone/common/validation/validators.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/validation copying build/lib/keystone/common/driver_hints.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/credential copying build/lib/keystone/credential/schema.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/credential copying build/lib/keystone/credential/provider.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/credential copying build/lib/keystone/credential/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/credential creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/credential/backends copying build/lib/keystone/credential/backends/base.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/credential/backends copying build/lib/keystone/credential/backends/sql.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/credential/backends copying build/lib/keystone/credential/backends/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/credential/backends copying build/lib/keystone/credential/core.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/credential creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/credential/providers creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/credential/providers/fernet copying build/lib/keystone/credential/providers/fernet/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/credential/providers/fernet copying build/lib/keystone/credential/providers/fernet/core.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/credential/providers/fernet copying build/lib/keystone/credential/providers/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/credential/providers copying build/lib/keystone/credential/providers/core.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/credential/providers creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/cmd copying build/lib/keystone/cmd/cli.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/cmd copying build/lib/keystone/cmd/bootstrap.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/cmd copying build/lib/keystone/cmd/manage.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/cmd copying build/lib/keystone/cmd/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/cmd copying build/lib/keystone/cmd/status.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/cmd creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/cmd/doctor copying build/lib/keystone/cmd/doctor/caching.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/cmd/doctor copying build/lib/keystone/cmd/doctor/security_compliance.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/cmd/doctor copying build/lib/keystone/cmd/doctor/ldap.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/cmd/doctor copying build/lib/keystone/cmd/doctor/tokens_fernet.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/cmd/doctor copying build/lib/keystone/cmd/doctor/tokens.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/cmd/doctor copying build/lib/keystone/cmd/doctor/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/cmd/doctor copying build/lib/keystone/cmd/doctor/credential.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/cmd/doctor copying build/lib/keystone/cmd/doctor/database.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/cmd/doctor copying build/lib/keystone/cmd/doctor/federation.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/cmd/doctor copying build/lib/keystone/cmd/doctor/debug.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/cmd/doctor copying build/lib/keystone/version.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone copying build/lib/keystone/notifications.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/access_rules_config copying build/lib/keystone/access_rules_config/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/access_rules_config creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/access_rules_config/backends copying build/lib/keystone/access_rules_config/backends/base.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/access_rules_config/backends copying build/lib/keystone/access_rules_config/backends/json.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/access_rules_config/backends copying build/lib/keystone/access_rules_config/backends/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/access_rules_config/backends copying build/lib/keystone/access_rules_config/core.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/access_rules_config creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/federation copying build/lib/keystone/federation/constants.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/federation copying build/lib/keystone/federation/idp.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/federation copying build/lib/keystone/federation/schema.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/federation copying build/lib/keystone/federation/utils.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/federation copying build/lib/keystone/federation/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/federation creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/federation/backends copying build/lib/keystone/federation/backends/base.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/federation/backends copying build/lib/keystone/federation/backends/sql.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/federation/backends copying build/lib/keystone/federation/backends/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/federation/backends copying build/lib/keystone/federation/core.py -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/federation byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/tests/test_utils.py to test_utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/tests/test_core.py to test_core.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/test_v3.py to test_v3.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/test_backend_id_mapping_sql.py to test_backend_id_mapping_sql.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/test_contrib_ec2_core.py to test_contrib_ec2_core.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/test_contrib_simple_cert.py to test_contrib_simple_cert.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/test_exception.py to test_exception.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/limit/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/limit/test_backends.py to test_backends.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/test_backend_ldap.py to test_backend_ldap.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/assignment/test_core.py to test_core.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/assignment/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/assignment/role_backends/test_sql.py to test_sql.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/assignment/role_backends/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/assignment/test_backends.py to test_backends.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/identity_mapping.py to identity_mapping.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/test_backend_endpoint_policy.py to test_backend_endpoint_policy.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/contrib/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/contrib/federation/test_utils.py to test_utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/contrib/federation/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/receipt/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/receipt/test_fernet_provider.py to test_fernet_provider.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/receipt/test_receipt_serialization.py to test_receipt_serialization.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/external/test_timeutils.py to test_timeutils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/external/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/catalog/test_core.py to test_core.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/catalog/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/catalog/test_backends.py to test_backends.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/fakeldap.py to fakeldap.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/test_v3_trust.py to test_v3_trust.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/test_v3_identity.py to test_v3_identity.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/test_backend_federation_sql.py to test_backend_federation_sql.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/ksfixtures/policy.py to policy.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/ksfixtures/cache.py to cache.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/ksfixtures/key_repository.py to key_repository.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/ksfixtures/jws_key_repository.py to jws_key_repository.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/ksfixtures/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/ksfixtures/database.py to database.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/ksfixtures/auth_plugins.py to auth_plugins.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/ksfixtures/backendloader.py to backendloader.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/ksfixtures/temporaryfile.py to temporaryfile.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/ksfixtures/access_rules_config.py to access_rules_config.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/ksfixtures/hacking.py to hacking.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/ksfixtures/ldapdb.py to ldapdb.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/test_driver_hints.py to test_driver_hints.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/token/test_token_serialization.py to test_token_serialization.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/token/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/token/test_fernet_provider.py to test_fernet_provider.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/token/test_jws_provider.py to test_jws_provider.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/test_hacking_checks.py to test_hacking_checks.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/test_backend_templated.py to test_backend_templated.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/test_receipt_provider.py to test_receipt_provider.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/auth/test_schema.py to test_schema.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/auth/test_controllers.py to test_controllers.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/auth/plugins/test_core.py to test_core.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/auth/plugins/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/auth/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/filtering.py to filtering.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/test_shadow_users.py to test_shadow_users.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/test_middleware.py to test_middleware.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/test_url_middleware.py to test_url_middleware.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/test_v3_resource.py to test_v3_resource.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/default_fixtures.py to default_fixtures.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/identity/test_core.py to test_core.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/identity/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/identity/backends/test_sql.py to test_sql.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/identity/backends/test_ldap.py to test_ldap.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/identity/backends/test_base.py to test_base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/identity/backends/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/identity/backends/test_ldap_common.py to test_ldap_common.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/identity/test_backends.py to test_backends.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/identity/test_backend_sql.py to test_backend_sql.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/identity/shadow_users/test_core.py to test_core.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/identity/shadow_users/test_backend.py to test_backend.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/identity/shadow_users/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/test_backend_ldap_pool.py to test_backend_ldap_pool.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/test_sql_upgrade.py to test_sql_upgrade.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/test_limits.py to test_limits.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/test_ldap_pool_livetest.py to test_ldap_pool_livetest.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/resource/test_core.py to test_core.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/resource/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/resource/backends/test_sql.py to test_sql.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/resource/backends/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/resource/test_backends.py to test_backends.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/resource/config_backends/test_sql.py to test_sql.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/resource/config_backends/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/protection/v3/test_roles.py to test_roles.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/protection/v3/test_grants.py to test_grants.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/protection/v3/test_mappings.py to test_mappings.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/protection/v3/test_projects.py to test_projects.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/protection/v3/test_protocols.py to test_protocols.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/protection/v3/test_system_assignments.py to test_system_assignments.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/protection/v3/test_credentials.py to test_credentials.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/protection/v3/test_limits.py to test_limits.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/protection/v3/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/protection/v3/test_service_providers.py to test_service_providers.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/protection/v3/test_users.py to test_users.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/protection/v3/test_assignment.py to test_assignment.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/protection/v3/test_registered_limits.py to test_registered_limits.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/protection/v3/test_identity_providers.py to test_identity_providers.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/protection/v3/test_endpoints.py to test_endpoints.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/protection/v3/test_groups.py to test_groups.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/protection/v3/test_regions.py to test_regions.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/protection/v3/test_services.py to test_services.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/protection/v3/test_domains.py to test_domains.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/protection/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/trust/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/trust/test_backends.py to test_backends.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/mapping_fixtures.py to mapping_fixtures.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/test_v3_catalog.py to test_v3_catalog.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/test_cli.py to test_cli.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/federation_fixtures.py to federation_fixtures.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/test_v3_filters.py to test_v3_filters.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/endpoint_policy/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/endpoint_policy/backends/test_sql.py to test_sql.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/endpoint_policy/backends/test_base.py to test_base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/endpoint_policy/backends/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/test_associate_project_endpoint_extension.py to test_associate_project_endpoint_extension.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/test_token_provider.py to test_token_provider.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/application_credential/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/application_credential/backends/test_sql.py to test_sql.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/application_credential/backends/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/application_credential/test_backends.py to test_backends.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/test_backend_rules.py to test_backend_rules.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/test_policy.py to test_policy.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/test_ldap_livetest.py to test_ldap_livetest.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/test_config.py to test_config.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/test_v3_credential.py to test_v3_credential.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/test_v3_assignment.py to test_v3_assignment.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/test_v3_domain_config.py to test_v3_domain_config.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/test_contrib_s3_core.py to test_contrib_s3_core.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/test_app_config.py to test_app_config.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/test_sql_banned_operations.py to test_sql_banned_operations.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/server/test_keystone_flask.py to test_keystone_flask.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/server/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/test_ldap_tls_livetest.py to test_ldap_tls_livetest.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/test_v3_oauth1.py to test_v3_oauth1.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/policy/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/policy/backends/test_sql.py to test_sql.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/policy/backends/test_base.py to test_base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/policy/backends/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/policy/test_backends.py to test_backends.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/common/test_cache.py to test_cache.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/common/test_utils.py to test_utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/common/test_notifications.py to test_notifications.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/common/test_sql_core.py to test_sql_core.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/common/test_rbac_enforcer.py to test_rbac_enforcer.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/common/test_json_home.py to test_json_home.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/common/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/common/test_provider_api.py to test_provider_api.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/common/test_database_conflicts.py to test_database_conflicts.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/common/test_resource_options_common.py to test_resource_options_common.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/test_entry_points.py to test_entry_points.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/core.py to core.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/test_auth_plugin.py to test_auth_plugin.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/credential/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/credential/test_fernet_provider.py to test_fernet_provider.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/credential/test_backend_sql.py to test_backend_sql.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/test_v3_auth.py to test_v3_auth.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/test_backend_endpoint_policy_sql.py to test_backend_endpoint_policy_sql.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/test_versions.py to test_versions.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/test_v3_federation.py to test_v3_federation.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/test_backend_sql.py to test_backend_sql.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/base_classes.py to base_classes.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/test_v3_os_revoke.py to test_v3_os_revoke.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/test_validation.py to test_validation.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/access_rules_config/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/access_rules_config/backends/test_json.py to test_json.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/access_rules_config/backends/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/access_rules_config/test_backends.py to test_backends.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/test_healthcheck.py to test_healthcheck.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/test_v3_application_credential.py to test_v3_application_credential.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/federation/test_core.py to test_core.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/federation/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/test_revoke.py to test_revoke.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/backend/core_ldap.py to core_ldap.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/backend/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/backend/core_sql.py to core_sql.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/rest.py to rest.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/test_v3_endpoint_policy.py to test_v3_endpoint_policy.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/test_v3_policy.py to test_v3_policy.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/unit/test_v3_protection.py to test_v3_protection.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/hacking/checks.py to checks.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/hacking/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/common/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/common/auth.py to auth.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/functional/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/functional/shared/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/functional/shared/test_running.py to test_running.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/tests/functional/core.py to core.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/api/users.py to users.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/api/role_assignments.py to role_assignments.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/api/policy.py to policy.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/api/groups.py to groups.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/api/os_federation.py to os_federation.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/api/role_inferences.py to role_inferences.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/api/os_revoke.py to os_revoke.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/api/endpoints.py to endpoints.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/api/os_ep_filter.py to os_ep_filter.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/api/roles.py to roles.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/api/os_inherit.py to os_inherit.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/api/limits.py to limits.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/api/regions.py to regions.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/api/services.py to services.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/api/os_simple_cert.py to os_simple_cert.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/api/projects.py to projects.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/api/registered_limits.py to registered_limits.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/api/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/api/system.py to system.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/api/auth.py to auth.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/api/_shared/implied_roles.py to implied_roles.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/api/_shared/authentication.py to authentication.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/api/_shared/EC2_S3_Resource.py to EC2_S3_Resource.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/api/_shared/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/api/_shared/saml.py to saml.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/api/_shared/json_home_relations.py to json_home_relations.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/api/os_oauth1.py to os_oauth1.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/api/s3tokens.py to s3tokens.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/api/discovery.py to discovery.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/api/credentials.py to credentials.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/api/ec2tokens.py to ec2tokens.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/api/domains.py to domains.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/api/trusts.py to trusts.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/limit/schema.py to schema.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/limit/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/limit/backends/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/limit/backends/sql.py to sql.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/limit/backends/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/limit/models/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/limit/models/strict_two_level.py to strict_two_level.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/limit/models/flat.py to flat.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/limit/models/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/limit/core.py to core.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/assignment/schema.py to schema.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/assignment/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/assignment/backends/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/assignment/backends/sql.py to sql.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/assignment/backends/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/assignment/role_backends/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/assignment/role_backends/sql.py to sql.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/assignment/role_backends/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/assignment/core.py to core.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/receipt/provider.py to provider.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/receipt/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/receipt/receipt_formatters.py to receipt_formatters.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/receipt/providers/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/receipt/providers/fernet/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/receipt/providers/fernet/core.py to core.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/receipt/providers/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/receipt/handlers.py to handlers.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/catalog/schema.py to schema.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/catalog/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/catalog/backends/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/catalog/backends/sql.py to sql.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/catalog/backends/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/catalog/backends/templated.py to templated.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/catalog/core.py to core.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/token/token_formatters.py to token_formatters.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/token/provider.py to provider.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/token/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/token/providers/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/token/providers/fernet/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/token/providers/fernet/core.py to core.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/token/providers/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/token/providers/jws/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/token/providers/jws/core.py to core.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/exception.py to exception.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/auth/plugins/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/auth/plugins/oauth1.py to oauth1.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/auth/plugins/password.py to password.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/auth/plugins/external.py to external.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/auth/plugins/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/auth/plugins/token.py to token.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/auth/plugins/totp.py to totp.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/auth/plugins/core.py to core.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/auth/plugins/application_credential.py to application_credential.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/auth/plugins/mapped.py to mapped.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/auth/schema.py to schema.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/auth/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/auth/core.py to core.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/identity/generator.py to generator.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/identity/id_generators/sha256.py to sha256.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/identity/id_generators/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/identity/schema.py to schema.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/identity/shadow_backends/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/identity/shadow_backends/sql.py to sql.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/identity/shadow_backends/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/identity/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/identity/backends/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/identity/backends/sql_model.py to sql_model.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/identity/backends/ldap/common.py to common.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/identity/backends/ldap/models.py to models.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/identity/backends/ldap/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/identity/backends/ldap/core.py to core.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/identity/backends/sql.py to sql.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/identity/backends/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/identity/backends/resource_options.py to resource_options.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/identity/mapping_backends/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/identity/mapping_backends/mapping.py to mapping.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/identity/mapping_backends/sql.py to sql.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/identity/mapping_backends/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/identity/core.py to core.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/resource/schema.py to schema.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/resource/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/resource/backends/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/resource/backends/sql.py to sql.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/resource/backends/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/resource/core.py to core.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/resource/config_backends/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/resource/config_backends/sql.py to sql.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/resource/config_backends/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/models/receipt_model.py to receipt_model.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/models/revoke_model.py to revoke_model.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/models/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/models/token_model.py to token_model.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/trust/schema.py to schema.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/trust/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/trust/backends/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/trust/backends/sql.py to sql.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/trust/backends/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/trust/core.py to core.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/i18n.py to i18n.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/endpoint_policy/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/endpoint_policy/backends/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/endpoint_policy/backends/sql.py to sql.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/endpoint_policy/backends/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/endpoint_policy/core.py to core.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/application_credential/schema.py to schema.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/application_credential/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/application_credential/backends/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/application_credential/backends/sql.py to sql.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/application_credential/backends/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/application_credential/core.py to core.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/oauth1/schema.py to schema.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/oauth1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/oauth1/backends/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/oauth1/backends/sql.py to sql.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/oauth1/backends/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/oauth1/core.py to core.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/oauth1/validator.py to validator.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/revoke/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/revoke/backends/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/revoke/backends/sql.py to sql.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/revoke/backends/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/revoke/model.py to model.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/revoke/core.py to core.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/conf/policy.py to policy.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/conf/constants.py to constants.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/conf/identity_mapping.py to identity_mapping.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/conf/domain_config.py to domain_config.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/conf/oauth1.py to oauth1.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/conf/catalog.py to catalog.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/conf/endpoint_policy.py to endpoint_policy.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/conf/trust.py to trust.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/conf/security_compliance.py to security_compliance.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/conf/ldap.py to ldap.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/conf/tokenless_auth.py to tokenless_auth.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/conf/identity.py to identity.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/conf/receipt.py to receipt.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/conf/opts.py to opts.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/conf/wsgi.py to wsgi.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/conf/eventlet_server.py to eventlet_server.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/conf/unified_limit.py to unified_limit.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/conf/resource.py to resource.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/conf/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/conf/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/conf/credential.py to credential.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/conf/auth.py to auth.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/conf/token.py to token.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/conf/assignment.py to assignment.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/conf/memcache.py to memcache.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/conf/role.py to role.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/conf/fernet_tokens.py to fernet_tokens.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/conf/endpoint_filter.py to endpoint_filter.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/conf/fernet_receipts.py to fernet_receipts.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/conf/federation.py to federation.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/conf/application_credential.py to application_credential.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/conf/shadow_users.py to shadow_users.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/conf/revoke.py to revoke.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/conf/saml.py to saml.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/conf/default.py to default.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/conf/access_rules_config.py to access_rules_config.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/conf/signing.py to signing.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/conf/jwt_tokens.py to jwt_tokens.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/server/wsgi.py to wsgi.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/server/backends.py to backends.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/server/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/server/flask/request_processing/req_logging.py to req_logging.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/server/flask/request_processing/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/server/flask/request_processing/json_body.py to json_body.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/server/flask/request_processing/middleware/auth_context.py to auth_context.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/server/flask/request_processing/middleware/url_normalize.py to url_normalize.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/server/flask/request_processing/middleware/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/server/flask/common.py to common.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/server/flask/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/server/flask/application.py to application.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/server/flask/core.py to core.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/policy/schema.py to schema.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/policy/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/policy/backends/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/policy/backends/sql.py to sql.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/policy/backends/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/policy/backends/rules.py to rules.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/policy/core.py to core.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/rbac_enforcer/policy.py to policy.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/rbac_enforcer/enforcer.py to enforcer.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/rbac_enforcer/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/profiler.py to profiler.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/manager.py to manager.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/jwt_utils.py to jwt_utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/password_hashing.py to password_hashing.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/tokenless_auth.py to tokenless_auth.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/provider_api.py to provider_api.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/policies/policy.py to policy.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/policies/consumer.py to consumer.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/policies/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/policies/mapping.py to mapping.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/policies/user.py to user.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/policies/domain_config.py to domain_config.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/policies/endpoint.py to endpoint.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/policies/endpoint_group.py to endpoint_group.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/policies/trust.py to trust.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/policies/policy_association.py to policy_association.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/policies/group.py to group.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/policies/service_provider.py to service_provider.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/policies/registered_limit.py to registered_limit.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/policies/token_revocation.py to token_revocation.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/policies/access_token.py to access_token.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/policies/region.py to region.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/policies/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/policies/credential.py to credential.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/policies/protocol.py to protocol.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/policies/revoke_event.py to revoke_event.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/policies/auth.py to auth.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/policies/token.py to token.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/policies/limit.py to limit.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/policies/domain.py to domain.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/policies/role.py to role.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/policies/ec2_credential.py to ec2_credential.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/policies/grant.py to grant.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/policies/project_endpoint.py to project_endpoint.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/policies/identity_provider.py to identity_provider.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/policies/service.py to service.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/policies/application_credential.py to application_credential.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/policies/project.py to project.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/policies/implied_role.py to implied_role.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/policies/role_assignment.py to role_assignment.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/render_token.py to render_token.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/cache/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/cache/_context_cache.py to _context_cache.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/cache/core.py to core.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/json_home.py to json_home.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/authorization.py to authorization.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions/012_expand_add_domain_id_to_idp.py to 012_expand_add_domain_id_to_idp.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions/059_placeholder.py to 059_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions/021_placeholder.py to 021_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions/027_placeholder.py to 027_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions/055_expand_add_domain_to_limit.py to 055_expand_add_domain_to_limit.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions/037_expand_remove_service_and_region_fk_for_registered_limit.py to 037_expand_remove_service_and_region_fk_for_registered_limit.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py to 031_expand_system_assignment_table.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions/036_expand_rename_application_credential_restriction_column.py to 036_expand_rename_application_credential_restriction_column.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions/043_placeholder.py to 043_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions/052_placeholder.py to 052_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions/028_placeholder.py to 028_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions/015_expand_update_federated_user_domain.py to 015_expand_update_federated_user_domain.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions/024_expand_create_created_at_int_columns.py to 024_expand_create_created_at_int_columns.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions/020_placeholder.py to 020_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions/042_placeholder.py to 042_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions/032_expand_add_expired_at_int_to_trust.py to 032_expand_add_expired_at_int_to_trust.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions/013_expand_protocol_cascade_delete_for_federated_user.py to 013_expand_protocol_cascade_delete_for_federated_user.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions/048_expand_add_registered_limit_id_column_for_limit.py to 048_expand_add_registered_limit_id_column_for_limit.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions/045_expand_add_description_to_limit.py to 045_expand_add_description_to_limit.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions/007_placeholder.py to 007_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions/053_expand_add_role_description_to_role_table.py to 053_expand_add_role_description_to_role_table.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions/010_expand_add_revocation_event_index.py to 010_expand_add_revocation_event_index.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions/051_placeholder.py to 051_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions/056_expand_add_application_credential_access_rules.py to 056_expand_add_application_credential_access_rules.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions/019_placeholder.py to 019_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions/030_expand_add_project_tags_table.py to 030_expand_add_project_tags_table.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions/050_placeholder.py to 050_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py to 016_expand_add_user_options.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions/044_placeholder.py to 044_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions/008_placeholder.py to 008_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py to 001_expand_initial_null_migration.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions/023_expand_add_second_password_column_for_expanded_hash_sizes.py to 023_expand_add_second_password_column_for_expanded_hash_sizes.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions/029_placeholder.py to 029_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions/054_expand_drop_old_passoword_column.py to 054_expand_drop_old_passoword_column.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions/047_expand_update_pk_for_unified_limit.py to 047_expand_update_pk_for_unified_limit.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions/017_placeholder.py to 017_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions/006_placeholder.py to 006_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions/002_password_created_at_not_nullable.py to 002_password_created_at_not_nullable.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions/061_placeholder.py to 061_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions/025_placeholder.py to 025_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions/039_placeholder.py to 039_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions/060_placeholder.py to 060_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions/038_placeholder.py to 038_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions/034_expand_add_application_credential_table.py to 034_expand_add_application_credential_table.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions/035_expand_add_system_column_to_application_credential_table.py to 035_expand_add_system_column_to_application_credential_table.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions/058_placeholder.py to 058_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions/009_placeholder.py to 009_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py to 004_reset_password_created_at.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions/003_add_key_hash_and_encrypted_blob_to_credential.py to 003_add_key_hash_and_encrypted_blob_to_credential.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions/049_placeholder.py to 049_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions/018_placeholder.py to 018_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions/026_placeholder.py to 026_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions/057_placeholder.py to 057_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions/005_placeholder.py to 005_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions/040_placeholder.py to 040_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions/041_placeholder.py to 041_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py to 033_expand_add_limits_tables.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions/014_expand_add_domain_id_to_user_table.py to 014_expand_add_domain_id_to_user_table.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions/022_expand_add_default_project_id_index.py to 022_expand_add_default_project_id_index.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions/046_expand_old_password_data_to_password_hash_column.py to 046_expand_old_password_data_to_password_hash_column.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/versions/011_expand_user_id_unique_for_nonlocal_user.py to 011_expand_user_id_unique_for_nonlocal_user.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/manage.py to manage.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/expand_repo/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/upgrades.py to upgrades.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions/015_contract_update_federated_user_domain.py to 015_contract_update_federated_user_domain.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions/059_placeholder.py to 059_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions/021_placeholder.py to 021_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions/037_contract_remove_service_and_region_fk_for_registered_limit.py to 037_contract_remove_service_and_region_fk_for_registered_limit.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions/027_placeholder.py to 027_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions/013_contract_protocol_cascade_delete_for_federated_user.py to 013_contract_protocol_cascade_delete_for_federated_user.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions/043_placeholder.py to 043_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions/052_placeholder.py to 052_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions/028_placeholder.py to 028_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions/048_contract_add_registered_limit_id_column_for_limit.py to 048_contract_add_registered_limit_id_column_for_limit.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions/020_placeholder.py to 020_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions/042_placeholder.py to 042_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions/047_contract_expand_update_pk_for_unified_limit.py to 047_contract_expand_update_pk_for_unified_limit.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py to 031_contract_system_assignment_table.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions/023_contract_add_second_password_column_for_expanded_hash_sizes.py to 023_contract_add_second_password_column_for_expanded_hash_sizes.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions/007_placeholder.py to 007_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions/030_contract_add_project_tags_table.py to 030_contract_add_project_tags_table.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions/051_placeholder.py to 051_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py to 001_contract_initial_null_migration.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions/019_placeholder.py to 019_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions/050_placeholder.py to 050_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions/053_contract_add_role_description_to_role_table.py to 053_contract_add_role_description_to_role_table.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions/044_placeholder.py to 044_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions/008_placeholder.py to 008_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions/029_placeholder.py to 029_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions/035_contract_add_system_column_to_application_credential_table.py to 035_contract_add_system_column_to_application_credential_table.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions/024_contract_create_created_at_int_columns.py to 024_contract_create_created_at_int_columns.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions/022_contract_add_default_project_id_index.py to 022_contract_add_default_project_id_index.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions/046_contract_old_password_data_to_password_hash_column.py to 046_contract_old_password_data_to_password_hash_column.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions/014_contract_add_domain_id_to_user_table.py to 014_contract_add_domain_id_to_user_table.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions/010_contract_add_revocation_event_index.py to 010_contract_add_revocation_event_index.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions/017_placeholder.py to 017_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions/006_placeholder.py to 006_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions/011_contract_user_id_unique_for_nonlocal_user.py to 011_contract_user_id_unique_for_nonlocal_user.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions/002_password_created_at_not_nullable.py to 002_password_created_at_not_nullable.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions/061_placeholder.py to 061_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions/025_placeholder.py to 025_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions/039_placeholder.py to 039_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions/060_placeholder.py to 060_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py to 033_contract_add_limits_tables.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions/038_placeholder.py to 038_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions/058_placeholder.py to 058_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions/055_contract_add_domain_to_limit.py to 055_contract_add_domain_to_limit.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions/036_contract_rename_application_credential_restriction_column.py to 036_contract_rename_application_credential_restriction_column.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions/009_placeholder.py to 009_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions/045_contract_add_description_to_limit.py to 045_contract_add_description_to_limit.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions/032_contract_add_expired_at_int_to_trust.py to 032_contract_add_expired_at_int_to_trust.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py to 004_reset_password_created_at.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions/056_contract_add_application_credential_access_rules.py to 056_contract_add_application_credential_access_rules.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions/012_contract_add_domain_id_to_idp.py to 012_contract_add_domain_id_to_idp.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions/049_placeholder.py to 049_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions/018_placeholder.py to 018_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions/026_placeholder.py to 026_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions/057_placeholder.py to 057_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions/005_placeholder.py to 005_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions/040_placeholder.py to 040_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions/041_placeholder.py to 041_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py to 016_contract_add_user_options.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions/054_contract_drop_old_passoword_column.py to 054_contract_drop_old_passoword_column.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions/003_remove_unencrypted_blob_column_from_credential.py to 003_remove_unencrypted_blob_column_from_credential.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/versions/034_contract_add_application_credentials_table.py to 034_contract_add_application_credentials_table.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/manage.py to manage.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/contract_repo/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions/054_migrate_drop_old_passoword_column.py to 054_migrate_drop_old_passoword_column.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions/030_migrate_add_project_tags_table.py to 030_migrate_add_project_tags_table.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions/059_placeholder.py to 059_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions/014_migrate_add_domain_id_to_user_table.py to 014_migrate_add_domain_id_to_user_table.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions/021_placeholder.py to 021_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions/037_migrate_remove_service_and_region_fk_for_registered_limit.py to 037_migrate_remove_service_and_region_fk_for_registered_limit.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions/027_placeholder.py to 027_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py to 003_migrate_unencrypted_credentials.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions/043_placeholder.py to 043_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions/052_placeholder.py to 052_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions/028_placeholder.py to 028_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions/016_migrate_add_user_options.py to 016_migrate_add_user_options.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions/031_migrate_system_assignment_table.py to 031_migrate_system_assignment_table.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions/012_migrate_add_domain_id_to_idp.py to 012_migrate_add_domain_id_to_idp.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions/020_placeholder.py to 020_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions/042_placeholder.py to 042_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions/024_migrate_create_created_at_int_columns.py to 024_migrate_create_created_at_int_columns.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions/007_placeholder.py to 007_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions/056_migrate_add_application_credential_access_rules.py to 056_migrate_add_application_credential_access_rules.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions/051_placeholder.py to 051_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions/019_placeholder.py to 019_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions/035_migrate_add_system_column_to_application_credential_table.py to 035_migrate_add_system_column_to_application_credential_table.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions/036_migrate_rename_application_credential_restriction_column.py to 036_migrate_rename_application_credential_restriction_column.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions/050_placeholder.py to 050_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions/023_migrate_add_second_password_column_for_expanded_hash_sizes.py to 023_migrate_add_second_password_column_for_expanded_hash_sizes.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions/044_placeholder.py to 044_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions/008_placeholder.py to 008_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions/029_placeholder.py to 029_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions/017_placeholder.py to 017_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions/047_migrate_update_pk_for_unified_limit.py to 047_migrate_update_pk_for_unified_limit.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions/006_placeholder.py to 006_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions/002_password_created_at_not_nullable.py to 002_password_created_at_not_nullable.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions/034_migrate_add_application_credentials_table.py to 034_migrate_add_application_credentials_table.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions/061_placeholder.py to 061_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions/025_placeholder.py to 025_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions/039_placeholder.py to 039_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions/046_migrate_old_password_data_to_password_hash_column.py to 046_migrate_old_password_data_to_password_hash_column.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions/060_placeholder.py to 060_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions/032_migrate_add_expired_at_int_to_trust.py to 032_migrate_add_expired_at_int_to_trust.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions/055_migrate_add_domain_to_limit.py to 055_migrate_add_domain_to_limit.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions/038_placeholder.py to 038_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions/048_migrate_add_registered_limit_id_column_for_limit.py to 048_migrate_add_registered_limit_id_column_for_limit.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions/013_migrate_protocol_cascade_delete_for_federated_user.py to 013_migrate_protocol_cascade_delete_for_federated_user.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions/058_placeholder.py to 058_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions/009_placeholder.py to 009_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions/053_migrate_add_role_description_to_role_table.py to 053_migrate_add_role_description_to_role_table.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions/010_migrate_add_revocation_event_index.py to 010_migrate_add_revocation_event_index.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions/004_reset_password_created_at.py to 004_reset_password_created_at.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions/022_migrate_add_default_project_id_index.py to 022_migrate_add_default_project_id_index.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions/045_migrate_add_description_to_limit.py to 045_migrate_add_description_to_limit.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions/001_data_initial_null_migration.py to 001_data_initial_null_migration.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions/033_migrate_add_limits_tables.py to 033_migrate_add_limits_tables.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions/049_placeholder.py to 049_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions/018_placeholder.py to 018_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions/026_placeholder.py to 026_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions/057_placeholder.py to 057_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions/015_migrate_update_federated_user_domain.py to 015_migrate_update_federated_user_domain.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions/005_placeholder.py to 005_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions/040_placeholder.py to 040_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions/041_placeholder.py to 041_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/versions/011_expand_user_id_unique_for_nonlocal_user.py to 011_expand_user_id_unique_for_nonlocal_user.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/manage.py to manage.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/data_migration_repo/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py to 081_add_endpoint_policy_table.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py to 104_drop_user_name_domainid_constraint.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/migrate_repo/versions/090_add_local_user_and_password_tables.py to 090_add_local_user_and_password_tables.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/migrate_repo/versions/076_placeholder.py to 076_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py to 092_make_implied_roles_fks_cascaded.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py to 082_add_federation_tables.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py to 073_insert_assignment_inherited_pk.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/migrate_repo/versions/100_placeholder.py to 100_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py to 088_domain_specific_roles.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/migrate_repo/versions/079_placeholder.py to 079_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py to 086_add_duplicate_constraint_trusts.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py to 075_confirm_config_registration.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py to 105_add_password_date_columns.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/migrate_repo/versions/069_placeholder.py to 069_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/migrate_repo/versions/099_placeholder.py to 099_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py to 108_add_failed_auth_columns.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/migrate_repo/versions/080_placeholder.py to 080_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py to 103_add_nonlocal_user_table.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/migrate_repo/versions/087_implied_roles.py to 087_implied_roles.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/migrate_repo/versions/068_placeholder.py to 068_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/migrate_repo/versions/070_placeholder.py to 070_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/migrate_repo/versions/067_kilo.py to 067_kilo.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py to 094_add_federated_user_table.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/migrate_repo/versions/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py to 084_add_revoke_tables.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/migrate_repo/versions/078_placeholder.py to 078_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py to 107_add_user_date_columns.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/migrate_repo/versions/106_allow_password_column_to_be_nullable.py to 106_allow_password_column_to_be_nullable.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/migrate_repo/versions/098_placeholder.py to 098_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/migrate_repo/versions/091_migrate_data_to_local_user_and_password_tables.py to 091_migrate_data_to_local_user_and_password_tables.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py to 096_drop_role_name_constraint.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py to 089_add_root_of_all_domains.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/migrate_repo/versions/072_placeholder.py to 072_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py to 085_add_endpoint_filtering_table.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py to 101_drop_role_name_constraint.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/migrate_repo/versions/071_placeholder.py to 071_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/migrate_repo/versions/077_placeholder.py to 077_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py to 093_migrate_domains_to_projects.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py to 074_add_is_domain_project.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py to 097_drop_user_name_domainid_constraint.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py to 102_drop_domain_table.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column.py to 109_add_password_self_service_column.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/migrate_repo/versions/095_add_integer_pkey_to_revocation_event_table.py to 095_add_integer_pkey_to_revocation_event_table.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py to 083_add_oauth1_tables.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/migrate_repo/manage.py to manage.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/migrate_repo/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/sql/core.py to core.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/resource_options.py to resource_options.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/fernet_utils.py to fernet_utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/context.py to context.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/validation/parameter_types.py to parameter_types.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/validation/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/validation/validators.py to validators.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/common/driver_hints.py to driver_hints.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/credential/schema.py to schema.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/credential/provider.py to provider.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/credential/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/credential/backends/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/credential/backends/sql.py to sql.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/credential/backends/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/credential/core.py to core.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/credential/providers/fernet/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/credential/providers/fernet/core.py to core.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/credential/providers/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/credential/providers/core.py to core.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/cmd/cli.py to cli.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/cmd/bootstrap.py to bootstrap.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/cmd/manage.py to manage.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/cmd/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/cmd/status.py to status.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/cmd/doctor/caching.py to caching.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/cmd/doctor/security_compliance.py to security_compliance.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/cmd/doctor/ldap.py to ldap.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/cmd/doctor/tokens_fernet.py to tokens_fernet.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/cmd/doctor/tokens.py to tokens.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/cmd/doctor/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/cmd/doctor/credential.py to credential.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/cmd/doctor/database.py to database.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/cmd/doctor/federation.py to federation.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/cmd/doctor/debug.py to debug.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/version.py to version.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/notifications.py to notifications.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/access_rules_config/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/access_rules_config/backends/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/access_rules_config/backends/json.py to json.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/access_rules_config/backends/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/access_rules_config/core.py to core.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/federation/constants.py to constants.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/federation/idp.py to idp.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/federation/schema.py to schema.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/federation/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/federation/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/federation/backends/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/federation/backends/sql.py to sql.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/federation/backends/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/federation/core.py to core.pyc writing byte-compilation script '/tmp/tmpBcKTCV.py' /usr/bin/python2 -O /tmp/tmpBcKTCV.py removing /tmp/tmpBcKTCV.py running install_data creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/etc creating /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/etc/keystone copying etc/sso_callback_template.html -> /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/etc/keystone running install_egg_info running egg_info writing requirements to keystone.egg-info/requires.txt writing keystone.egg-info/PKG-INFO writing top-level names to keystone.egg-info/top_level.txt writing dependency_links to keystone.egg-info/dependency_links.txt writing entry points to keystone.egg-info/entry_points.txt writing pbr to keystone.egg-info/pbr.json [pbr] Processing SOURCES.txt [pbr] In git context, generating filelist from git warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching '.gitreview' warning: no previously-included files matching '*.pyc' found anywhere in distribution writing manifest file 'keystone.egg-info/SOURCES.txt' Copying keystone.egg-info to /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone-15.0.0-py2.7.egg-info running install_scripts /usr/lib/python2.7/site-packages/pbr/packaging.py:410: EasyInstallDeprecationWarning: Use get_header header = easy_install.get_script_header("", executable, is_wininst) Installing keystone-wsgi-admin script to /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/bin Installing keystone-wsgi-public script to /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/bin Installing keystone-status script to /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/bin Installing keystone-manage script to /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/bin + echo '{}' + install -d -m 755 /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/etc/keystone + install -p -D -m 640 etc/keystone.conf.sample /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/etc/keystone/keystone.conf + install -p -D -m 640 policy.json /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/etc/keystone/policy.json + install -p -D -m 640 keystone-schema.yaml /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/share/keystone/keystone-schema.yaml + install -p -D -m 640 keystone-schema.json /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/share/keystone/keystone-schema.json + install -p -D -m 644 /builddir/build/SOURCES/keystone-dist.conf /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/share/keystone/keystone-dist.conf + install -p -D -m 644 etc/policy.v3cloudsample.json /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/share/keystone/policy.v3cloudsample.json + install -p -D -m 640 etc/logging.conf.sample /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/etc/keystone/logging.conf + install -p -D -m 640 etc/default_catalog.templates /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/etc/keystone/default_catalog.templates + install -p -D -m 640 etc/sso_callback_template.html /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/etc/keystone/sso_callback_template.html + install -p -D -m 644 /builddir/build/SOURCES/openstack-keystone.logrotate /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/etc/logrotate.d/openstack-keystone + install -d -m 755 /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/sysctl.d + install -p -D -m 644 /builddir/build/SOURCES/openstack-keystone.sysctl /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/sysctl.d/openstack-keystone.conf + install -p -D -m 755 tools/sample_data.sh /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/share/keystone/sample_data.sh + install -p -D -m 755 /builddir/build/SOURCES/openstack-keystone-sample-data /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/bin/openstack-keystone-sample-data + install -p -D -m 644 httpd/wsgi-keystone.conf /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/share/keystone/ + install -d -m 755 /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/var/lib/keystone + install -d -m 755 /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/var/log/keystone + rm -rf /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch//usr/etc + sphinx-build-2 -b html doc/source doc/build/html Running Sphinx v1.8.4 connecting events for openstackdocstheme [openstackdocstheme] connecting html-page-context event handler making output directory... [oslo_config.sphinxconfiggen] reading config generator instructions from /builddir/build/BUILD/keystone-15.0.0/doc/source/../../config-generator/keystone.conf [oslo_config.sphinxconfiggen] writing sample configuration to /builddir/build/BUILD/keystone-15.0.0/doc/source/_static/keystone.conf.sample WARNING:stevedore.named:Could not load keystone [oslo_policy.sphinxpolicygen] reading config generator instructions from /builddir/build/BUILD/keystone-15.0.0/doc/source/../../config-generator/keystone-policy-generator.conf [oslo_policy.sphinxpolicygen] writing sample policy to /builddir/build/BUILD/keystone-15.0.0/doc/source/_static/keystone.policy.yaml.sample WARNING:stevedore.named:Could not load keystone Using openstackdocstheme Sphinx theme from /usr/lib/python2.7/site-packages/openstackdocstheme/theme No /builddir/build/BUILD/keystone-15.0.0/.gitreview found Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.exception.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.i18n.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.notifications.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.version.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.access_rules_config.core.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.access_rules_config.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.access_rules_config.backends.base.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.access_rules_config.backends.json.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.access_rules_config.backends.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.api.auth.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.api.credentials.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.api.discovery.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.api.domains.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.api.ec2tokens.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.api.endpoints.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.api.groups.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.api.limits.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.api.os_ep_filter.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.api.os_federation.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.api.os_inherit.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.api.os_oauth1.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.api.os_revoke.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.api.os_simple_cert.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.api.policy.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.api.projects.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.api.regions.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.api.registered_limits.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.api.role_assignments.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.api.role_inferences.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.api.roles.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.api.s3tokens.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.api.services.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.api.system.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.api.trusts.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.api.users.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.api.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.application_credential.core.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.application_credential.schema.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.application_credential.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.application_credential.backends.base.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.application_credential.backends.sql.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.application_credential.backends.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.assignment.core.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.assignment.schema.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.assignment.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.assignment.backends.base.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.assignment.backends.sql.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.assignment.backends.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.assignment.role_backends.base.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.assignment.role_backends.sql.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.assignment.role_backends.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.auth.core.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.auth.schema.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.auth.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.auth.plugins.application_credential.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.auth.plugins.base.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.auth.plugins.core.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.auth.plugins.external.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.auth.plugins.mapped.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.auth.plugins.oauth1.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.auth.plugins.password.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.auth.plugins.token.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.auth.plugins.totp.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.auth.plugins.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.catalog.core.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.catalog.schema.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.catalog.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.catalog.backends.base.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.catalog.backends.sql.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.catalog.backends.templated.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.catalog.backends.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.cmd.bootstrap.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.cmd.cli.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.cmd.manage.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.cmd.status.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.cmd.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.cmd.doctor.caching.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.cmd.doctor.credential.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.cmd.doctor.database.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.cmd.doctor.debug.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.cmd.doctor.federation.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.cmd.doctor.ldap.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.cmd.doctor.security_compliance.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.cmd.doctor.tokens.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.cmd.doctor.tokens_fernet.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.cmd.doctor.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.authorization.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.context.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.driver_hints.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.fernet_utils.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.json_home.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.jwt_utils.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.manager.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.password_hashing.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.profiler.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.provider_api.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.render_token.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.resource_options.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.tokenless_auth.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.utils.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.cache.core.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.cache.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.policies.access_token.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.policies.application_credential.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.policies.auth.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.policies.base.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.policies.consumer.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.policies.credential.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.policies.domain.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.policies.domain_config.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.policies.ec2_credential.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.policies.endpoint.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.policies.endpoint_group.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.policies.grant.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.policies.group.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.policies.identity_provider.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.policies.implied_role.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.policies.limit.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.policies.mapping.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.policies.policy.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.policies.policy_association.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.policies.project.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.policies.project_endpoint.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.policies.protocol.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.policies.region.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.policies.registered_limit.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.policies.revoke_event.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.policies.role.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.policies.role_assignment.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.policies.service.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.policies.service_provider.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.policies.token.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.policies.token_revocation.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.policies.trust.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.policies.user.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.policies.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.rbac_enforcer.enforcer.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.rbac_enforcer.policy.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.rbac_enforcer.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.core.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.upgrades.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.manage.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.001_contract_initial_null_migration.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.002_password_created_at_not_nullable.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.003_remove_unencrypted_blob_column_from_credential.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.004_reset_password_created_at.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.005_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.006_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.007_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.008_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.009_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.010_contract_add_revocation_event_index.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.011_contract_user_id_unique_for_nonlocal_user.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.012_contract_add_domain_id_to_idp.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.013_contract_protocol_cascade_delete_for_federated_user.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.014_contract_add_domain_id_to_user_table.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.015_contract_update_federated_user_domain.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.016_contract_add_user_options.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.017_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.018_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.019_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.020_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.021_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.022_contract_add_default_project_id_index.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.023_contract_add_second_password_column_for_expanded_hash_sizes.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.024_contract_create_created_at_int_columns.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.025_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.026_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.027_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.028_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.029_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.030_contract_add_project_tags_table.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.031_contract_system_assignment_table.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.032_contract_add_expired_at_int_to_trust.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.033_contract_add_limits_tables.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.034_contract_add_application_credentials_table.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.035_contract_add_system_column_to_application_credential_table.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.036_contract_rename_application_credential_restriction_column.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.037_contract_remove_service_and_region_fk_for_registered_limit.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.038_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.039_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.040_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.041_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.042_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.043_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.044_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.045_contract_add_description_to_limit.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.046_contract_old_password_data_to_password_hash_column.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.047_contract_expand_update_pk_for_unified_limit.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.048_contract_add_registered_limit_id_column_for_limit.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.049_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.050_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.051_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.052_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.053_contract_add_role_description_to_role_table.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.054_contract_drop_old_passoword_column.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.055_contract_add_domain_to_limit.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.056_contract_add_application_credential_access_rules.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.057_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.058_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.059_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.060_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.061_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.manage.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.001_data_initial_null_migration.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.002_password_created_at_not_nullable.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.003_migrate_unencrypted_credentials.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.004_reset_password_created_at.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.005_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.006_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.007_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.008_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.009_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.010_migrate_add_revocation_event_index.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.011_expand_user_id_unique_for_nonlocal_user.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.012_migrate_add_domain_id_to_idp.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.013_migrate_protocol_cascade_delete_for_federated_user.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.014_migrate_add_domain_id_to_user_table.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.015_migrate_update_federated_user_domain.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.016_migrate_add_user_options.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.017_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.018_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.019_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.020_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.021_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.022_migrate_add_default_project_id_index.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.023_migrate_add_second_password_column_for_expanded_hash_sizes.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.024_migrate_create_created_at_int_columns.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.025_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.026_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.027_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.028_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.029_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.030_migrate_add_project_tags_table.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.031_migrate_system_assignment_table.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.032_migrate_add_expired_at_int_to_trust.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.033_migrate_add_limits_tables.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.034_migrate_add_application_credentials_table.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.035_migrate_add_system_column_to_application_credential_table.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.036_migrate_rename_application_credential_restriction_column.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.037_migrate_remove_service_and_region_fk_for_registered_limit.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.038_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.039_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.040_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.041_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.042_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.043_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.044_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.045_migrate_add_description_to_limit.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.046_migrate_old_password_data_to_password_hash_column.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.047_migrate_update_pk_for_unified_limit.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.048_migrate_add_registered_limit_id_column_for_limit.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.049_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.050_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.051_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.052_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.053_migrate_add_role_description_to_role_table.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.054_migrate_drop_old_passoword_column.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.055_migrate_add_domain_to_limit.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.056_migrate_add_application_credential_access_rules.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.057_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.058_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.059_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.060_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.061_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.manage.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.001_expand_initial_null_migration.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.002_password_created_at_not_nullable.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.003_add_key_hash_and_encrypted_blob_to_credential.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.004_reset_password_created_at.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.005_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.006_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.007_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.008_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.009_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.010_expand_add_revocation_event_index.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.011_expand_user_id_unique_for_nonlocal_user.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.012_expand_add_domain_id_to_idp.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.013_expand_protocol_cascade_delete_for_federated_user.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.014_expand_add_domain_id_to_user_table.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.015_expand_update_federated_user_domain.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.016_expand_add_user_options.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.017_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.018_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.019_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.020_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.021_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.022_expand_add_default_project_id_index.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.023_expand_add_second_password_column_for_expanded_hash_sizes.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.024_expand_create_created_at_int_columns.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.025_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.026_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.027_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.028_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.029_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.030_expand_add_project_tags_table.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.031_expand_system_assignment_table.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.032_expand_add_expired_at_int_to_trust.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.033_expand_add_limits_tables.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.034_expand_add_application_credential_table.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.035_expand_add_system_column_to_application_credential_table.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.036_expand_rename_application_credential_restriction_column.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.037_expand_remove_service_and_region_fk_for_registered_limit.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.038_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.039_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.040_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.041_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.042_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.043_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.044_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.045_expand_add_description_to_limit.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.046_expand_old_password_data_to_password_hash_column.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.047_expand_update_pk_for_unified_limit.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.048_expand_add_registered_limit_id_column_for_limit.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.049_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.050_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.051_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.052_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.053_expand_add_role_description_to_role_table.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.054_expand_drop_old_passoword_column.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.055_expand_add_domain_to_limit.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.056_expand_add_application_credential_access_rules.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.057_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.058_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.059_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.060_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.061_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.migrate_repo.manage.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.migrate_repo.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.migrate_repo.versions.067_kilo.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.migrate_repo.versions.068_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.migrate_repo.versions.069_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.migrate_repo.versions.070_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.migrate_repo.versions.071_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.migrate_repo.versions.072_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.migrate_repo.versions.073_insert_assignment_inherited_pk.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.migrate_repo.versions.074_add_is_domain_project.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.migrate_repo.versions.075_confirm_config_registration.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.migrate_repo.versions.076_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.migrate_repo.versions.077_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.migrate_repo.versions.078_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.migrate_repo.versions.079_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.migrate_repo.versions.080_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.migrate_repo.versions.081_add_endpoint_policy_table.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.migrate_repo.versions.082_add_federation_tables.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.migrate_repo.versions.083_add_oauth1_tables.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.migrate_repo.versions.084_add_revoke_tables.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.migrate_repo.versions.085_add_endpoint_filtering_table.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.migrate_repo.versions.086_add_duplicate_constraint_trusts.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.migrate_repo.versions.087_implied_roles.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.migrate_repo.versions.088_domain_specific_roles.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.migrate_repo.versions.089_add_root_of_all_domains.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.migrate_repo.versions.090_add_local_user_and_password_tables.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.migrate_repo.versions.091_migrate_data_to_local_user_and_password_tables.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.migrate_repo.versions.092_make_implied_roles_fks_cascaded.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.migrate_repo.versions.093_migrate_domains_to_projects.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.migrate_repo.versions.094_add_federated_user_table.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.migrate_repo.versions.095_add_integer_pkey_to_revocation_event_table.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.migrate_repo.versions.096_drop_role_name_constraint.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.migrate_repo.versions.097_drop_user_name_domainid_constraint.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.migrate_repo.versions.098_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.migrate_repo.versions.099_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.migrate_repo.versions.100_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.migrate_repo.versions.101_drop_role_name_constraint.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.migrate_repo.versions.102_drop_domain_table.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.migrate_repo.versions.103_add_nonlocal_user_table.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.migrate_repo.versions.104_drop_user_name_domainid_constraint.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.migrate_repo.versions.105_add_password_date_columns.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.migrate_repo.versions.106_allow_password_column_to_be_nullable.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.migrate_repo.versions.107_add_user_date_columns.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.migrate_repo.versions.108_add_failed_auth_columns.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.migrate_repo.versions.109_add_password_self_service_column.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.migrate_repo.versions.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.validation.parameter_types.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.validation.validators.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.validation.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.conf.access_rules_config.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.conf.application_credential.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.conf.assignment.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.conf.auth.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.conf.catalog.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.conf.constants.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.conf.credential.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.conf.default.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.conf.domain_config.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.conf.endpoint_filter.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.conf.endpoint_policy.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.conf.eventlet_server.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.conf.federation.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.conf.fernet_receipts.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.conf.fernet_tokens.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.conf.identity.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.conf.identity_mapping.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.conf.jwt_tokens.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.conf.ldap.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.conf.memcache.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.conf.oauth1.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.conf.opts.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.conf.policy.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.conf.receipt.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.conf.resource.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.conf.revoke.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.conf.role.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.conf.saml.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.conf.security_compliance.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.conf.shadow_users.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.conf.signing.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.conf.token.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.conf.tokenless_auth.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.conf.trust.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.conf.unified_limit.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.conf.utils.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.conf.wsgi.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.conf.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.credential.core.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.credential.provider.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.credential.schema.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.credential.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.credential.backends.base.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.credential.backends.sql.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.credential.backends.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.credential.providers.core.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.credential.providers.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.credential.providers.fernet.core.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.credential.providers.fernet.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.endpoint_policy.core.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.endpoint_policy.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.endpoint_policy.backends.base.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.endpoint_policy.backends.sql.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.endpoint_policy.backends.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.federation.constants.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.federation.core.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.federation.idp.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.federation.schema.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.federation.utils.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.federation.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.federation.backends.base.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.federation.backends.sql.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.federation.backends.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.identity.core.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.identity.generator.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.identity.schema.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.identity.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.identity.backends.base.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.identity.backends.resource_options.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.identity.backends.sql.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.identity.backends.sql_model.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.identity.backends.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.identity.backends.ldap.common.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.identity.backends.ldap.core.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.identity.backends.ldap.models.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.identity.backends.ldap.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.identity.id_generators.sha256.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.identity.id_generators.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.identity.mapping_backends.base.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.identity.mapping_backends.mapping.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.identity.mapping_backends.sql.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.identity.mapping_backends.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.identity.shadow_backends.base.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.identity.shadow_backends.sql.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.identity.shadow_backends.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.limit.core.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.limit.schema.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.limit.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.limit.backends.base.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.limit.backends.sql.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.limit.backends.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.limit.models.base.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.limit.models.flat.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.limit.models.strict_two_level.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.limit.models.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.models.receipt_model.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.models.revoke_model.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.models.token_model.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.models.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.oauth1.core.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.oauth1.schema.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.oauth1.validator.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.oauth1.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.oauth1.backends.base.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.oauth1.backends.sql.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.oauth1.backends.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.policy.core.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.policy.schema.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.policy.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.policy.backends.base.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.policy.backends.rules.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.policy.backends.sql.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.policy.backends.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.receipt.handlers.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.receipt.provider.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.receipt.receipt_formatters.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.receipt.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.receipt.providers.base.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.receipt.providers.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.receipt.providers.fernet.core.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.receipt.providers.fernet.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.resource.core.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.resource.schema.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.resource.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.resource.backends.base.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.resource.backends.sql.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.resource.backends.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.resource.config_backends.base.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.resource.config_backends.sql.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.resource.config_backends.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.revoke.core.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.revoke.model.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.revoke.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.revoke.backends.base.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.revoke.backends.sql.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.revoke.backends.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.server.backends.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.server.wsgi.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.server.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.server.flask.application.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.server.flask.common.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.server.flask.core.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.server.flask.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.server.flask.request_processing.json_body.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.server.flask.request_processing.req_logging.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.server.flask.request_processing.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.server.flask.request_processing.middleware.auth_context.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.server.flask.request_processing.middleware.url_normalize.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.server.flask.request_processing.middleware.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.token.provider.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.token.token_formatters.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.token.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.token.providers.base.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.token.providers.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.token.providers.fernet.core.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.token.providers.fernet.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.token.providers.jws.core.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.token.providers.jws.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.trust.core.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.trust.schema.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.trust.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.trust.backends.base.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.trust.backends.sql.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.trust.backends.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/modules.rst. building [mo]: targets for 0 po files that are out of date building [html]: targets for 114 source files that are out of date updating environment: 664 added, 0 changed, 0 removed reading sources... [ 0%] admin/auth-totp reading sources... [ 0%] admin/authentication-mechanisms reading sources... [ 0%] admin/bootstrap reading sources... [ 0%] admin/caching-layer reading sources... [ 0%] admin/case-insensitive reading sources... [ 0%] admin/cli-manage-projects-users-and-roles reading sources... [ 1%] admin/configuration reading sources... [ 1%] admin/configure_tokenless_x509 reading sources... [ 1%] admin/credential-encryption reading sources... [ 1%] admin/domain-specific-config reading sources... [ 1%] admin/endpoint-filtering reading sources... [ 1%] admin/endpoint-policy reading sources... [ 1%] admin/event_notifications reading sources... [ 2%] admin/external-authentication reading sources... [ 2%] admin/federation/configure_federation reading sources... [ 2%] admin/federation/federated_identity reading sources... [ 2%] admin/federation/introduction reading sources... [ 2%] admin/federation/mapping_combinations reading sources... [ 2%] admin/federation/mellon reading sources... [ 3%] admin/federation/openidc reading sources... [ 3%] admin/federation/shibboleth reading sources... [ 3%] admin/fernet-token-faq reading sources... [ 3%] admin/getting-started reading sources... [ 3%] admin/health-check-middleware reading sources... [ 3%] admin/identity-concepts reading sources... [ 3%] admin/identity-sources reading sources... [ 4%] admin/index reading sources... [ 4%] admin/integrate-with-ldap reading sources... [ 4%] admin/jws-key-rotation reading sources... [ 4%] admin/keystone-features reading sources... [ 4%] admin/limit-list-size reading sources... [ 4%] admin/logging reading sources... [ 4%] admin/manage-services reading sources... [ 5%] admin/manage-trusts reading sources... [ 5%] admin/multi-factor-authentication reading sources... [ 5%] admin/oauth1 reading sources... [ 5%] admin/operations reading sources... [ 5%] admin/performance reading sources... [ 5%] admin/resource-options reading sources... [ 6%] admin/security-compliance reading sources... [ 6%] admin/service-api-protection reading sources... [ 6%] admin/token-provider reading sources... [ 6%] admin/tokens reading sources... [ 6%] admin/tokens-overview reading sources... [ 6%] admin/troubleshoot reading sources... [ 6%] admin/unified-limits reading sources... [ 7%] admin/upgrading reading sources... [ 7%] admin/url-safe-naming reading sources... [ 7%] api/keystone reading sources... [ 7%] api/keystone.access_rules_config reading sources... [ 7%] api/keystone.access_rules_config.backends reading sources... [ 7%] api/keystone.access_rules_config.backends.base reading sources... [ 7%] api/keystone.access_rules_config.backends.json reading sources... [ 8%] api/keystone.access_rules_config.core reading sources... [ 8%] api/keystone.api reading sources... [ 8%] api/keystone.api.auth reading sources... [ 8%] api/keystone.api.credentials reading sources... [ 8%] api/keystone.api.discovery reading sources... [ 8%] api/keystone.api.domains reading sources... [ 9%] api/keystone.api.ec2tokens reading sources... [ 9%] api/keystone.api.endpoints reading sources... [ 9%] api/keystone.api.groups reading sources... [ 9%] api/keystone.api.limits reading sources... [ 9%] api/keystone.api.os_ep_filter reading sources... [ 9%] api/keystone.api.os_federation reading sources... [ 9%] api/keystone.api.os_inherit reading sources... [ 10%] api/keystone.api.os_oauth1 reading sources... [ 10%] api/keystone.api.os_revoke reading sources... [ 10%] api/keystone.api.os_simple_cert reading sources... [ 10%] api/keystone.api.policy reading sources... [ 10%] api/keystone.api.projects reading sources... [ 10%] api/keystone.api.regions reading sources... [ 10%] api/keystone.api.registered_limits reading sources... [ 11%] api/keystone.api.role_assignments reading sources... [ 11%] api/keystone.api.role_inferences reading sources... [ 11%] api/keystone.api.roles reading sources... [ 11%] api/keystone.api.s3tokens reading sources... [ 11%] api/keystone.api.services reading sources... [ 11%] api/keystone.api.system reading sources... [ 12%] api/keystone.api.trusts reading sources... [ 12%] api/keystone.api.users reading sources... [ 12%] api/keystone.application_credential reading sources... [ 12%] api/keystone.application_credential.backends reading sources... [ 12%] api/keystone.application_credential.backends.base reading sources... [ 12%] api/keystone.application_credential.backends.sql reading sources... [ 12%] api/keystone.application_credential.core reading sources... [ 13%] api/keystone.application_credential.schema reading sources... [ 13%] api/keystone.assignment reading sources... [ 13%] api/keystone.assignment.backends reading sources... [ 13%] api/keystone.assignment.backends.base reading sources... [ 13%] api/keystone.assignment.backends.sql reading sources... [ 13%] api/keystone.assignment.core reading sources... [ 14%] api/keystone.assignment.role_backends reading sources... [ 14%] api/keystone.assignment.role_backends.base reading sources... [ 14%] api/keystone.assignment.role_backends.sql reading sources... [ 14%] api/keystone.assignment.schema reading sources... [ 14%] api/keystone.auth reading sources... [ 14%] api/keystone.auth.core reading sources... [ 14%] api/keystone.auth.plugins reading sources... [ 15%] api/keystone.auth.plugins.application_credential reading sources... [ 15%] api/keystone.auth.plugins.base reading sources... [ 15%] api/keystone.auth.plugins.core reading sources... [ 15%] api/keystone.auth.plugins.external reading sources... [ 15%] api/keystone.auth.plugins.mapped reading sources... [ 15%] api/keystone.auth.plugins.oauth1 reading sources... [ 15%] api/keystone.auth.plugins.password reading sources... [ 16%] api/keystone.auth.plugins.token reading sources... [ 16%] api/keystone.auth.plugins.totp reading sources... [ 16%] api/keystone.auth.schema reading sources... [ 16%] api/keystone.catalog reading sources... [ 16%] api/keystone.catalog.backends reading sources... [ 16%] api/keystone.catalog.backends.base reading sources... [ 17%] api/keystone.catalog.backends.sql reading sources... [ 17%] api/keystone.catalog.backends.templated reading sources... [ 17%] api/keystone.catalog.core reading sources... [ 17%] api/keystone.catalog.schema reading sources... [ 17%] api/keystone.cmd reading sources... [ 17%] api/keystone.cmd.bootstrap reading sources... [ 17%] api/keystone.cmd.cli reading sources... [ 18%] api/keystone.cmd.doctor reading sources... [ 18%] api/keystone.cmd.doctor.caching reading sources... [ 18%] api/keystone.cmd.doctor.credential reading sources... [ 18%] api/keystone.cmd.doctor.database reading sources... [ 18%] api/keystone.cmd.doctor.debug reading sources... [ 18%] api/keystone.cmd.doctor.federation reading sources... [ 18%] api/keystone.cmd.doctor.ldap reading sources... [ 19%] api/keystone.cmd.doctor.security_compliance reading sources... [ 19%] api/keystone.cmd.doctor.tokens reading sources... [ 19%] api/keystone.cmd.doctor.tokens_fernet reading sources... [ 19%] api/keystone.cmd.manage reading sources... [ 19%] api/keystone.cmd.status reading sources... [ 19%] api/keystone.common reading sources... [ 20%] api/keystone.common.authorization reading sources... [ 20%] api/keystone.common.cache reading sources... [ 20%] api/keystone.common.cache.core reading sources... [ 20%] api/keystone.common.context reading sources... [ 20%] api/keystone.common.driver_hints reading sources... [ 20%] api/keystone.common.fernet_utils reading sources... [ 20%] api/keystone.common.json_home reading sources... [ 21%] api/keystone.common.jwt_utils reading sources... [ 21%] api/keystone.common.manager reading sources... [ 21%] api/keystone.common.password_hashing reading sources... [ 21%] api/keystone.common.policies reading sources... [ 21%] api/keystone.common.policies.access_token reading sources... [ 21%] api/keystone.common.policies.application_credential reading sources... [ 21%] api/keystone.common.policies.auth reading sources... [ 22%] api/keystone.common.policies.base reading sources... [ 22%] api/keystone.common.policies.consumer reading sources... [ 22%] api/keystone.common.policies.credential reading sources... [ 22%] api/keystone.common.policies.domain reading sources... [ 22%] api/keystone.common.policies.domain_config reading sources... [ 22%] api/keystone.common.policies.ec2_credential reading sources... [ 23%] api/keystone.common.policies.endpoint reading sources... [ 23%] api/keystone.common.policies.endpoint_group reading sources... [ 23%] api/keystone.common.policies.grant reading sources... [ 23%] api/keystone.common.policies.group reading sources... [ 23%] api/keystone.common.policies.identity_provider reading sources... [ 23%] api/keystone.common.policies.implied_role reading sources... [ 23%] api/keystone.common.policies.limit reading sources... [ 24%] api/keystone.common.policies.mapping reading sources... [ 24%] api/keystone.common.policies.policy reading sources... [ 24%] api/keystone.common.policies.policy_association reading sources... [ 24%] api/keystone.common.policies.project reading sources... [ 24%] api/keystone.common.policies.project_endpoint reading sources... [ 24%] api/keystone.common.policies.protocol reading sources... [ 25%] api/keystone.common.policies.region reading sources... [ 25%] api/keystone.common.policies.registered_limit reading sources... [ 25%] api/keystone.common.policies.revoke_event reading sources... [ 25%] api/keystone.common.policies.role reading sources... [ 25%] api/keystone.common.policies.role_assignment reading sources... [ 25%] api/keystone.common.policies.service reading sources... [ 25%] api/keystone.common.policies.service_provider reading sources... [ 26%] api/keystone.common.policies.token reading sources... [ 26%] api/keystone.common.policies.token_revocation reading sources... [ 26%] api/keystone.common.policies.trust reading sources... [ 26%] api/keystone.common.policies.user reading sources... [ 26%] api/keystone.common.profiler reading sources... [ 26%] api/keystone.common.provider_api reading sources... [ 26%] api/keystone.common.rbac_enforcer reading sources... [ 27%] api/keystone.common.rbac_enforcer.enforcer reading sources... [ 27%] api/keystone.common.rbac_enforcer.policy reading sources... [ 27%] api/keystone.common.render_token reading sources... [ 27%] api/keystone.common.resource_options reading sources... [ 27%] api/keystone.common.sql reading sources... [ 27%] api/keystone.common.sql.contract_repo reading sources... [ 28%] api/keystone.common.sql.contract_repo.manage reading sources... [ 28%] api/keystone.common.sql.contract_repo.versions reading sources... [ 28%] api/keystone.common.sql.contract_repo.versions.001_contract_initial_null_migration reading sources... [ 28%] api/keystone.common.sql.contract_repo.versions.002_password_created_at_not_nullable reading sources... [ 28%] api/keystone.common.sql.contract_repo.versions.003_remove_unencrypted_blob_column_from_credential reading sources... [ 28%] api/keystone.common.sql.contract_repo.versions.004_reset_password_created_at reading sources... [ 28%] api/keystone.common.sql.contract_repo.versions.005_placeholder reading sources... [ 29%] api/keystone.common.sql.contract_repo.versions.006_placeholder reading sources... [ 29%] api/keystone.common.sql.contract_repo.versions.007_placeholder reading sources... [ 29%] api/keystone.common.sql.contract_repo.versions.008_placeholder reading sources... [ 29%] api/keystone.common.sql.contract_repo.versions.009_placeholder reading sources... [ 29%] api/keystone.common.sql.contract_repo.versions.010_contract_add_revocation_event_index reading sources... [ 29%] api/keystone.common.sql.contract_repo.versions.011_contract_user_id_unique_for_nonlocal_user reading sources... [ 29%] api/keystone.common.sql.contract_repo.versions.012_contract_add_domain_id_to_idp reading sources... [ 30%] api/keystone.common.sql.contract_repo.versions.013_contract_protocol_cascade_delete_for_federated_user reading sources... [ 30%] api/keystone.common.sql.contract_repo.versions.014_contract_add_domain_id_to_user_table reading sources... [ 30%] api/keystone.common.sql.contract_repo.versions.015_contract_update_federated_user_domain reading sources... [ 30%] api/keystone.common.sql.contract_repo.versions.016_contract_add_user_options reading sources... [ 30%] api/keystone.common.sql.contract_repo.versions.017_placeholder reading sources... [ 30%] api/keystone.common.sql.contract_repo.versions.018_placeholder reading sources... [ 31%] api/keystone.common.sql.contract_repo.versions.019_placeholder reading sources... [ 31%] api/keystone.common.sql.contract_repo.versions.020_placeholder reading sources... [ 31%] api/keystone.common.sql.contract_repo.versions.021_placeholder reading sources... [ 31%] api/keystone.common.sql.contract_repo.versions.022_contract_add_default_project_id_index reading sources... [ 31%] api/keystone.common.sql.contract_repo.versions.023_contract_add_second_password_column_for_expanded_hash_sizes reading sources... [ 31%] api/keystone.common.sql.contract_repo.versions.024_contract_create_created_at_int_columns reading sources... [ 31%] api/keystone.common.sql.contract_repo.versions.025_placeholder reading sources... [ 32%] api/keystone.common.sql.contract_repo.versions.026_placeholder reading sources... [ 32%] api/keystone.common.sql.contract_repo.versions.027_placeholder reading sources... [ 32%] api/keystone.common.sql.contract_repo.versions.028_placeholder reading sources... [ 32%] api/keystone.common.sql.contract_repo.versions.029_placeholder reading sources... [ 32%] api/keystone.common.sql.contract_repo.versions.030_contract_add_project_tags_table reading sources... [ 32%] api/keystone.common.sql.contract_repo.versions.031_contract_system_assignment_table reading sources... [ 32%] api/keystone.common.sql.contract_repo.versions.032_contract_add_expired_at_int_to_trust reading sources... [ 33%] api/keystone.common.sql.contract_repo.versions.033_contract_add_limits_tables reading sources... [ 33%] api/keystone.common.sql.contract_repo.versions.034_contract_add_application_credentials_table reading sources... [ 33%] api/keystone.common.sql.contract_repo.versions.035_contract_add_system_column_to_application_credential_table reading sources... [ 33%] api/keystone.common.sql.contract_repo.versions.036_contract_rename_application_credential_restriction_column reading sources... [ 33%] api/keystone.common.sql.contract_repo.versions.037_contract_remove_service_and_region_fk_for_registered_limit reading sources... [ 33%] api/keystone.common.sql.contract_repo.versions.038_placeholder reading sources... [ 34%] api/keystone.common.sql.contract_repo.versions.039_placeholder reading sources... [ 34%] api/keystone.common.sql.contract_repo.versions.040_placeholder reading sources... [ 34%] api/keystone.common.sql.contract_repo.versions.041_placeholder reading sources... [ 34%] api/keystone.common.sql.contract_repo.versions.042_placeholder reading sources... [ 34%] api/keystone.common.sql.contract_repo.versions.043_placeholder reading sources... [ 34%] api/keystone.common.sql.contract_repo.versions.044_placeholder reading sources... [ 34%] api/keystone.common.sql.contract_repo.versions.045_contract_add_description_to_limit reading sources... [ 35%] api/keystone.common.sql.contract_repo.versions.046_contract_old_password_data_to_password_hash_column reading sources... [ 35%] api/keystone.common.sql.contract_repo.versions.047_contract_expand_update_pk_for_unified_limit reading sources... [ 35%] api/keystone.common.sql.contract_repo.versions.048_contract_add_registered_limit_id_column_for_limit reading sources... [ 35%] api/keystone.common.sql.contract_repo.versions.049_placeholder reading sources... [ 35%] api/keystone.common.sql.contract_repo.versions.050_placeholder reading sources... [ 35%] api/keystone.common.sql.contract_repo.versions.051_placeholder reading sources... [ 35%] api/keystone.common.sql.contract_repo.versions.052_placeholder reading sources... [ 36%] api/keystone.common.sql.contract_repo.versions.053_contract_add_role_description_to_role_table reading sources... [ 36%] api/keystone.common.sql.contract_repo.versions.054_contract_drop_old_passoword_column reading sources... [ 36%] api/keystone.common.sql.contract_repo.versions.055_contract_add_domain_to_limit reading sources... [ 36%] api/keystone.common.sql.contract_repo.versions.056_contract_add_application_credential_access_rules reading sources... [ 36%] api/keystone.common.sql.contract_repo.versions.057_placeholder reading sources... [ 36%] api/keystone.common.sql.contract_repo.versions.058_placeholder reading sources... [ 37%] api/keystone.common.sql.contract_repo.versions.059_placeholder reading sources... [ 37%] api/keystone.common.sql.contract_repo.versions.060_placeholder reading sources... [ 37%] api/keystone.common.sql.contract_repo.versions.061_placeholder reading sources... [ 37%] api/keystone.common.sql.core reading sources... [ 37%] api/keystone.common.sql.data_migration_repo reading sources... [ 37%] api/keystone.common.sql.data_migration_repo.manage reading sources... [ 37%] api/keystone.common.sql.data_migration_repo.versions reading sources... [ 38%] api/keystone.common.sql.data_migration_repo.versions.001_data_initial_null_migration reading sources... [ 38%] api/keystone.common.sql.data_migration_repo.versions.002_password_created_at_not_nullable reading sources... [ 38%] api/keystone.common.sql.data_migration_repo.versions.003_migrate_unencrypted_credentials reading sources... [ 38%] api/keystone.common.sql.data_migration_repo.versions.004_reset_password_created_at reading sources... [ 38%] api/keystone.common.sql.data_migration_repo.versions.005_placeholder reading sources... [ 38%] api/keystone.common.sql.data_migration_repo.versions.006_placeholder reading sources... [ 39%] api/keystone.common.sql.data_migration_repo.versions.007_placeholder reading sources... [ 39%] api/keystone.common.sql.data_migration_repo.versions.008_placeholder reading sources... [ 39%] api/keystone.common.sql.data_migration_repo.versions.009_placeholder reading sources... [ 39%] api/keystone.common.sql.data_migration_repo.versions.010_migrate_add_revocation_event_index reading sources... [ 39%] api/keystone.common.sql.data_migration_repo.versions.011_expand_user_id_unique_for_nonlocal_user reading sources... [ 39%] api/keystone.common.sql.data_migration_repo.versions.012_migrate_add_domain_id_to_idp reading sources... [ 39%] api/keystone.common.sql.data_migration_repo.versions.013_migrate_protocol_cascade_delete_for_federated_user reading sources... [ 40%] api/keystone.common.sql.data_migration_repo.versions.014_migrate_add_domain_id_to_user_table reading sources... [ 40%] api/keystone.common.sql.data_migration_repo.versions.015_migrate_update_federated_user_domain reading sources... [ 40%] api/keystone.common.sql.data_migration_repo.versions.016_migrate_add_user_options reading sources... [ 40%] api/keystone.common.sql.data_migration_repo.versions.017_placeholder reading sources... [ 40%] api/keystone.common.sql.data_migration_repo.versions.018_placeholder reading sources... [ 40%] api/keystone.common.sql.data_migration_repo.versions.019_placeholder reading sources... [ 40%] api/keystone.common.sql.data_migration_repo.versions.020_placeholder reading sources... [ 41%] api/keystone.common.sql.data_migration_repo.versions.021_placeholder reading sources... [ 41%] api/keystone.common.sql.data_migration_repo.versions.022_migrate_add_default_project_id_index reading sources... [ 41%] api/keystone.common.sql.data_migration_repo.versions.023_migrate_add_second_password_column_for_expanded_hash_sizes reading sources... [ 41%] api/keystone.common.sql.data_migration_repo.versions.024_migrate_create_created_at_int_columns reading sources... [ 41%] api/keystone.common.sql.data_migration_repo.versions.025_placeholder reading sources... [ 41%] api/keystone.common.sql.data_migration_repo.versions.026_placeholder reading sources... [ 42%] api/keystone.common.sql.data_migration_repo.versions.027_placeholder reading sources... [ 42%] api/keystone.common.sql.data_migration_repo.versions.028_placeholder reading sources... [ 42%] api/keystone.common.sql.data_migration_repo.versions.029_placeholder reading sources... [ 42%] api/keystone.common.sql.data_migration_repo.versions.030_migrate_add_project_tags_table reading sources... [ 42%] api/keystone.common.sql.data_migration_repo.versions.031_migrate_system_assignment_table reading sources... [ 42%] api/keystone.common.sql.data_migration_repo.versions.032_migrate_add_expired_at_int_to_trust reading sources... [ 42%] api/keystone.common.sql.data_migration_repo.versions.033_migrate_add_limits_tables reading sources... [ 43%] api/keystone.common.sql.data_migration_repo.versions.034_migrate_add_application_credentials_table reading sources... [ 43%] api/keystone.common.sql.data_migration_repo.versions.035_migrate_add_system_column_to_application_credential_table reading sources... [ 43%] api/keystone.common.sql.data_migration_repo.versions.036_migrate_rename_application_credential_restriction_column reading sources... [ 43%] api/keystone.common.sql.data_migration_repo.versions.037_migrate_remove_service_and_region_fk_for_registered_limit reading sources... [ 43%] api/keystone.common.sql.data_migration_repo.versions.038_placeholder reading sources... [ 43%] api/keystone.common.sql.data_migration_repo.versions.039_placeholder reading sources... [ 43%] api/keystone.common.sql.data_migration_repo.versions.040_placeholder reading sources... [ 44%] api/keystone.common.sql.data_migration_repo.versions.041_placeholder reading sources... [ 44%] api/keystone.common.sql.data_migration_repo.versions.042_placeholder reading sources... [ 44%] api/keystone.common.sql.data_migration_repo.versions.043_placeholder reading sources... [ 44%] api/keystone.common.sql.data_migration_repo.versions.044_placeholder reading sources... [ 44%] api/keystone.common.sql.data_migration_repo.versions.045_migrate_add_description_to_limit reading sources... [ 44%] api/keystone.common.sql.data_migration_repo.versions.046_migrate_old_password_data_to_password_hash_column reading sources... [ 45%] api/keystone.common.sql.data_migration_repo.versions.047_migrate_update_pk_for_unified_limit reading sources... [ 45%] api/keystone.common.sql.data_migration_repo.versions.048_migrate_add_registered_limit_id_column_for_limit reading sources... [ 45%] api/keystone.common.sql.data_migration_repo.versions.049_placeholder reading sources... [ 45%] api/keystone.common.sql.data_migration_repo.versions.050_placeholder reading sources... [ 45%] api/keystone.common.sql.data_migration_repo.versions.051_placeholder reading sources... [ 45%] api/keystone.common.sql.data_migration_repo.versions.052_placeholder reading sources... [ 45%] api/keystone.common.sql.data_migration_repo.versions.053_migrate_add_role_description_to_role_table reading sources... [ 46%] api/keystone.common.sql.data_migration_repo.versions.054_migrate_drop_old_passoword_column reading sources... [ 46%] api/keystone.common.sql.data_migration_repo.versions.055_migrate_add_domain_to_limit reading sources... [ 46%] api/keystone.common.sql.data_migration_repo.versions.056_migrate_add_application_credential_access_rules reading sources... [ 46%] api/keystone.common.sql.data_migration_repo.versions.057_placeholder reading sources... [ 46%] api/keystone.common.sql.data_migration_repo.versions.058_placeholder reading sources... [ 46%] api/keystone.common.sql.data_migration_repo.versions.059_placeholder reading sources... [ 46%] api/keystone.common.sql.data_migration_repo.versions.060_placeholder reading sources... [ 47%] api/keystone.common.sql.data_migration_repo.versions.061_placeholder reading sources... [ 47%] api/keystone.common.sql.expand_repo reading sources... [ 47%] api/keystone.common.sql.expand_repo.manage reading sources... [ 47%] api/keystone.common.sql.expand_repo.versions reading sources... [ 47%] api/keystone.common.sql.expand_repo.versions.001_expand_initial_null_migration reading sources... [ 47%] api/keystone.common.sql.expand_repo.versions.002_password_created_at_not_nullable reading sources... [ 48%] api/keystone.common.sql.expand_repo.versions.003_add_key_hash_and_encrypted_blob_to_credential reading sources... [ 48%] api/keystone.common.sql.expand_repo.versions.004_reset_password_created_at reading sources... [ 48%] api/keystone.common.sql.expand_repo.versions.005_placeholder reading sources... [ 48%] api/keystone.common.sql.expand_repo.versions.006_placeholder reading sources... [ 48%] api/keystone.common.sql.expand_repo.versions.007_placeholder reading sources... [ 48%] api/keystone.common.sql.expand_repo.versions.008_placeholder reading sources... [ 48%] api/keystone.common.sql.expand_repo.versions.009_placeholder reading sources... [ 49%] api/keystone.common.sql.expand_repo.versions.010_expand_add_revocation_event_index reading sources... [ 49%] api/keystone.common.sql.expand_repo.versions.011_expand_user_id_unique_for_nonlocal_user reading sources... [ 49%] api/keystone.common.sql.expand_repo.versions.012_expand_add_domain_id_to_idp reading sources... [ 49%] api/keystone.common.sql.expand_repo.versions.013_expand_protocol_cascade_delete_for_federated_user reading sources... [ 49%] api/keystone.common.sql.expand_repo.versions.014_expand_add_domain_id_to_user_table reading sources... [ 49%] api/keystone.common.sql.expand_repo.versions.015_expand_update_federated_user_domain reading sources... [ 50%] api/keystone.common.sql.expand_repo.versions.016_expand_add_user_options reading sources... [ 50%] api/keystone.common.sql.expand_repo.versions.017_placeholder reading sources... [ 50%] api/keystone.common.sql.expand_repo.versions.018_placeholder reading sources... [ 50%] api/keystone.common.sql.expand_repo.versions.019_placeholder reading sources... [ 50%] api/keystone.common.sql.expand_repo.versions.020_placeholder reading sources... [ 50%] api/keystone.common.sql.expand_repo.versions.021_placeholder reading sources... [ 50%] api/keystone.common.sql.expand_repo.versions.022_expand_add_default_project_id_index reading sources... [ 51%] api/keystone.common.sql.expand_repo.versions.023_expand_add_second_password_column_for_expanded_hash_sizes reading sources... [ 51%] api/keystone.common.sql.expand_repo.versions.024_expand_create_created_at_int_columns reading sources... [ 51%] api/keystone.common.sql.expand_repo.versions.025_placeholder reading sources... [ 51%] api/keystone.common.sql.expand_repo.versions.026_placeholder reading sources... [ 51%] api/keystone.common.sql.expand_repo.versions.027_placeholder reading sources... [ 51%] api/keystone.common.sql.expand_repo.versions.028_placeholder reading sources... [ 51%] api/keystone.common.sql.expand_repo.versions.029_placeholder reading sources... [ 52%] api/keystone.common.sql.expand_repo.versions.030_expand_add_project_tags_table reading sources... [ 52%] api/keystone.common.sql.expand_repo.versions.031_expand_system_assignment_table reading sources... [ 52%] api/keystone.common.sql.expand_repo.versions.032_expand_add_expired_at_int_to_trust reading sources... [ 52%] api/keystone.common.sql.expand_repo.versions.033_expand_add_limits_tables reading sources... [ 52%] api/keystone.common.sql.expand_repo.versions.034_expand_add_application_credential_table reading sources... [ 52%] api/keystone.common.sql.expand_repo.versions.035_expand_add_system_column_to_application_credential_table reading sources... [ 53%] api/keystone.common.sql.expand_repo.versions.036_expand_rename_application_credential_restriction_column reading sources... [ 53%] api/keystone.common.sql.expand_repo.versions.037_expand_remove_service_and_region_fk_for_registered_limit reading sources... [ 53%] api/keystone.common.sql.expand_repo.versions.038_placeholder reading sources... [ 53%] api/keystone.common.sql.expand_repo.versions.039_placeholder reading sources... [ 53%] api/keystone.common.sql.expand_repo.versions.040_placeholder reading sources... [ 53%] api/keystone.common.sql.expand_repo.versions.041_placeholder reading sources... [ 53%] api/keystone.common.sql.expand_repo.versions.042_placeholder reading sources... [ 54%] api/keystone.common.sql.expand_repo.versions.043_placeholder reading sources... [ 54%] api/keystone.common.sql.expand_repo.versions.044_placeholder reading sources... [ 54%] api/keystone.common.sql.expand_repo.versions.045_expand_add_description_to_limit reading sources... [ 54%] api/keystone.common.sql.expand_repo.versions.046_expand_old_password_data_to_password_hash_column reading sources... [ 54%] api/keystone.common.sql.expand_repo.versions.047_expand_update_pk_for_unified_limit reading sources... [ 54%] api/keystone.common.sql.expand_repo.versions.048_expand_add_registered_limit_id_column_for_limit reading sources... [ 54%] api/keystone.common.sql.expand_repo.versions.049_placeholder reading sources... [ 55%] api/keystone.common.sql.expand_repo.versions.050_placeholder reading sources... [ 55%] api/keystone.common.sql.expand_repo.versions.051_placeholder reading sources... [ 55%] api/keystone.common.sql.expand_repo.versions.052_placeholder reading sources... [ 55%] api/keystone.common.sql.expand_repo.versions.053_expand_add_role_description_to_role_table reading sources... [ 55%] api/keystone.common.sql.expand_repo.versions.054_expand_drop_old_passoword_column reading sources... [ 55%] api/keystone.common.sql.expand_repo.versions.055_expand_add_domain_to_limit reading sources... [ 56%] api/keystone.common.sql.expand_repo.versions.056_expand_add_application_credential_access_rules reading sources... [ 56%] api/keystone.common.sql.expand_repo.versions.057_placeholder reading sources... [ 56%] api/keystone.common.sql.expand_repo.versions.058_placeholder reading sources... [ 56%] api/keystone.common.sql.expand_repo.versions.059_placeholder reading sources... [ 56%] api/keystone.common.sql.expand_repo.versions.060_placeholder reading sources... [ 56%] api/keystone.common.sql.expand_repo.versions.061_placeholder reading sources... [ 56%] api/keystone.common.sql.migrate_repo reading sources... [ 57%] api/keystone.common.sql.migrate_repo.manage reading sources... [ 57%] api/keystone.common.sql.migrate_repo.versions reading sources... [ 57%] api/keystone.common.sql.migrate_repo.versions.067_kilo reading sources... [ 57%] api/keystone.common.sql.migrate_repo.versions.068_placeholder reading sources... [ 57%] api/keystone.common.sql.migrate_repo.versions.069_placeholder reading sources... [ 57%] api/keystone.common.sql.migrate_repo.versions.070_placeholder reading sources... [ 57%] api/keystone.common.sql.migrate_repo.versions.071_placeholder reading sources... [ 58%] api/keystone.common.sql.migrate_repo.versions.072_placeholder reading sources... [ 58%] api/keystone.common.sql.migrate_repo.versions.073_insert_assignment_inherited_pk reading sources... [ 58%] api/keystone.common.sql.migrate_repo.versions.074_add_is_domain_project reading sources... [ 58%] api/keystone.common.sql.migrate_repo.versions.075_confirm_config_registration reading sources... [ 58%] api/keystone.common.sql.migrate_repo.versions.076_placeholder reading sources... [ 58%] api/keystone.common.sql.migrate_repo.versions.077_placeholder reading sources... [ 59%] api/keystone.common.sql.migrate_repo.versions.078_placeholder reading sources... [ 59%] api/keystone.common.sql.migrate_repo.versions.079_placeholder reading sources... [ 59%] api/keystone.common.sql.migrate_repo.versions.080_placeholder reading sources... [ 59%] api/keystone.common.sql.migrate_repo.versions.081_add_endpoint_policy_table reading sources... [ 59%] api/keystone.common.sql.migrate_repo.versions.082_add_federation_tables reading sources... [ 59%] api/keystone.common.sql.migrate_repo.versions.083_add_oauth1_tables reading sources... [ 59%] api/keystone.common.sql.migrate_repo.versions.084_add_revoke_tables reading sources... [ 60%] api/keystone.common.sql.migrate_repo.versions.085_add_endpoint_filtering_table reading sources... [ 60%] api/keystone.common.sql.migrate_repo.versions.086_add_duplicate_constraint_trusts reading sources... [ 60%] api/keystone.common.sql.migrate_repo.versions.087_implied_roles reading sources... [ 60%] api/keystone.common.sql.migrate_repo.versions.088_domain_specific_roles reading sources... [ 60%] api/keystone.common.sql.migrate_repo.versions.089_add_root_of_all_domains reading sources... [ 60%] api/keystone.common.sql.migrate_repo.versions.090_add_local_user_and_password_tables reading sources... [ 60%] api/keystone.common.sql.migrate_repo.versions.091_migrate_data_to_local_user_and_password_tables reading sources... [ 61%] api/keystone.common.sql.migrate_repo.versions.092_make_implied_roles_fks_cascaded reading sources... [ 61%] api/keystone.common.sql.migrate_repo.versions.093_migrate_domains_to_projects reading sources... [ 61%] api/keystone.common.sql.migrate_repo.versions.094_add_federated_user_table reading sources... [ 61%] api/keystone.common.sql.migrate_repo.versions.095_add_integer_pkey_to_revocation_event_table reading sources... [ 61%] api/keystone.common.sql.migrate_repo.versions.096_drop_role_name_constraint reading sources... [ 61%] api/keystone.common.sql.migrate_repo.versions.097_drop_user_name_domainid_constraint reading sources... [ 62%] api/keystone.common.sql.migrate_repo.versions.098_placeholder reading sources... [ 62%] api/keystone.common.sql.migrate_repo.versions.099_placeholder reading sources... [ 62%] api/keystone.common.sql.migrate_repo.versions.100_placeholder reading sources... [ 62%] api/keystone.common.sql.migrate_repo.versions.101_drop_role_name_constraint reading sources... [ 62%] api/keystone.common.sql.migrate_repo.versions.102_drop_domain_table reading sources... [ 62%] api/keystone.common.sql.migrate_repo.versions.103_add_nonlocal_user_table reading sources... [ 62%] api/keystone.common.sql.migrate_repo.versions.104_drop_user_name_domainid_constraint reading sources... [ 63%] api/keystone.common.sql.migrate_repo.versions.105_add_password_date_columns reading sources... [ 63%] api/keystone.common.sql.migrate_repo.versions.106_allow_password_column_to_be_nullable reading sources... [ 63%] api/keystone.common.sql.migrate_repo.versions.107_add_user_date_columns reading sources... [ 63%] api/keystone.common.sql.migrate_repo.versions.108_add_failed_auth_columns reading sources... [ 63%] api/keystone.common.sql.migrate_repo.versions.109_add_password_self_service_column reading sources... [ 63%] api/keystone.common.sql.upgrades reading sources... [ 64%] api/keystone.common.tokenless_auth reading sources... [ 64%] api/keystone.common.utils reading sources... [ 64%] api/keystone.common.validation reading sources... [ 64%] api/keystone.common.validation.parameter_types reading sources... [ 64%] api/keystone.common.validation.validators reading sources... [ 64%] api/keystone.conf reading sources... [ 64%] api/keystone.conf.access_rules_config reading sources... [ 65%] api/keystone.conf.application_credential reading sources... [ 65%] api/keystone.conf.assignment reading sources... [ 65%] api/keystone.conf.auth reading sources... [ 65%] api/keystone.conf.catalog reading sources... [ 65%] api/keystone.conf.constants reading sources... [ 65%] api/keystone.conf.credential reading sources... [ 65%] api/keystone.conf.default reading sources... [ 66%] api/keystone.conf.domain_config reading sources... [ 66%] api/keystone.conf.endpoint_filter reading sources... [ 66%] api/keystone.conf.endpoint_policy reading sources... [ 66%] api/keystone.conf.eventlet_server reading sources... [ 66%] api/keystone.conf.federation reading sources... [ 66%] api/keystone.conf.fernet_receipts reading sources... [ 67%] api/keystone.conf.fernet_tokens reading sources... [ 67%] api/keystone.conf.identity reading sources... [ 67%] api/keystone.conf.identity_mapping reading sources... [ 67%] api/keystone.conf.jwt_tokens reading sources... [ 67%] api/keystone.conf.ldap reading sources... [ 67%] api/keystone.conf.memcache reading sources... [ 67%] api/keystone.conf.oauth1 reading sources... [ 68%] api/keystone.conf.opts reading sources... [ 68%] api/keystone.conf.policy reading sources... [ 68%] api/keystone.conf.receipt reading sources... [ 68%] api/keystone.conf.resource reading sources... [ 68%] api/keystone.conf.revoke reading sources... [ 68%] api/keystone.conf.role reading sources... [ 68%] api/keystone.conf.saml reading sources... [ 69%] api/keystone.conf.security_compliance reading sources... [ 69%] api/keystone.conf.shadow_users reading sources... [ 69%] api/keystone.conf.signing reading sources... [ 69%] api/keystone.conf.token reading sources... [ 69%] api/keystone.conf.tokenless_auth reading sources... [ 69%] api/keystone.conf.trust reading sources... [ 70%] api/keystone.conf.unified_limit reading sources... [ 70%] api/keystone.conf.utils reading sources... [ 70%] api/keystone.conf.wsgi reading sources... [ 70%] api/keystone.credential reading sources... [ 70%] api/keystone.credential.backends reading sources... [ 70%] api/keystone.credential.backends.base reading sources... [ 70%] api/keystone.credential.backends.sql reading sources... [ 71%] api/keystone.credential.core reading sources... [ 71%] api/keystone.credential.provider reading sources... [ 71%] api/keystone.credential.providers reading sources... [ 71%] api/keystone.credential.providers.core reading sources... [ 71%] api/keystone.credential.providers.fernet reading sources... [ 71%] api/keystone.credential.providers.fernet.core reading sources... [ 71%] api/keystone.credential.schema reading sources... [ 72%] api/keystone.endpoint_policy reading sources... [ 72%] api/keystone.endpoint_policy.backends reading sources... [ 72%] api/keystone.endpoint_policy.backends.base reading sources... [ 72%] api/keystone.endpoint_policy.backends.sql reading sources... [ 72%] api/keystone.endpoint_policy.core reading sources... [ 72%] api/keystone.exception reading sources... [ 73%] api/keystone.federation reading sources... [ 73%] api/keystone.federation.backends reading sources... [ 73%] api/keystone.federation.backends.base reading sources... [ 73%] api/keystone.federation.backends.sql reading sources... [ 73%] api/keystone.federation.constants reading sources... [ 73%] api/keystone.federation.core reading sources... [ 73%] api/keystone.federation.idp reading sources... [ 74%] api/keystone.federation.schema reading sources... [ 74%] api/keystone.federation.utils reading sources... [ 74%] api/keystone.i18n reading sources... [ 74%] api/keystone.identity reading sources... [ 74%] api/keystone.identity.backends reading sources... [ 74%] api/keystone.identity.backends.base reading sources... [ 75%] api/keystone.identity.backends.ldap reading sources... [ 75%] api/keystone.identity.backends.ldap.common reading sources... [ 75%] api/keystone.identity.backends.ldap.core reading sources... [ 75%] api/keystone.identity.backends.ldap.models reading sources... [ 75%] api/keystone.identity.backends.resource_options reading sources... [ 75%] api/keystone.identity.backends.sql reading sources... [ 75%] api/keystone.identity.backends.sql_model reading sources... [ 76%] api/keystone.identity.core reading sources... [ 76%] api/keystone.identity.generator reading sources... [ 76%] api/keystone.identity.id_generators reading sources... [ 76%] api/keystone.identity.id_generators.sha256 reading sources... [ 76%] api/keystone.identity.mapping_backends reading sources... [ 76%] api/keystone.identity.mapping_backends.base reading sources... [ 76%] api/keystone.identity.mapping_backends.mapping reading sources... [ 77%] api/keystone.identity.mapping_backends.sql reading sources... [ 77%] api/keystone.identity.schema reading sources... [ 77%] api/keystone.identity.shadow_backends reading sources... [ 77%] api/keystone.identity.shadow_backends.base reading sources... [ 77%] api/keystone.identity.shadow_backends.sql reading sources... [ 77%] api/keystone.limit reading sources... [ 78%] api/keystone.limit.backends reading sources... [ 78%] api/keystone.limit.backends.base reading sources... [ 78%] api/keystone.limit.backends.sql reading sources... [ 78%] api/keystone.limit.core reading sources... [ 78%] api/keystone.limit.models reading sources... [ 78%] api/keystone.limit.models.base reading sources... [ 78%] api/keystone.limit.models.flat reading sources... [ 79%] api/keystone.limit.models.strict_two_level reading sources... [ 79%] api/keystone.limit.schema reading sources... [ 79%] api/keystone.models reading sources... [ 79%] api/keystone.models.receipt_model reading sources... [ 79%] api/keystone.models.revoke_model reading sources... [ 79%] api/keystone.models.token_model reading sources... [ 79%] api/keystone.notifications reading sources... [ 80%] api/keystone.oauth1 reading sources... [ 80%] api/keystone.oauth1.backends reading sources... [ 80%] api/keystone.oauth1.backends.base reading sources... [ 80%] api/keystone.oauth1.backends.sql reading sources... [ 80%] api/keystone.oauth1.core reading sources... [ 80%] api/keystone.oauth1.schema reading sources... [ 81%] api/keystone.oauth1.validator reading sources... [ 81%] api/keystone.policy reading sources... [ 81%] api/keystone.policy.backends reading sources... [ 81%] api/keystone.policy.backends.base reading sources... [ 81%] api/keystone.policy.backends.rules reading sources... [ 81%] api/keystone.policy.backends.sql reading sources... [ 81%] api/keystone.policy.core reading sources... [ 82%] api/keystone.policy.schema reading sources... [ 82%] api/keystone.receipt reading sources... [ 82%] api/keystone.receipt.handlers reading sources... [ 82%] api/keystone.receipt.provider reading sources... [ 82%] api/keystone.receipt.providers reading sources... [ 82%] api/keystone.receipt.providers.base reading sources... [ 82%] api/keystone.receipt.providers.fernet reading sources... [ 83%] api/keystone.receipt.providers.fernet.core reading sources... [ 83%] api/keystone.receipt.receipt_formatters reading sources... [ 83%] api/keystone.resource reading sources... [ 83%] api/keystone.resource.backends reading sources... [ 83%] api/keystone.resource.backends.base reading sources... [ 83%] api/keystone.resource.backends.sql reading sources... [ 84%] api/keystone.resource.config_backends reading sources... [ 84%] api/keystone.resource.config_backends.base reading sources... [ 84%] api/keystone.resource.config_backends.sql reading sources... [ 84%] api/keystone.resource.core reading sources... [ 84%] api/keystone.resource.schema reading sources... [ 84%] api/keystone.revoke reading sources... [ 84%] api/keystone.revoke.backends reading sources... [ 85%] api/keystone.revoke.backends.base reading sources... [ 85%] api/keystone.revoke.backends.sql reading sources... [ 85%] api/keystone.revoke.core reading sources... [ 85%] api/keystone.revoke.model reading sources... [ 85%] api/keystone.server reading sources... [ 85%] api/keystone.server.backends reading sources... [ 85%] api/keystone.server.flask reading sources... [ 86%] api/keystone.server.flask.application reading sources... [ 86%] api/keystone.server.flask.common reading sources... [ 86%] api/keystone.server.flask.core reading sources... [ 86%] api/keystone.server.flask.request_processing reading sources... [ 86%] api/keystone.server.flask.request_processing.json_body reading sources... [ 86%] api/keystone.server.flask.request_processing.middleware reading sources... [ 87%] api/keystone.server.flask.request_processing.middleware.auth_context reading sources... [ 87%] api/keystone.server.flask.request_processing.middleware.url_normalize reading sources... [ 87%] api/keystone.server.flask.request_processing.req_logging reading sources... [ 87%] api/keystone.server.wsgi reading sources... [ 87%] api/keystone.token reading sources... [ 87%] api/keystone.token.provider reading sources... [ 87%] api/keystone.token.providers reading sources... [ 88%] api/keystone.token.providers.base reading sources... [ 88%] api/keystone.token.providers.fernet reading sources... [ 88%] api/keystone.token.providers.fernet.core reading sources... [ 88%] api/keystone.token.providers.jws reading sources... [ 88%] api/keystone.token.providers.jws.core reading sources... [ 88%] api/keystone.token.token_formatters reading sources... [ 89%] api/keystone.trust reading sources... [ 89%] api/keystone.trust.backends reading sources... [ 89%] api/keystone.trust.backends.base reading sources... [ 89%] api/keystone.trust.backends.sql reading sources... [ 89%] api/keystone.trust.core reading sources... [ 89%] api/keystone.trust.schema reading sources... [ 89%] api/keystone.version reading sources... [ 90%] api/modules reading sources... [ 90%] api_curl_examples reading sources... [ 90%] cli/commands reading sources... [ 90%] cli/index reading sources... [ 90%] cli/keystone-manage reading sources... [ 90%] cli/keystone-status reading sources... [ 90%] code_documentation reading sources... [ 91%] configuration/config-options loading config file config-generator/keystone.conf WARNING:stevedore.named:Could not load keystone reading sources... [ 91%] configuration/index reading sources... [ 91%] configuration/policy WARNING:stevedore.named:Could not load keystone reading sources... [ 91%] configuration/samples/index reading sources... [ 91%] configuration/samples/keystone-conf reading sources... [ 91%] configuration/samples/logging-conf reading sources... [ 92%] configuration/samples/policy-yaml reading sources... [ 92%] contributor/api_change_tutorial reading sources... [ 92%] contributor/architecture reading sources... [ 92%] contributor/auth-plugins reading sources... [ 92%] contributor/caching-layer reading sources... [ 92%] contributor/database-migrations reading sources... [ 92%] contributor/developing-drivers reading sources... [ 93%] contributor/doctor-checks reading sources... [ 93%] contributor/external-dev reading sources... [ 93%] contributor/filtering-responsibilities reading sources... [ 93%] contributor/how-can-i-help reading sources... [ 93%] contributor/http-api reading sources... [ 93%] contributor/id-manage reading sources... [ 93%] contributor/index reading sources... [ 94%] contributor/list-truncation reading sources... [ 94%] contributor/proposing-features reading sources... [ 94%] contributor/release-notes reading sources... [ 94%] contributor/service-catalog reading sources... [ 94%] contributor/services reading sources... [ 94%] contributor/set-up-keystone reading sources... [ 95%] contributor/testing-keystone reading sources... [ 95%] contributor/translated-responses reading sources... [ 95%] getting-started/architecture reading sources... [ 95%] getting-started/community reading sources... [ 95%] getting-started/index reading sources... [ 95%] getting-started/policy_mapping reading sources... [ 95%] index reading sources... [ 96%] indices-tables reading sources... [ 96%] install/get-started-obs reading sources... [ 96%] install/get-started-rdo reading sources... [ 96%] install/get-started-ubuntu reading sources... [ 96%] install/index reading sources... [ 96%] install/index-obs reading sources... [ 96%] install/index-rdo reading sources... [ 97%] install/index-ubuntu reading sources... [ 97%] install/keystone-install-obs reading sources... [ 97%] install/keystone-install-rdo reading sources... [ 97%] install/keystone-install-ubuntu reading sources... [ 97%] install/keystone-openrc-obs reading sources... [ 97%] install/keystone-openrc-rdo reading sources... [ 98%] install/keystone-openrc-ubuntu reading sources... [ 98%] install/keystone-users-obs reading sources... [ 98%] install/keystone-users-rdo reading sources... [ 98%] install/keystone-users-ubuntu reading sources... [ 98%] install/keystone-verify-obs reading sources... [ 98%] install/keystone-verify-rdo reading sources... [ 98%] install/keystone-verify-ubuntu reading sources... [ 99%] install/shared/note_configuration_vary_by_distribution reading sources... [ 99%] user/application_credentials reading sources... [ 99%] user/index reading sources... [ 99%] user/json_home reading sources... [ 99%] user/multi-factor-authentication reading sources... [ 99%] user/supported_clients reading sources... [100%] user/trusts WARNING: autodoc: failed to import module u'status' from module u'keystone.cmd'; the following exception was raised: No module named oslo_upgradecheck WARNING: autodoc: failed to import module u'jws' from module u'keystone.token.providers'; the following exception was raised: No module named jwt WARNING: autodoc: failed to import module u'jws.core' from module u'keystone.token.providers'; the following exception was raised: No module named jwt looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done writing output... [ 0%] admin/auth-totp [openstackdocstheme] giturl 'https://git.openstack.org/cgit/openstack/keystone/tree/doc/source' [openstackdocstheme] bug_project (from user) 'keystone' [openstackdocstheme] bug_tag 'documentation' [openstackdocstheme] series 'latest' [openstackdocstheme] display_badge False (no stable branches) [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/admin/auth-totp.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/admin/auth-totp.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'admin/auth-totp' writing output... [ 0%] admin/authentication-mechanisms [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/admin/authentication-mechanisms.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/admin/authentication-mechanisms.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'admin/authentication-mechanisms' writing output... [ 0%] admin/bootstrap [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/admin/bootstrap.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/admin/bootstrap.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'admin/bootstrap' writing output... [ 0%] admin/caching-layer [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/admin/caching-layer.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/admin/caching-layer.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'admin/caching-layer' writing output... [ 0%] admin/case-insensitive [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/admin/case-insensitive.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/admin/case-insensitive.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'admin/case-insensitive' writing output... [ 0%] admin/cli-manage-projects-users-and-roles [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/admin/cli-manage-projects-users-and-roles.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/admin/cli-manage-projects-users-and-roles.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'admin/cli-manage-projects-users-and-roles' writing output... [ 1%] admin/configuration [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/admin/configuration.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/admin/configuration.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'admin/configuration' writing output... [ 1%] admin/configure_tokenless_x509 [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/admin/configure_tokenless_x509.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/admin/configure_tokenless_x509.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'admin/configure_tokenless_x509' writing output... [ 1%] admin/credential-encryption [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/admin/credential-encryption.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/admin/credential-encryption.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'admin/credential-encryption' writing output... [ 1%] admin/domain-specific-config [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/admin/domain-specific-config.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/admin/domain-specific-config.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'admin/domain-specific-config' writing output... [ 1%] admin/endpoint-filtering [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/admin/endpoint-filtering.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/admin/endpoint-filtering.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'admin/endpoint-filtering' writing output... [ 1%] admin/endpoint-policy [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/admin/endpoint-policy.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/admin/endpoint-policy.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'admin/endpoint-policy' writing output... [ 1%] admin/event_notifications [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/admin/event_notifications.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/admin/event_notifications.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'admin/event_notifications' writing output... [ 2%] admin/external-authentication [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/admin/external-authentication.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/admin/external-authentication.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'admin/external-authentication' writing output... [ 2%] admin/federation/configure_federation [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/admin/federation/configure_federation.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/admin/federation/configure_federation.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'admin/federation/configure_federation' writing output... [ 2%] admin/federation/federated_identity [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/admin/federation/federated_identity.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/admin/federation/federated_identity.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'admin/federation/federated_identity' writing output... [ 2%] admin/federation/introduction [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/admin/federation/introduction.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/admin/federation/introduction.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'admin/federation/introduction' writing output... [ 2%] admin/federation/mapping_combinations [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/admin/federation/mapping_combinations.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/admin/federation/mapping_combinations.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'admin/federation/mapping_combinations' writing output... [ 2%] admin/federation/mellon [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/admin/federation/mellon.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/admin/federation/mellon.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'admin/federation/mellon' writing output... [ 3%] admin/federation/openidc [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/admin/federation/openidc.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/admin/federation/openidc.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'admin/federation/openidc' writing output... [ 3%] admin/federation/shibboleth [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/admin/federation/shibboleth.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/admin/federation/shibboleth.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'admin/federation/shibboleth' writing output... [ 3%] admin/fernet-token-faq [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/admin/fernet-token-faq.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/admin/fernet-token-faq.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'admin/fernet-token-faq' writing output... [ 3%] admin/getting-started [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/admin/getting-started.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/admin/getting-started.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'admin/getting-started' writing output... [ 3%] admin/health-check-middleware [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/admin/health-check-middleware.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/admin/health-check-middleware.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'admin/health-check-middleware' writing output... [ 3%] admin/identity-concepts [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/admin/identity-concepts.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/admin/identity-concepts.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'admin/identity-concepts' writing output... [ 3%] admin/identity-sources [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/admin/identity-sources.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/admin/identity-sources.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'admin/identity-sources' writing output... [ 4%] admin/index [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/admin/index.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/admin/index.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'admin/index' writing output... [ 4%] admin/integrate-with-ldap [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/admin/integrate-with-ldap.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/admin/integrate-with-ldap.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'admin/integrate-with-ldap' writing output... [ 4%] admin/jws-key-rotation [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/admin/jws-key-rotation.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/admin/jws-key-rotation.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'admin/jws-key-rotation' writing output... [ 4%] admin/keystone-features [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/admin/keystone-features.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/admin/keystone-features.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'admin/keystone-features' writing output... [ 4%] admin/limit-list-size [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/admin/limit-list-size.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/admin/limit-list-size.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'admin/limit-list-size' writing output... [ 4%] admin/logging [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/admin/logging.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/admin/logging.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'admin/logging' writing output... [ 4%] admin/manage-services [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/admin/manage-services.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/admin/manage-services.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'admin/manage-services' writing output... [ 5%] admin/manage-trusts [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/admin/manage-trusts.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/admin/manage-trusts.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'admin/manage-trusts' writing output... [ 5%] admin/multi-factor-authentication [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/admin/multi-factor-authentication.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/admin/multi-factor-authentication.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'admin/multi-factor-authentication' writing output... [ 5%] admin/oauth1 [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/admin/oauth1.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/admin/oauth1.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'admin/oauth1' writing output... [ 5%] admin/operations [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/admin/operations.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/admin/operations.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'admin/operations' writing output... [ 5%] admin/performance [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/admin/performance.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/admin/performance.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'admin/performance' writing output... [ 5%] admin/resource-options [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/admin/resource-options.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/admin/resource-options.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'admin/resource-options' writing output... [ 6%] admin/security-compliance [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/admin/security-compliance.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/admin/security-compliance.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'admin/security-compliance' writing output... [ 6%] admin/service-api-protection [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/admin/service-api-protection.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/admin/service-api-protection.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'admin/service-api-protection' writing output... [ 6%] admin/token-provider [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/admin/token-provider.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/admin/token-provider.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'admin/token-provider' writing output... [ 6%] admin/tokens [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/admin/tokens.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/admin/tokens.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'admin/tokens' writing output... [ 6%] admin/tokens-overview [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/admin/tokens-overview.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/admin/tokens-overview.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'admin/tokens-overview' writing output... [ 6%] admin/troubleshoot [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/admin/troubleshoot.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/admin/troubleshoot.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'admin/troubleshoot' writing output... [ 6%] admin/unified-limits [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/admin/unified-limits.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/admin/unified-limits.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'admin/unified-limits' writing output... [ 7%] admin/upgrading [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/admin/upgrading.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/admin/upgrading.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'admin/upgrading' writing output... [ 7%] admin/url-safe-naming [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/admin/url-safe-naming.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/admin/url-safe-naming.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'admin/url-safe-naming' writing output... [ 7%] api/keystone [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone' writing output... [ 7%] api/keystone.access_rules_config [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.access_rules_config.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.access_rules_config.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.access_rules_config' writing output... [ 7%] api/keystone.access_rules_config.backends [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.access_rules_config.backends.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.access_rules_config.backends.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.access_rules_config.backends' writing output... [ 7%] api/keystone.access_rules_config.backends.base [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.access_rules_config.backends.base.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.access_rules_config.backends.base.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.access_rules_config.backends.base' writing output... [ 7%] api/keystone.access_rules_config.backends.json [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.access_rules_config.backends.json.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.access_rules_config.backends.json.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.access_rules_config.backends.json' writing output... [ 8%] api/keystone.access_rules_config.core [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.access_rules_config.core.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.access_rules_config.core.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.access_rules_config.core' writing output... [ 8%] api/keystone.api [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.api.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.api.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.api' writing output... [ 8%] api/keystone.api.auth [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.api.auth.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.api.auth.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.api.auth' writing output... [ 8%] api/keystone.api.credentials [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.api.credentials.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.api.credentials.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.api.credentials' writing output... [ 8%] api/keystone.api.discovery [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.api.discovery.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.api.discovery.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.api.discovery' writing output... [ 8%] api/keystone.api.domains [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.api.domains.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.api.domains.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.api.domains' writing output... [ 9%] api/keystone.api.ec2tokens [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.api.ec2tokens.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.api.ec2tokens.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.api.ec2tokens' writing output... [ 9%] api/keystone.api.endpoints [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.api.endpoints.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.api.endpoints.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.api.endpoints' writing output... [ 9%] api/keystone.api.groups [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.api.groups.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.api.groups.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.api.groups' writing output... [ 9%] api/keystone.api.limits [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.api.limits.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.api.limits.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.api.limits' writing output... [ 9%] api/keystone.api.os_ep_filter [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.api.os_ep_filter.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.api.os_ep_filter.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.api.os_ep_filter' writing output... [ 9%] api/keystone.api.os_federation [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.api.os_federation.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.api.os_federation.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.api.os_federation' writing output... [ 9%] api/keystone.api.os_inherit [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.api.os_inherit.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.api.os_inherit.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.api.os_inherit' writing output... [ 10%] api/keystone.api.os_oauth1 [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.api.os_oauth1.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.api.os_oauth1.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.api.os_oauth1' writing output... [ 10%] api/keystone.api.os_revoke [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.api.os_revoke.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.api.os_revoke.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.api.os_revoke' writing output... [ 10%] api/keystone.api.os_simple_cert [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.api.os_simple_cert.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.api.os_simple_cert.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.api.os_simple_cert' writing output... [ 10%] api/keystone.api.policy [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.api.policy.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.api.policy.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.api.policy' writing output... [ 10%] api/keystone.api.projects [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.api.projects.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.api.projects.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.api.projects' writing output... [ 10%] api/keystone.api.regions [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.api.regions.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.api.regions.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.api.regions' writing output... [ 10%] api/keystone.api.registered_limits [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.api.registered_limits.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.api.registered_limits.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.api.registered_limits' writing output... [ 11%] api/keystone.api.role_assignments [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.api.role_assignments.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.api.role_assignments.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.api.role_assignments' writing output... [ 11%] api/keystone.api.role_inferences [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.api.role_inferences.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.api.role_inferences.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.api.role_inferences' writing output... [ 11%] api/keystone.api.roles [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.api.roles.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.api.roles.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.api.roles' writing output... [ 11%] api/keystone.api.s3tokens [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.api.s3tokens.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.api.s3tokens.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.api.s3tokens' writing output... [ 11%] api/keystone.api.services [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.api.services.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.api.services.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.api.services' writing output... [ 11%] api/keystone.api.system [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.api.system.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.api.system.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.api.system' writing output... [ 12%] api/keystone.api.trusts [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.api.trusts.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.api.trusts.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.api.trusts' writing output... [ 12%] api/keystone.api.users [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.api.users.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.api.users.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.api.users' writing output... [ 12%] api/keystone.application_credential [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.application_credential.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.application_credential.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.application_credential' writing output... [ 12%] api/keystone.application_credential.backends [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.application_credential.backends.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.application_credential.backends.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.application_credential.backends' writing output... [ 12%] api/keystone.application_credential.backends.base [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.application_credential.backends.base.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.application_credential.backends.base.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.application_credential.backends.base' writing output... [ 12%] api/keystone.application_credential.backends.sql [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.application_credential.backends.sql.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.application_credential.backends.sql.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.application_credential.backends.sql' writing output... [ 12%] api/keystone.application_credential.core [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.application_credential.core.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.application_credential.core.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.application_credential.core' writing output... [ 13%] api/keystone.application_credential.schema [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.application_credential.schema.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.application_credential.schema.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.application_credential.schema' writing output... [ 13%] api/keystone.assignment [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.assignment.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.assignment.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.assignment' writing output... [ 13%] api/keystone.assignment.backends [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.assignment.backends.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.assignment.backends.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.assignment.backends' writing output... [ 13%] api/keystone.assignment.backends.base [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.assignment.backends.base.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.assignment.backends.base.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.assignment.backends.base' writing output... [ 13%] api/keystone.assignment.backends.sql [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.assignment.backends.sql.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.assignment.backends.sql.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.assignment.backends.sql' writing output... [ 13%] api/keystone.assignment.core [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.assignment.core.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.assignment.core.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.assignment.core' writing output... [ 14%] api/keystone.assignment.role_backends [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.assignment.role_backends.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.assignment.role_backends.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.assignment.role_backends' writing output... [ 14%] api/keystone.assignment.role_backends.base [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.assignment.role_backends.base.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.assignment.role_backends.base.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.assignment.role_backends.base' writing output... [ 14%] api/keystone.assignment.role_backends.sql [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.assignment.role_backends.sql.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.assignment.role_backends.sql.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.assignment.role_backends.sql' writing output... [ 14%] api/keystone.assignment.schema [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.assignment.schema.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.assignment.schema.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.assignment.schema' writing output... [ 14%] api/keystone.auth [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.auth.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.auth.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.auth' writing output... [ 14%] api/keystone.auth.core [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.auth.core.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.auth.core.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.auth.core' writing output... [ 14%] api/keystone.auth.plugins [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.auth.plugins.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.auth.plugins.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.auth.plugins' writing output... [ 15%] api/keystone.auth.plugins.application_credential [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.auth.plugins.application_credential.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.auth.plugins.application_credential.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.auth.plugins.application_credential' writing output... [ 15%] api/keystone.auth.plugins.base [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.auth.plugins.base.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.auth.plugins.base.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.auth.plugins.base' writing output... [ 15%] api/keystone.auth.plugins.core [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.auth.plugins.core.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.auth.plugins.core.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.auth.plugins.core' writing output... [ 15%] api/keystone.auth.plugins.external [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.auth.plugins.external.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.auth.plugins.external.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.auth.plugins.external' writing output... [ 15%] api/keystone.auth.plugins.mapped [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.auth.plugins.mapped.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.auth.plugins.mapped.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.auth.plugins.mapped' writing output... [ 15%] api/keystone.auth.plugins.oauth1 [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.auth.plugins.oauth1.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.auth.plugins.oauth1.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.auth.plugins.oauth1' writing output... [ 15%] api/keystone.auth.plugins.password [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.auth.plugins.password.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.auth.plugins.password.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.auth.plugins.password' writing output... [ 16%] api/keystone.auth.plugins.token [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.auth.plugins.token.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.auth.plugins.token.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.auth.plugins.token' writing output... [ 16%] api/keystone.auth.plugins.totp [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.auth.plugins.totp.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.auth.plugins.totp.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.auth.plugins.totp' writing output... [ 16%] api/keystone.auth.schema [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.auth.schema.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.auth.schema.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.auth.schema' writing output... [ 16%] api/keystone.catalog [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.catalog.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.catalog.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.catalog' writing output... [ 16%] api/keystone.catalog.backends [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.catalog.backends.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.catalog.backends.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.catalog.backends' writing output... [ 16%] api/keystone.catalog.backends.base [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.catalog.backends.base.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.catalog.backends.base.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.catalog.backends.base' writing output... [ 17%] api/keystone.catalog.backends.sql [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.catalog.backends.sql.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.catalog.backends.sql.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.catalog.backends.sql' writing output... [ 17%] api/keystone.catalog.backends.templated [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.catalog.backends.templated.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.catalog.backends.templated.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.catalog.backends.templated' writing output... [ 17%] api/keystone.catalog.core [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.catalog.core.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.catalog.core.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.catalog.core' writing output... [ 17%] api/keystone.catalog.schema [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.catalog.schema.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.catalog.schema.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.catalog.schema' writing output... [ 17%] api/keystone.cmd [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.cmd.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.cmd.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.cmd' writing output... [ 17%] api/keystone.cmd.bootstrap [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.cmd.bootstrap.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.cmd.bootstrap.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.cmd.bootstrap' writing output... [ 17%] api/keystone.cmd.cli [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.cmd.cli.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.cmd.cli.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.cmd.cli' writing output... [ 18%] api/keystone.cmd.doctor [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.cmd.doctor.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.cmd.doctor.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.cmd.doctor' writing output... [ 18%] api/keystone.cmd.doctor.caching [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.cmd.doctor.caching.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.cmd.doctor.caching.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.cmd.doctor.caching' writing output... [ 18%] api/keystone.cmd.doctor.credential [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.cmd.doctor.credential.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.cmd.doctor.credential.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.cmd.doctor.credential' writing output... [ 18%] api/keystone.cmd.doctor.database [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.cmd.doctor.database.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.cmd.doctor.database.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.cmd.doctor.database' writing output... [ 18%] api/keystone.cmd.doctor.debug [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.cmd.doctor.debug.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.cmd.doctor.debug.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.cmd.doctor.debug' writing output... [ 18%] api/keystone.cmd.doctor.federation [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.cmd.doctor.federation.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.cmd.doctor.federation.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.cmd.doctor.federation' writing output... [ 18%] api/keystone.cmd.doctor.ldap [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.cmd.doctor.ldap.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.cmd.doctor.ldap.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.cmd.doctor.ldap' writing output... [ 19%] api/keystone.cmd.doctor.security_compliance [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.cmd.doctor.security_compliance.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.cmd.doctor.security_compliance.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.cmd.doctor.security_compliance' writing output... [ 19%] api/keystone.cmd.doctor.tokens [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.cmd.doctor.tokens.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.cmd.doctor.tokens.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.cmd.doctor.tokens' writing output... [ 19%] api/keystone.cmd.doctor.tokens_fernet [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.cmd.doctor.tokens_fernet.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.cmd.doctor.tokens_fernet.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.cmd.doctor.tokens_fernet' writing output... [ 19%] api/keystone.cmd.manage [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.cmd.manage.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.cmd.manage.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.cmd.manage' writing output... [ 19%] api/keystone.cmd.status [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.cmd.status.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.cmd.status.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.cmd.status' writing output... [ 19%] api/keystone.common [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common' writing output... [ 20%] api/keystone.common.authorization [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.authorization.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.authorization.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.authorization' writing output... [ 20%] api/keystone.common.cache [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.cache.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.cache.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.cache' writing output... [ 20%] api/keystone.common.cache.core [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.cache.core.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.cache.core.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.cache.core' writing output... [ 20%] api/keystone.common.context [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.context.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.context.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.context' writing output... [ 20%] api/keystone.common.driver_hints [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.driver_hints.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.driver_hints.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.driver_hints' writing output... [ 20%] api/keystone.common.fernet_utils [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.fernet_utils.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.fernet_utils.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.fernet_utils' writing output... [ 20%] api/keystone.common.json_home [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.json_home.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.json_home.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.json_home' writing output... [ 21%] api/keystone.common.jwt_utils [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.jwt_utils.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.jwt_utils.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.jwt_utils' writing output... [ 21%] api/keystone.common.manager [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.manager.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.manager.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.manager' writing output... [ 21%] api/keystone.common.password_hashing [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.password_hashing.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.password_hashing.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.password_hashing' writing output... [ 21%] api/keystone.common.policies [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.policies.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.policies.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.policies' writing output... [ 21%] api/keystone.common.policies.access_token [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.policies.access_token.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.policies.access_token.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.policies.access_token' writing output... [ 21%] api/keystone.common.policies.application_credential [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.policies.application_credential.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.policies.application_credential.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.policies.application_credential' writing output... [ 21%] api/keystone.common.policies.auth [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.policies.auth.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.policies.auth.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.policies.auth' writing output... [ 22%] api/keystone.common.policies.base [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.policies.base.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.policies.base.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.policies.base' writing output... [ 22%] api/keystone.common.policies.consumer [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.policies.consumer.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.policies.consumer.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.policies.consumer' writing output... [ 22%] api/keystone.common.policies.credential [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.policies.credential.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.policies.credential.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.policies.credential' writing output... [ 22%] api/keystone.common.policies.domain [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.policies.domain.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.policies.domain.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.policies.domain' writing output... [ 22%] api/keystone.common.policies.domain_config [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.policies.domain_config.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.policies.domain_config.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.policies.domain_config' writing output... [ 22%] api/keystone.common.policies.ec2_credential [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.policies.ec2_credential.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.policies.ec2_credential.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.policies.ec2_credential' writing output... [ 23%] api/keystone.common.policies.endpoint [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.policies.endpoint.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.policies.endpoint.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.policies.endpoint' writing output... [ 23%] api/keystone.common.policies.endpoint_group [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.policies.endpoint_group.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.policies.endpoint_group.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.policies.endpoint_group' writing output... [ 23%] api/keystone.common.policies.grant [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.policies.grant.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.policies.grant.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.policies.grant' writing output... [ 23%] api/keystone.common.policies.group [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.policies.group.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.policies.group.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.policies.group' writing output... [ 23%] api/keystone.common.policies.identity_provider [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.policies.identity_provider.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.policies.identity_provider.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.policies.identity_provider' writing output... [ 23%] api/keystone.common.policies.implied_role [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.policies.implied_role.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.policies.implied_role.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.policies.implied_role' writing output... [ 23%] api/keystone.common.policies.limit [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.policies.limit.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.policies.limit.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.policies.limit' writing output... [ 24%] api/keystone.common.policies.mapping [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.policies.mapping.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.policies.mapping.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.policies.mapping' writing output... [ 24%] api/keystone.common.policies.policy [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.policies.policy.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.policies.policy.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.policies.policy' writing output... [ 24%] api/keystone.common.policies.policy_association [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.policies.policy_association.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.policies.policy_association.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.policies.policy_association' writing output... [ 24%] api/keystone.common.policies.project [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.policies.project.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.policies.project.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.policies.project' writing output... [ 24%] api/keystone.common.policies.project_endpoint [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.policies.project_endpoint.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.policies.project_endpoint.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.policies.project_endpoint' writing output... [ 24%] api/keystone.common.policies.protocol [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.policies.protocol.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.policies.protocol.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.policies.protocol' writing output... [ 25%] api/keystone.common.policies.region [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.policies.region.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.policies.region.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.policies.region' writing output... [ 25%] api/keystone.common.policies.registered_limit [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.policies.registered_limit.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.policies.registered_limit.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.policies.registered_limit' writing output... [ 25%] api/keystone.common.policies.revoke_event [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.policies.revoke_event.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.policies.revoke_event.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.policies.revoke_event' writing output... [ 25%] api/keystone.common.policies.role [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.policies.role.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.policies.role.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.policies.role' writing output... [ 25%] api/keystone.common.policies.role_assignment [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.policies.role_assignment.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.policies.role_assignment.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.policies.role_assignment' writing output... [ 25%] api/keystone.common.policies.service [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.policies.service.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.policies.service.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.policies.service' writing output... [ 25%] api/keystone.common.policies.service_provider [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.policies.service_provider.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.policies.service_provider.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.policies.service_provider' writing output... [ 26%] api/keystone.common.policies.token [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.policies.token.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.policies.token.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.policies.token' writing output... [ 26%] api/keystone.common.policies.token_revocation [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.policies.token_revocation.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.policies.token_revocation.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.policies.token_revocation' writing output... [ 26%] api/keystone.common.policies.trust [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.policies.trust.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.policies.trust.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.policies.trust' writing output... [ 26%] api/keystone.common.policies.user [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.policies.user.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.policies.user.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.policies.user' writing output... [ 26%] api/keystone.common.profiler [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.profiler.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.profiler.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.profiler' writing output... [ 26%] api/keystone.common.provider_api [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.provider_api.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.provider_api.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.provider_api' writing output... [ 26%] api/keystone.common.rbac_enforcer [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.rbac_enforcer.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.rbac_enforcer.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.rbac_enforcer' writing output... [ 27%] api/keystone.common.rbac_enforcer.enforcer [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.rbac_enforcer.enforcer.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.rbac_enforcer.enforcer.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.rbac_enforcer.enforcer' writing output... [ 27%] api/keystone.common.rbac_enforcer.policy [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.rbac_enforcer.policy.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.rbac_enforcer.policy.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.rbac_enforcer.policy' writing output... [ 27%] api/keystone.common.render_token [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.render_token.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.render_token.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.render_token' writing output... [ 27%] api/keystone.common.resource_options [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.resource_options.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.resource_options.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.resource_options' writing output... [ 27%] api/keystone.common.sql [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql' writing output... [ 27%] api/keystone.common.sql.contract_repo [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.contract_repo.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.contract_repo.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.contract_repo' writing output... [ 28%] api/keystone.common.sql.contract_repo.manage [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.contract_repo.manage.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.contract_repo.manage.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.contract_repo.manage' writing output... [ 28%] api/keystone.common.sql.contract_repo.versions [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.contract_repo.versions.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.contract_repo.versions.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.contract_repo.versions' writing output... [ 28%] api/keystone.common.sql.contract_repo.versions.001_contract_initial_null_migration [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.contract_repo.versions.001_contract_initial_null_migration.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.contract_repo.versions.001_contract_initial_null_migration.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.contract_repo.versions.001_contract_initial_null_migration' writing output... [ 28%] api/keystone.common.sql.contract_repo.versions.002_password_created_at_not_nullable [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.contract_repo.versions.002_password_created_at_not_nullable.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.contract_repo.versions.002_password_created_at_not_nullable.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.contract_repo.versions.002_password_created_at_not_nullable' writing output... [ 28%] api/keystone.common.sql.contract_repo.versions.003_remove_unencrypted_blob_column_from_credential [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.contract_repo.versions.003_remove_unencrypted_blob_column_from_credential.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.contract_repo.versions.003_remove_unencrypted_blob_column_from_credential.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.contract_repo.versions.003_remove_unencrypted_blob_column_from_credential' writing output... [ 28%] api/keystone.common.sql.contract_repo.versions.004_reset_password_created_at [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.contract_repo.versions.004_reset_password_created_at.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.contract_repo.versions.004_reset_password_created_at.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.contract_repo.versions.004_reset_password_created_at' writing output... [ 28%] api/keystone.common.sql.contract_repo.versions.005_placeholder [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.contract_repo.versions.005_placeholder.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.contract_repo.versions.005_placeholder.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.contract_repo.versions.005_placeholder' writing output... [ 29%] api/keystone.common.sql.contract_repo.versions.006_placeholder [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.contract_repo.versions.006_placeholder.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.contract_repo.versions.006_placeholder.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.contract_repo.versions.006_placeholder' writing output... [ 29%] api/keystone.common.sql.contract_repo.versions.007_placeholder [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.contract_repo.versions.007_placeholder.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.contract_repo.versions.007_placeholder.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.contract_repo.versions.007_placeholder' writing output... [ 29%] api/keystone.common.sql.contract_repo.versions.008_placeholder [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.contract_repo.versions.008_placeholder.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.contract_repo.versions.008_placeholder.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.contract_repo.versions.008_placeholder' writing output... [ 29%] api/keystone.common.sql.contract_repo.versions.009_placeholder [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.contract_repo.versions.009_placeholder.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.contract_repo.versions.009_placeholder.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.contract_repo.versions.009_placeholder' writing output... [ 29%] api/keystone.common.sql.contract_repo.versions.010_contract_add_revocation_event_index [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.contract_repo.versions.010_contract_add_revocation_event_index.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.contract_repo.versions.010_contract_add_revocation_event_index.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.contract_repo.versions.010_contract_add_revocation_event_index' writing output... [ 29%] api/keystone.common.sql.contract_repo.versions.011_contract_user_id_unique_for_nonlocal_user [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.contract_repo.versions.011_contract_user_id_unique_for_nonlocal_user.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.contract_repo.versions.011_contract_user_id_unique_for_nonlocal_user.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.contract_repo.versions.011_contract_user_id_unique_for_nonlocal_user' writing output... [ 29%] api/keystone.common.sql.contract_repo.versions.012_contract_add_domain_id_to_idp [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.contract_repo.versions.012_contract_add_domain_id_to_idp.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.contract_repo.versions.012_contract_add_domain_id_to_idp.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.contract_repo.versions.012_contract_add_domain_id_to_idp' writing output... [ 30%] api/keystone.common.sql.contract_repo.versions.013_contract_protocol_cascade_delete_for_federated_user [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.contract_repo.versions.013_contract_protocol_cascade_delete_for_federated_user.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.contract_repo.versions.013_contract_protocol_cascade_delete_for_federated_user.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.contract_repo.versions.013_contract_protocol_cascade_delete_for_federated_user' writing output... [ 30%] api/keystone.common.sql.contract_repo.versions.014_contract_add_domain_id_to_user_table [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.contract_repo.versions.014_contract_add_domain_id_to_user_table.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.contract_repo.versions.014_contract_add_domain_id_to_user_table.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.contract_repo.versions.014_contract_add_domain_id_to_user_table' writing output... [ 30%] api/keystone.common.sql.contract_repo.versions.015_contract_update_federated_user_domain [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.contract_repo.versions.015_contract_update_federated_user_domain.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.contract_repo.versions.015_contract_update_federated_user_domain.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.contract_repo.versions.015_contract_update_federated_user_domain' writing output... [ 30%] api/keystone.common.sql.contract_repo.versions.016_contract_add_user_options [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.contract_repo.versions.016_contract_add_user_options.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.contract_repo.versions.016_contract_add_user_options.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.contract_repo.versions.016_contract_add_user_options' writing output... [ 30%] api/keystone.common.sql.contract_repo.versions.017_placeholder [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.contract_repo.versions.017_placeholder.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.contract_repo.versions.017_placeholder.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.contract_repo.versions.017_placeholder' writing output... [ 30%] api/keystone.common.sql.contract_repo.versions.018_placeholder [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.contract_repo.versions.018_placeholder.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.contract_repo.versions.018_placeholder.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.contract_repo.versions.018_placeholder' writing output... [ 31%] api/keystone.common.sql.contract_repo.versions.019_placeholder [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.contract_repo.versions.019_placeholder.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.contract_repo.versions.019_placeholder.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.contract_repo.versions.019_placeholder' writing output... [ 31%] api/keystone.common.sql.contract_repo.versions.020_placeholder [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.contract_repo.versions.020_placeholder.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.contract_repo.versions.020_placeholder.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.contract_repo.versions.020_placeholder' writing output... [ 31%] api/keystone.common.sql.contract_repo.versions.021_placeholder [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.contract_repo.versions.021_placeholder.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.contract_repo.versions.021_placeholder.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.contract_repo.versions.021_placeholder' writing output... [ 31%] api/keystone.common.sql.contract_repo.versions.022_contract_add_default_project_id_index [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.contract_repo.versions.022_contract_add_default_project_id_index.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.contract_repo.versions.022_contract_add_default_project_id_index.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.contract_repo.versions.022_contract_add_default_project_id_index' writing output... [ 31%] api/keystone.common.sql.contract_repo.versions.023_contract_add_second_password_column_for_expanded_hash_sizes [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.contract_repo.versions.023_contract_add_second_password_column_for_expanded_hash_sizes.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.contract_repo.versions.023_contract_add_second_password_column_for_expanded_hash_sizes.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.contract_repo.versions.023_contract_add_second_password_column_for_expanded_hash_sizes' writing output... [ 31%] api/keystone.common.sql.contract_repo.versions.024_contract_create_created_at_int_columns [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.contract_repo.versions.024_contract_create_created_at_int_columns.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.contract_repo.versions.024_contract_create_created_at_int_columns.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.contract_repo.versions.024_contract_create_created_at_int_columns' writing output... [ 31%] api/keystone.common.sql.contract_repo.versions.025_placeholder [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.contract_repo.versions.025_placeholder.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.contract_repo.versions.025_placeholder.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.contract_repo.versions.025_placeholder' writing output... [ 32%] api/keystone.common.sql.contract_repo.versions.026_placeholder [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.contract_repo.versions.026_placeholder.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.contract_repo.versions.026_placeholder.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.contract_repo.versions.026_placeholder' writing output... [ 32%] api/keystone.common.sql.contract_repo.versions.027_placeholder [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.contract_repo.versions.027_placeholder.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.contract_repo.versions.027_placeholder.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.contract_repo.versions.027_placeholder' writing output... [ 32%] api/keystone.common.sql.contract_repo.versions.028_placeholder [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.contract_repo.versions.028_placeholder.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.contract_repo.versions.028_placeholder.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.contract_repo.versions.028_placeholder' writing output... [ 32%] api/keystone.common.sql.contract_repo.versions.029_placeholder [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.contract_repo.versions.029_placeholder.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.contract_repo.versions.029_placeholder.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.contract_repo.versions.029_placeholder' writing output... [ 32%] api/keystone.common.sql.contract_repo.versions.030_contract_add_project_tags_table [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.contract_repo.versions.030_contract_add_project_tags_table.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.contract_repo.versions.030_contract_add_project_tags_table.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.contract_repo.versions.030_contract_add_project_tags_table' writing output... [ 32%] api/keystone.common.sql.contract_repo.versions.031_contract_system_assignment_table [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.contract_repo.versions.031_contract_system_assignment_table.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.contract_repo.versions.031_contract_system_assignment_table.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.contract_repo.versions.031_contract_system_assignment_table' writing output... [ 32%] api/keystone.common.sql.contract_repo.versions.032_contract_add_expired_at_int_to_trust [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.contract_repo.versions.032_contract_add_expired_at_int_to_trust.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.contract_repo.versions.032_contract_add_expired_at_int_to_trust.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.contract_repo.versions.032_contract_add_expired_at_int_to_trust' writing output... [ 33%] api/keystone.common.sql.contract_repo.versions.033_contract_add_limits_tables [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.contract_repo.versions.033_contract_add_limits_tables.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.contract_repo.versions.033_contract_add_limits_tables.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.contract_repo.versions.033_contract_add_limits_tables' writing output... [ 33%] api/keystone.common.sql.contract_repo.versions.034_contract_add_application_credentials_table [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.contract_repo.versions.034_contract_add_application_credentials_table.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.contract_repo.versions.034_contract_add_application_credentials_table.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.contract_repo.versions.034_contract_add_application_credentials_table' writing output... [ 33%] api/keystone.common.sql.contract_repo.versions.035_contract_add_system_column_to_application_credential_table [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.contract_repo.versions.035_contract_add_system_column_to_application_credential_table.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.contract_repo.versions.035_contract_add_system_column_to_application_credential_table.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.contract_repo.versions.035_contract_add_system_column_to_application_credential_table' writing output... [ 33%] api/keystone.common.sql.contract_repo.versions.036_contract_rename_application_credential_restriction_column [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.contract_repo.versions.036_contract_rename_application_credential_restriction_column.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.contract_repo.versions.036_contract_rename_application_credential_restriction_column.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.contract_repo.versions.036_contract_rename_application_credential_restriction_column' writing output... [ 33%] api/keystone.common.sql.contract_repo.versions.037_contract_remove_service_and_region_fk_for_registered_limit [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.contract_repo.versions.037_contract_remove_service_and_region_fk_for_registered_limit.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.contract_repo.versions.037_contract_remove_service_and_region_fk_for_registered_limit.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.contract_repo.versions.037_contract_remove_service_and_region_fk_for_registered_limit' writing output... [ 33%] api/keystone.common.sql.contract_repo.versions.038_placeholder [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.contract_repo.versions.038_placeholder.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.contract_repo.versions.038_placeholder.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.contract_repo.versions.038_placeholder' writing output... [ 34%] api/keystone.common.sql.contract_repo.versions.039_placeholder [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.contract_repo.versions.039_placeholder.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.contract_repo.versions.039_placeholder.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.contract_repo.versions.039_placeholder' writing output... [ 34%] api/keystone.common.sql.contract_repo.versions.040_placeholder [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.contract_repo.versions.040_placeholder.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.contract_repo.versions.040_placeholder.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.contract_repo.versions.040_placeholder' writing output... [ 34%] api/keystone.common.sql.contract_repo.versions.041_placeholder [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.contract_repo.versions.041_placeholder.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.contract_repo.versions.041_placeholder.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.contract_repo.versions.041_placeholder' writing output... [ 34%] api/keystone.common.sql.contract_repo.versions.042_placeholder [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.contract_repo.versions.042_placeholder.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.contract_repo.versions.042_placeholder.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.contract_repo.versions.042_placeholder' writing output... [ 34%] api/keystone.common.sql.contract_repo.versions.043_placeholder [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.contract_repo.versions.043_placeholder.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.contract_repo.versions.043_placeholder.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.contract_repo.versions.043_placeholder' writing output... [ 34%] api/keystone.common.sql.contract_repo.versions.044_placeholder [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.contract_repo.versions.044_placeholder.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.contract_repo.versions.044_placeholder.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.contract_repo.versions.044_placeholder' writing output... [ 34%] api/keystone.common.sql.contract_repo.versions.045_contract_add_description_to_limit [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.contract_repo.versions.045_contract_add_description_to_limit.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.contract_repo.versions.045_contract_add_description_to_limit.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.contract_repo.versions.045_contract_add_description_to_limit' writing output... [ 35%] api/keystone.common.sql.contract_repo.versions.046_contract_old_password_data_to_password_hash_column [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.contract_repo.versions.046_contract_old_password_data_to_password_hash_column.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.contract_repo.versions.046_contract_old_password_data_to_password_hash_column.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.contract_repo.versions.046_contract_old_password_data_to_password_hash_column' writing output... [ 35%] api/keystone.common.sql.contract_repo.versions.047_contract_expand_update_pk_for_unified_limit [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.contract_repo.versions.047_contract_expand_update_pk_for_unified_limit.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.contract_repo.versions.047_contract_expand_update_pk_for_unified_limit.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.contract_repo.versions.047_contract_expand_update_pk_for_unified_limit' writing output... [ 35%] api/keystone.common.sql.contract_repo.versions.048_contract_add_registered_limit_id_column_for_limit [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.contract_repo.versions.048_contract_add_registered_limit_id_column_for_limit.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.contract_repo.versions.048_contract_add_registered_limit_id_column_for_limit.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.contract_repo.versions.048_contract_add_registered_limit_id_column_for_limit' writing output... [ 35%] api/keystone.common.sql.contract_repo.versions.049_placeholder [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.contract_repo.versions.049_placeholder.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.contract_repo.versions.049_placeholder.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.contract_repo.versions.049_placeholder' writing output... [ 35%] api/keystone.common.sql.contract_repo.versions.050_placeholder [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.contract_repo.versions.050_placeholder.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.contract_repo.versions.050_placeholder.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.contract_repo.versions.050_placeholder' writing output... [ 35%] api/keystone.common.sql.contract_repo.versions.051_placeholder [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.contract_repo.versions.051_placeholder.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.contract_repo.versions.051_placeholder.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.contract_repo.versions.051_placeholder' writing output... [ 35%] api/keystone.common.sql.contract_repo.versions.052_placeholder [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.contract_repo.versions.052_placeholder.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.contract_repo.versions.052_placeholder.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.contract_repo.versions.052_placeholder' writing output... [ 36%] api/keystone.common.sql.contract_repo.versions.053_contract_add_role_description_to_role_table [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.contract_repo.versions.053_contract_add_role_description_to_role_table.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.contract_repo.versions.053_contract_add_role_description_to_role_table.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.contract_repo.versions.053_contract_add_role_description_to_role_table' writing output... [ 36%] api/keystone.common.sql.contract_repo.versions.054_contract_drop_old_passoword_column [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.contract_repo.versions.054_contract_drop_old_passoword_column.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.contract_repo.versions.054_contract_drop_old_passoword_column.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.contract_repo.versions.054_contract_drop_old_passoword_column' writing output... [ 36%] api/keystone.common.sql.contract_repo.versions.055_contract_add_domain_to_limit [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.contract_repo.versions.055_contract_add_domain_to_limit.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.contract_repo.versions.055_contract_add_domain_to_limit.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.contract_repo.versions.055_contract_add_domain_to_limit' writing output... [ 36%] api/keystone.common.sql.contract_repo.versions.056_contract_add_application_credential_access_rules [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.contract_repo.versions.056_contract_add_application_credential_access_rules.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.contract_repo.versions.056_contract_add_application_credential_access_rules.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.contract_repo.versions.056_contract_add_application_credential_access_rules' writing output... [ 36%] api/keystone.common.sql.contract_repo.versions.057_placeholder [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.contract_repo.versions.057_placeholder.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.contract_repo.versions.057_placeholder.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.contract_repo.versions.057_placeholder' writing output... [ 36%] api/keystone.common.sql.contract_repo.versions.058_placeholder [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.contract_repo.versions.058_placeholder.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.contract_repo.versions.058_placeholder.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.contract_repo.versions.058_placeholder' writing output... [ 37%] api/keystone.common.sql.contract_repo.versions.059_placeholder [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.contract_repo.versions.059_placeholder.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.contract_repo.versions.059_placeholder.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.contract_repo.versions.059_placeholder' writing output... [ 37%] api/keystone.common.sql.contract_repo.versions.060_placeholder [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.contract_repo.versions.060_placeholder.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.contract_repo.versions.060_placeholder.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.contract_repo.versions.060_placeholder' writing output... [ 37%] api/keystone.common.sql.contract_repo.versions.061_placeholder [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.contract_repo.versions.061_placeholder.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.contract_repo.versions.061_placeholder.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.contract_repo.versions.061_placeholder' writing output... [ 37%] api/keystone.common.sql.core [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.core.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.core.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.core' writing output... [ 37%] api/keystone.common.sql.data_migration_repo [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.data_migration_repo.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.data_migration_repo.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.data_migration_repo' writing output... [ 37%] api/keystone.common.sql.data_migration_repo.manage [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.data_migration_repo.manage.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.data_migration_repo.manage.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.data_migration_repo.manage' writing output... [ 37%] api/keystone.common.sql.data_migration_repo.versions [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.data_migration_repo.versions.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.data_migration_repo.versions.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.data_migration_repo.versions' writing output... [ 38%] api/keystone.common.sql.data_migration_repo.versions.001_data_initial_null_migration [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.data_migration_repo.versions.001_data_initial_null_migration.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.data_migration_repo.versions.001_data_initial_null_migration.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.data_migration_repo.versions.001_data_initial_null_migration' writing output... [ 38%] api/keystone.common.sql.data_migration_repo.versions.002_password_created_at_not_nullable [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.data_migration_repo.versions.002_password_created_at_not_nullable.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.data_migration_repo.versions.002_password_created_at_not_nullable.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.data_migration_repo.versions.002_password_created_at_not_nullable' writing output... [ 38%] api/keystone.common.sql.data_migration_repo.versions.003_migrate_unencrypted_credentials [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.data_migration_repo.versions.003_migrate_unencrypted_credentials.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.data_migration_repo.versions.003_migrate_unencrypted_credentials.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.data_migration_repo.versions.003_migrate_unencrypted_credentials' writing output... [ 38%] api/keystone.common.sql.data_migration_repo.versions.004_reset_password_created_at [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.data_migration_repo.versions.004_reset_password_created_at.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.data_migration_repo.versions.004_reset_password_created_at.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.data_migration_repo.versions.004_reset_password_created_at' writing output... [ 38%] api/keystone.common.sql.data_migration_repo.versions.005_placeholder [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.data_migration_repo.versions.005_placeholder.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.data_migration_repo.versions.005_placeholder.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.data_migration_repo.versions.005_placeholder' writing output... [ 38%] api/keystone.common.sql.data_migration_repo.versions.006_placeholder [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.data_migration_repo.versions.006_placeholder.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.data_migration_repo.versions.006_placeholder.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.data_migration_repo.versions.006_placeholder' writing output... [ 39%] api/keystone.common.sql.data_migration_repo.versions.007_placeholder [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.data_migration_repo.versions.007_placeholder.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.data_migration_repo.versions.007_placeholder.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.data_migration_repo.versions.007_placeholder' writing output... [ 39%] api/keystone.common.sql.data_migration_repo.versions.008_placeholder [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.data_migration_repo.versions.008_placeholder.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.data_migration_repo.versions.008_placeholder.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.data_migration_repo.versions.008_placeholder' writing output... [ 39%] api/keystone.common.sql.data_migration_repo.versions.009_placeholder [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.data_migration_repo.versions.009_placeholder.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.data_migration_repo.versions.009_placeholder.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.data_migration_repo.versions.009_placeholder' writing output... [ 39%] api/keystone.common.sql.data_migration_repo.versions.010_migrate_add_revocation_event_index [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.data_migration_repo.versions.010_migrate_add_revocation_event_index.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.data_migration_repo.versions.010_migrate_add_revocation_event_index.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.data_migration_repo.versions.010_migrate_add_revocation_event_index' writing output... [ 39%] api/keystone.common.sql.data_migration_repo.versions.011_expand_user_id_unique_for_nonlocal_user [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.data_migration_repo.versions.011_expand_user_id_unique_for_nonlocal_user.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.data_migration_repo.versions.011_expand_user_id_unique_for_nonlocal_user.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.data_migration_repo.versions.011_expand_user_id_unique_for_nonlocal_user' writing output... [ 39%] api/keystone.common.sql.data_migration_repo.versions.012_migrate_add_domain_id_to_idp [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.data_migration_repo.versions.012_migrate_add_domain_id_to_idp.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.data_migration_repo.versions.012_migrate_add_domain_id_to_idp.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.data_migration_repo.versions.012_migrate_add_domain_id_to_idp' writing output... [ 39%] api/keystone.common.sql.data_migration_repo.versions.013_migrate_protocol_cascade_delete_for_federated_user [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.data_migration_repo.versions.013_migrate_protocol_cascade_delete_for_federated_user.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.data_migration_repo.versions.013_migrate_protocol_cascade_delete_for_federated_user.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.data_migration_repo.versions.013_migrate_protocol_cascade_delete_for_federated_user' writing output... [ 40%] api/keystone.common.sql.data_migration_repo.versions.014_migrate_add_domain_id_to_user_table [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.data_migration_repo.versions.014_migrate_add_domain_id_to_user_table.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.data_migration_repo.versions.014_migrate_add_domain_id_to_user_table.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.data_migration_repo.versions.014_migrate_add_domain_id_to_user_table' writing output... [ 40%] api/keystone.common.sql.data_migration_repo.versions.015_migrate_update_federated_user_domain [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.data_migration_repo.versions.015_migrate_update_federated_user_domain.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.data_migration_repo.versions.015_migrate_update_federated_user_domain.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.data_migration_repo.versions.015_migrate_update_federated_user_domain' writing output... [ 40%] api/keystone.common.sql.data_migration_repo.versions.016_migrate_add_user_options [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.data_migration_repo.versions.016_migrate_add_user_options.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.data_migration_repo.versions.016_migrate_add_user_options.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.data_migration_repo.versions.016_migrate_add_user_options' writing output... [ 40%] api/keystone.common.sql.data_migration_repo.versions.017_placeholder [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.data_migration_repo.versions.017_placeholder.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.data_migration_repo.versions.017_placeholder.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.data_migration_repo.versions.017_placeholder' writing output... [ 40%] api/keystone.common.sql.data_migration_repo.versions.018_placeholder [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.data_migration_repo.versions.018_placeholder.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.data_migration_repo.versions.018_placeholder.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.data_migration_repo.versions.018_placeholder' writing output... [ 40%] api/keystone.common.sql.data_migration_repo.versions.019_placeholder [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.data_migration_repo.versions.019_placeholder.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.data_migration_repo.versions.019_placeholder.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.data_migration_repo.versions.019_placeholder' writing output... [ 40%] api/keystone.common.sql.data_migration_repo.versions.020_placeholder [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.data_migration_repo.versions.020_placeholder.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.data_migration_repo.versions.020_placeholder.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.data_migration_repo.versions.020_placeholder' writing output... [ 41%] api/keystone.common.sql.data_migration_repo.versions.021_placeholder [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.data_migration_repo.versions.021_placeholder.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.data_migration_repo.versions.021_placeholder.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.data_migration_repo.versions.021_placeholder' writing output... [ 41%] api/keystone.common.sql.data_migration_repo.versions.022_migrate_add_default_project_id_index [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.data_migration_repo.versions.022_migrate_add_default_project_id_index.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.data_migration_repo.versions.022_migrate_add_default_project_id_index.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.data_migration_repo.versions.022_migrate_add_default_project_id_index' writing output... [ 41%] api/keystone.common.sql.data_migration_repo.versions.023_migrate_add_second_password_column_for_expanded_hash_sizes [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.data_migration_repo.versions.023_migrate_add_second_password_column_for_expanded_hash_sizes.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.data_migration_repo.versions.023_migrate_add_second_password_column_for_expanded_hash_sizes.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.data_migration_repo.versions.023_migrate_add_second_password_column_for_expanded_hash_sizes' writing output... [ 41%] api/keystone.common.sql.data_migration_repo.versions.024_migrate_create_created_at_int_columns [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.data_migration_repo.versions.024_migrate_create_created_at_int_columns.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.data_migration_repo.versions.024_migrate_create_created_at_int_columns.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.data_migration_repo.versions.024_migrate_create_created_at_int_columns' writing output... [ 41%] api/keystone.common.sql.data_migration_repo.versions.025_placeholder [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.data_migration_repo.versions.025_placeholder.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.data_migration_repo.versions.025_placeholder.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.data_migration_repo.versions.025_placeholder' writing output... [ 41%] api/keystone.common.sql.data_migration_repo.versions.026_placeholder [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.data_migration_repo.versions.026_placeholder.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.data_migration_repo.versions.026_placeholder.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.data_migration_repo.versions.026_placeholder' writing output... [ 42%] api/keystone.common.sql.data_migration_repo.versions.027_placeholder [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.data_migration_repo.versions.027_placeholder.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.data_migration_repo.versions.027_placeholder.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.data_migration_repo.versions.027_placeholder' writing output... [ 42%] api/keystone.common.sql.data_migration_repo.versions.028_placeholder [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.data_migration_repo.versions.028_placeholder.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.data_migration_repo.versions.028_placeholder.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.data_migration_repo.versions.028_placeholder' writing output... [ 42%] api/keystone.common.sql.data_migration_repo.versions.029_placeholder [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.data_migration_repo.versions.029_placeholder.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.data_migration_repo.versions.029_placeholder.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.data_migration_repo.versions.029_placeholder' writing output... [ 42%] api/keystone.common.sql.data_migration_repo.versions.030_migrate_add_project_tags_table [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.data_migration_repo.versions.030_migrate_add_project_tags_table.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.data_migration_repo.versions.030_migrate_add_project_tags_table.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.data_migration_repo.versions.030_migrate_add_project_tags_table' writing output... [ 42%] api/keystone.common.sql.data_migration_repo.versions.031_migrate_system_assignment_table [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.data_migration_repo.versions.031_migrate_system_assignment_table.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.data_migration_repo.versions.031_migrate_system_assignment_table.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.data_migration_repo.versions.031_migrate_system_assignment_table' writing output... [ 42%] api/keystone.common.sql.data_migration_repo.versions.032_migrate_add_expired_at_int_to_trust [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.data_migration_repo.versions.032_migrate_add_expired_at_int_to_trust.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.data_migration_repo.versions.032_migrate_add_expired_at_int_to_trust.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.data_migration_repo.versions.032_migrate_add_expired_at_int_to_trust' writing output... [ 42%] api/keystone.common.sql.data_migration_repo.versions.033_migrate_add_limits_tables [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.data_migration_repo.versions.033_migrate_add_limits_tables.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.data_migration_repo.versions.033_migrate_add_limits_tables.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.data_migration_repo.versions.033_migrate_add_limits_tables' writing output... [ 43%] api/keystone.common.sql.data_migration_repo.versions.034_migrate_add_application_credentials_table [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.data_migration_repo.versions.034_migrate_add_application_credentials_table.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.data_migration_repo.versions.034_migrate_add_application_credentials_table.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.data_migration_repo.versions.034_migrate_add_application_credentials_table' writing output... [ 43%] api/keystone.common.sql.data_migration_repo.versions.035_migrate_add_system_column_to_application_credential_table [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.data_migration_repo.versions.035_migrate_add_system_column_to_application_credential_table.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.data_migration_repo.versions.035_migrate_add_system_column_to_application_credential_table.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.data_migration_repo.versions.035_migrate_add_system_column_to_application_credential_table' writing output... [ 43%] api/keystone.common.sql.data_migration_repo.versions.036_migrate_rename_application_credential_restriction_column [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.data_migration_repo.versions.036_migrate_rename_application_credential_restriction_column.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.data_migration_repo.versions.036_migrate_rename_application_credential_restriction_column.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.data_migration_repo.versions.036_migrate_rename_application_credential_restriction_column' writing output... [ 43%] api/keystone.common.sql.data_migration_repo.versions.037_migrate_remove_service_and_region_fk_for_registered_limit [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.data_migration_repo.versions.037_migrate_remove_service_and_region_fk_for_registered_limit.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.data_migration_repo.versions.037_migrate_remove_service_and_region_fk_for_registered_limit.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.data_migration_repo.versions.037_migrate_remove_service_and_region_fk_for_registered_limit' writing output... [ 43%] api/keystone.common.sql.data_migration_repo.versions.038_placeholder [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.data_migration_repo.versions.038_placeholder.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.data_migration_repo.versions.038_placeholder.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.data_migration_repo.versions.038_placeholder' writing output... [ 43%] api/keystone.common.sql.data_migration_repo.versions.039_placeholder [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.data_migration_repo.versions.039_placeholder.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.data_migration_repo.versions.039_placeholder.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.data_migration_repo.versions.039_placeholder' writing output... [ 43%] api/keystone.common.sql.data_migration_repo.versions.040_placeholder [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.data_migration_repo.versions.040_placeholder.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.data_migration_repo.versions.040_placeholder.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.data_migration_repo.versions.040_placeholder' writing output... [ 44%] api/keystone.common.sql.data_migration_repo.versions.041_placeholder [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.data_migration_repo.versions.041_placeholder.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.data_migration_repo.versions.041_placeholder.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.data_migration_repo.versions.041_placeholder' writing output... [ 44%] api/keystone.common.sql.data_migration_repo.versions.042_placeholder [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.data_migration_repo.versions.042_placeholder.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.data_migration_repo.versions.042_placeholder.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.data_migration_repo.versions.042_placeholder' writing output... [ 44%] api/keystone.common.sql.data_migration_repo.versions.043_placeholder [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.data_migration_repo.versions.043_placeholder.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.data_migration_repo.versions.043_placeholder.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.data_migration_repo.versions.043_placeholder' writing output... [ 44%] api/keystone.common.sql.data_migration_repo.versions.044_placeholder [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.data_migration_repo.versions.044_placeholder.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.data_migration_repo.versions.044_placeholder.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.data_migration_repo.versions.044_placeholder' writing output... [ 44%] api/keystone.common.sql.data_migration_repo.versions.045_migrate_add_description_to_limit [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.data_migration_repo.versions.045_migrate_add_description_to_limit.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.data_migration_repo.versions.045_migrate_add_description_to_limit.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.data_migration_repo.versions.045_migrate_add_description_to_limit' writing output... [ 44%] api/keystone.common.sql.data_migration_repo.versions.046_migrate_old_password_data_to_password_hash_column [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.data_migration_repo.versions.046_migrate_old_password_data_to_password_hash_column.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.data_migration_repo.versions.046_migrate_old_password_data_to_password_hash_column.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.data_migration_repo.versions.046_migrate_old_password_data_to_password_hash_column' writing output... [ 45%] api/keystone.common.sql.data_migration_repo.versions.047_migrate_update_pk_for_unified_limit [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.data_migration_repo.versions.047_migrate_update_pk_for_unified_limit.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.data_migration_repo.versions.047_migrate_update_pk_for_unified_limit.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.data_migration_repo.versions.047_migrate_update_pk_for_unified_limit' writing output... [ 45%] api/keystone.common.sql.data_migration_repo.versions.048_migrate_add_registered_limit_id_column_for_limit [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.data_migration_repo.versions.048_migrate_add_registered_limit_id_column_for_limit.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.data_migration_repo.versions.048_migrate_add_registered_limit_id_column_for_limit.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.data_migration_repo.versions.048_migrate_add_registered_limit_id_column_for_limit' writing output... [ 45%] api/keystone.common.sql.data_migration_repo.versions.049_placeholder [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.data_migration_repo.versions.049_placeholder.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.data_migration_repo.versions.049_placeholder.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.data_migration_repo.versions.049_placeholder' writing output... [ 45%] api/keystone.common.sql.data_migration_repo.versions.050_placeholder [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.data_migration_repo.versions.050_placeholder.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.data_migration_repo.versions.050_placeholder.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.data_migration_repo.versions.050_placeholder' writing output... [ 45%] api/keystone.common.sql.data_migration_repo.versions.051_placeholder [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.data_migration_repo.versions.051_placeholder.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.data_migration_repo.versions.051_placeholder.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.data_migration_repo.versions.051_placeholder' writing output... [ 45%] api/keystone.common.sql.data_migration_repo.versions.052_placeholder [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.data_migration_repo.versions.052_placeholder.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.data_migration_repo.versions.052_placeholder.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.data_migration_repo.versions.052_placeholder' writing output... [ 45%] api/keystone.common.sql.data_migration_repo.versions.053_migrate_add_role_description_to_role_table [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.data_migration_repo.versions.053_migrate_add_role_description_to_role_table.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.data_migration_repo.versions.053_migrate_add_role_description_to_role_table.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.data_migration_repo.versions.053_migrate_add_role_description_to_role_table' writing output... [ 46%] api/keystone.common.sql.data_migration_repo.versions.054_migrate_drop_old_passoword_column [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.data_migration_repo.versions.054_migrate_drop_old_passoword_column.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.data_migration_repo.versions.054_migrate_drop_old_passoword_column.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.data_migration_repo.versions.054_migrate_drop_old_passoword_column' writing output... [ 46%] api/keystone.common.sql.data_migration_repo.versions.055_migrate_add_domain_to_limit [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.data_migration_repo.versions.055_migrate_add_domain_to_limit.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.data_migration_repo.versions.055_migrate_add_domain_to_limit.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.data_migration_repo.versions.055_migrate_add_domain_to_limit' writing output... [ 46%] api/keystone.common.sql.data_migration_repo.versions.056_migrate_add_application_credential_access_rules [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.data_migration_repo.versions.056_migrate_add_application_credential_access_rules.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.data_migration_repo.versions.056_migrate_add_application_credential_access_rules.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.data_migration_repo.versions.056_migrate_add_application_credential_access_rules' writing output... [ 46%] api/keystone.common.sql.data_migration_repo.versions.057_placeholder [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.data_migration_repo.versions.057_placeholder.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.data_migration_repo.versions.057_placeholder.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.data_migration_repo.versions.057_placeholder' writing output... [ 46%] api/keystone.common.sql.data_migration_repo.versions.058_placeholder [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.data_migration_repo.versions.058_placeholder.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.data_migration_repo.versions.058_placeholder.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.data_migration_repo.versions.058_placeholder' writing output... [ 46%] api/keystone.common.sql.data_migration_repo.versions.059_placeholder [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.data_migration_repo.versions.059_placeholder.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.data_migration_repo.versions.059_placeholder.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.data_migration_repo.versions.059_placeholder' writing output... [ 46%] api/keystone.common.sql.data_migration_repo.versions.060_placeholder [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.data_migration_repo.versions.060_placeholder.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.data_migration_repo.versions.060_placeholder.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.data_migration_repo.versions.060_placeholder' writing output... [ 47%] api/keystone.common.sql.data_migration_repo.versions.061_placeholder [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.data_migration_repo.versions.061_placeholder.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.data_migration_repo.versions.061_placeholder.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.data_migration_repo.versions.061_placeholder' writing output... [ 47%] api/keystone.common.sql.expand_repo [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.expand_repo.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.expand_repo.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.expand_repo' writing output... [ 47%] api/keystone.common.sql.expand_repo.manage [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.expand_repo.manage.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.expand_repo.manage.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.expand_repo.manage' writing output... [ 47%] api/keystone.common.sql.expand_repo.versions [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.expand_repo.versions.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.expand_repo.versions.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.expand_repo.versions' writing output... [ 47%] api/keystone.common.sql.expand_repo.versions.001_expand_initial_null_migration [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.expand_repo.versions.001_expand_initial_null_migration.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.expand_repo.versions.001_expand_initial_null_migration.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.expand_repo.versions.001_expand_initial_null_migration' writing output... [ 47%] api/keystone.common.sql.expand_repo.versions.002_password_created_at_not_nullable [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.expand_repo.versions.002_password_created_at_not_nullable.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.expand_repo.versions.002_password_created_at_not_nullable.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.expand_repo.versions.002_password_created_at_not_nullable' writing output... [ 48%] api/keystone.common.sql.expand_repo.versions.003_add_key_hash_and_encrypted_blob_to_credential [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.expand_repo.versions.003_add_key_hash_and_encrypted_blob_to_credential.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.expand_repo.versions.003_add_key_hash_and_encrypted_blob_to_credential.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.expand_repo.versions.003_add_key_hash_and_encrypted_blob_to_credential' writing output... [ 48%] api/keystone.common.sql.expand_repo.versions.004_reset_password_created_at [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.expand_repo.versions.004_reset_password_created_at.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.expand_repo.versions.004_reset_password_created_at.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.expand_repo.versions.004_reset_password_created_at' writing output... [ 48%] api/keystone.common.sql.expand_repo.versions.005_placeholder [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.expand_repo.versions.005_placeholder.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.expand_repo.versions.005_placeholder.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.expand_repo.versions.005_placeholder' writing output... [ 48%] api/keystone.common.sql.expand_repo.versions.006_placeholder [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.expand_repo.versions.006_placeholder.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.expand_repo.versions.006_placeholder.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.expand_repo.versions.006_placeholder' writing output... [ 48%] api/keystone.common.sql.expand_repo.versions.007_placeholder [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.expand_repo.versions.007_placeholder.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.expand_repo.versions.007_placeholder.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.expand_repo.versions.007_placeholder' writing output... [ 48%] api/keystone.common.sql.expand_repo.versions.008_placeholder [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.expand_repo.versions.008_placeholder.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.expand_repo.versions.008_placeholder.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.expand_repo.versions.008_placeholder' writing output... [ 48%] api/keystone.common.sql.expand_repo.versions.009_placeholder [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.expand_repo.versions.009_placeholder.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.expand_repo.versions.009_placeholder.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.expand_repo.versions.009_placeholder' writing output... [ 49%] api/keystone.common.sql.expand_repo.versions.010_expand_add_revocation_event_index [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.expand_repo.versions.010_expand_add_revocation_event_index.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.expand_repo.versions.010_expand_add_revocation_event_index.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.expand_repo.versions.010_expand_add_revocation_event_index' writing output... [ 49%] api/keystone.common.sql.expand_repo.versions.011_expand_user_id_unique_for_nonlocal_user [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.expand_repo.versions.011_expand_user_id_unique_for_nonlocal_user.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.expand_repo.versions.011_expand_user_id_unique_for_nonlocal_user.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.expand_repo.versions.011_expand_user_id_unique_for_nonlocal_user' writing output... [ 49%] api/keystone.common.sql.expand_repo.versions.012_expand_add_domain_id_to_idp [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.expand_repo.versions.012_expand_add_domain_id_to_idp.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.expand_repo.versions.012_expand_add_domain_id_to_idp.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.expand_repo.versions.012_expand_add_domain_id_to_idp' writing output... [ 49%] api/keystone.common.sql.expand_repo.versions.013_expand_protocol_cascade_delete_for_federated_user [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.expand_repo.versions.013_expand_protocol_cascade_delete_for_federated_user.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.expand_repo.versions.013_expand_protocol_cascade_delete_for_federated_user.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.expand_repo.versions.013_expand_protocol_cascade_delete_for_federated_user' writing output... [ 49%] api/keystone.common.sql.expand_repo.versions.014_expand_add_domain_id_to_user_table [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.expand_repo.versions.014_expand_add_domain_id_to_user_table.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.expand_repo.versions.014_expand_add_domain_id_to_user_table.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.expand_repo.versions.014_expand_add_domain_id_to_user_table' writing output... [ 49%] api/keystone.common.sql.expand_repo.versions.015_expand_update_federated_user_domain [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.expand_repo.versions.015_expand_update_federated_user_domain.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.expand_repo.versions.015_expand_update_federated_user_domain.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.expand_repo.versions.015_expand_update_federated_user_domain' writing output... [ 50%] api/keystone.common.sql.expand_repo.versions.016_expand_add_user_options [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.expand_repo.versions.016_expand_add_user_options.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.expand_repo.versions.016_expand_add_user_options.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.expand_repo.versions.016_expand_add_user_options' writing output... [ 50%] api/keystone.common.sql.expand_repo.versions.017_placeholder [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.expand_repo.versions.017_placeholder.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.expand_repo.versions.017_placeholder.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.expand_repo.versions.017_placeholder' writing output... [ 50%] api/keystone.common.sql.expand_repo.versions.018_placeholder [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.expand_repo.versions.018_placeholder.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.expand_repo.versions.018_placeholder.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.expand_repo.versions.018_placeholder' writing output... [ 50%] api/keystone.common.sql.expand_repo.versions.019_placeholder [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.expand_repo.versions.019_placeholder.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.expand_repo.versions.019_placeholder.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.expand_repo.versions.019_placeholder' writing output... [ 50%] api/keystone.common.sql.expand_repo.versions.020_placeholder [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.expand_repo.versions.020_placeholder.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.expand_repo.versions.020_placeholder.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.expand_repo.versions.020_placeholder' writing output... [ 50%] api/keystone.common.sql.expand_repo.versions.021_placeholder [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.expand_repo.versions.021_placeholder.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.expand_repo.versions.021_placeholder.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.expand_repo.versions.021_placeholder' writing output... [ 50%] api/keystone.common.sql.expand_repo.versions.022_expand_add_default_project_id_index [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.expand_repo.versions.022_expand_add_default_project_id_index.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.expand_repo.versions.022_expand_add_default_project_id_index.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.expand_repo.versions.022_expand_add_default_project_id_index' writing output... [ 51%] api/keystone.common.sql.expand_repo.versions.023_expand_add_second_password_column_for_expanded_hash_sizes [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.expand_repo.versions.023_expand_add_second_password_column_for_expanded_hash_sizes.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.expand_repo.versions.023_expand_add_second_password_column_for_expanded_hash_sizes.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.expand_repo.versions.023_expand_add_second_password_column_for_expanded_hash_sizes' writing output... [ 51%] api/keystone.common.sql.expand_repo.versions.024_expand_create_created_at_int_columns [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.expand_repo.versions.024_expand_create_created_at_int_columns.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.expand_repo.versions.024_expand_create_created_at_int_columns.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.expand_repo.versions.024_expand_create_created_at_int_columns' writing output... [ 51%] api/keystone.common.sql.expand_repo.versions.025_placeholder [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.expand_repo.versions.025_placeholder.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.expand_repo.versions.025_placeholder.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.expand_repo.versions.025_placeholder' writing output... [ 51%] api/keystone.common.sql.expand_repo.versions.026_placeholder [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.expand_repo.versions.026_placeholder.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.expand_repo.versions.026_placeholder.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.expand_repo.versions.026_placeholder' writing output... [ 51%] api/keystone.common.sql.expand_repo.versions.027_placeholder [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.expand_repo.versions.027_placeholder.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.expand_repo.versions.027_placeholder.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.expand_repo.versions.027_placeholder' writing output... [ 51%] api/keystone.common.sql.expand_repo.versions.028_placeholder [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.expand_repo.versions.028_placeholder.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.expand_repo.versions.028_placeholder.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.expand_repo.versions.028_placeholder' writing output... [ 51%] api/keystone.common.sql.expand_repo.versions.029_placeholder [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.expand_repo.versions.029_placeholder.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.expand_repo.versions.029_placeholder.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.expand_repo.versions.029_placeholder' writing output... [ 52%] api/keystone.common.sql.expand_repo.versions.030_expand_add_project_tags_table [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.expand_repo.versions.030_expand_add_project_tags_table.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.expand_repo.versions.030_expand_add_project_tags_table.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.expand_repo.versions.030_expand_add_project_tags_table' writing output... [ 52%] api/keystone.common.sql.expand_repo.versions.031_expand_system_assignment_table [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.expand_repo.versions.031_expand_system_assignment_table.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.expand_repo.versions.031_expand_system_assignment_table.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.expand_repo.versions.031_expand_system_assignment_table' writing output... [ 52%] api/keystone.common.sql.expand_repo.versions.032_expand_add_expired_at_int_to_trust [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.expand_repo.versions.032_expand_add_expired_at_int_to_trust.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.expand_repo.versions.032_expand_add_expired_at_int_to_trust.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.expand_repo.versions.032_expand_add_expired_at_int_to_trust' writing output... [ 52%] api/keystone.common.sql.expand_repo.versions.033_expand_add_limits_tables [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.expand_repo.versions.033_expand_add_limits_tables.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.expand_repo.versions.033_expand_add_limits_tables.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.expand_repo.versions.033_expand_add_limits_tables' writing output... [ 52%] api/keystone.common.sql.expand_repo.versions.034_expand_add_application_credential_table [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.expand_repo.versions.034_expand_add_application_credential_table.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.expand_repo.versions.034_expand_add_application_credential_table.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.expand_repo.versions.034_expand_add_application_credential_table' writing output... [ 52%] api/keystone.common.sql.expand_repo.versions.035_expand_add_system_column_to_application_credential_table [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.expand_repo.versions.035_expand_add_system_column_to_application_credential_table.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.expand_repo.versions.035_expand_add_system_column_to_application_credential_table.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.expand_repo.versions.035_expand_add_system_column_to_application_credential_table' writing output... [ 53%] api/keystone.common.sql.expand_repo.versions.036_expand_rename_application_credential_restriction_column [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.expand_repo.versions.036_expand_rename_application_credential_restriction_column.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.expand_repo.versions.036_expand_rename_application_credential_restriction_column.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.expand_repo.versions.036_expand_rename_application_credential_restriction_column' writing output... [ 53%] api/keystone.common.sql.expand_repo.versions.037_expand_remove_service_and_region_fk_for_registered_limit [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.expand_repo.versions.037_expand_remove_service_and_region_fk_for_registered_limit.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.expand_repo.versions.037_expand_remove_service_and_region_fk_for_registered_limit.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.expand_repo.versions.037_expand_remove_service_and_region_fk_for_registered_limit' writing output... [ 53%] api/keystone.common.sql.expand_repo.versions.038_placeholder [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.expand_repo.versions.038_placeholder.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.expand_repo.versions.038_placeholder.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.expand_repo.versions.038_placeholder' writing output... [ 53%] api/keystone.common.sql.expand_repo.versions.039_placeholder [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.expand_repo.versions.039_placeholder.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.expand_repo.versions.039_placeholder.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.expand_repo.versions.039_placeholder' writing output... [ 53%] api/keystone.common.sql.expand_repo.versions.040_placeholder [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.expand_repo.versions.040_placeholder.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.expand_repo.versions.040_placeholder.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.expand_repo.versions.040_placeholder' writing output... [ 53%] api/keystone.common.sql.expand_repo.versions.041_placeholder [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.expand_repo.versions.041_placeholder.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.expand_repo.versions.041_placeholder.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.expand_repo.versions.041_placeholder' writing output... [ 53%] api/keystone.common.sql.expand_repo.versions.042_placeholder [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.expand_repo.versions.042_placeholder.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.expand_repo.versions.042_placeholder.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.expand_repo.versions.042_placeholder' writing output... [ 54%] api/keystone.common.sql.expand_repo.versions.043_placeholder [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.expand_repo.versions.043_placeholder.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.expand_repo.versions.043_placeholder.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.expand_repo.versions.043_placeholder' writing output... [ 54%] api/keystone.common.sql.expand_repo.versions.044_placeholder [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.expand_repo.versions.044_placeholder.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.expand_repo.versions.044_placeholder.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.expand_repo.versions.044_placeholder' writing output... [ 54%] api/keystone.common.sql.expand_repo.versions.045_expand_add_description_to_limit [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.expand_repo.versions.045_expand_add_description_to_limit.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.expand_repo.versions.045_expand_add_description_to_limit.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.expand_repo.versions.045_expand_add_description_to_limit' writing output... [ 54%] api/keystone.common.sql.expand_repo.versions.046_expand_old_password_data_to_password_hash_column [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.expand_repo.versions.046_expand_old_password_data_to_password_hash_column.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.expand_repo.versions.046_expand_old_password_data_to_password_hash_column.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.expand_repo.versions.046_expand_old_password_data_to_password_hash_column' writing output... [ 54%] api/keystone.common.sql.expand_repo.versions.047_expand_update_pk_for_unified_limit [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.expand_repo.versions.047_expand_update_pk_for_unified_limit.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.expand_repo.versions.047_expand_update_pk_for_unified_limit.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.expand_repo.versions.047_expand_update_pk_for_unified_limit' writing output... [ 54%] api/keystone.common.sql.expand_repo.versions.048_expand_add_registered_limit_id_column_for_limit [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.expand_repo.versions.048_expand_add_registered_limit_id_column_for_limit.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.expand_repo.versions.048_expand_add_registered_limit_id_column_for_limit.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.expand_repo.versions.048_expand_add_registered_limit_id_column_for_limit' writing output... [ 54%] api/keystone.common.sql.expand_repo.versions.049_placeholder [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.expand_repo.versions.049_placeholder.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.expand_repo.versions.049_placeholder.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.expand_repo.versions.049_placeholder' writing output... [ 55%] api/keystone.common.sql.expand_repo.versions.050_placeholder [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.expand_repo.versions.050_placeholder.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.expand_repo.versions.050_placeholder.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.expand_repo.versions.050_placeholder' writing output... [ 55%] api/keystone.common.sql.expand_repo.versions.051_placeholder [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.expand_repo.versions.051_placeholder.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.expand_repo.versions.051_placeholder.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.expand_repo.versions.051_placeholder' writing output... [ 55%] api/keystone.common.sql.expand_repo.versions.052_placeholder [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.expand_repo.versions.052_placeholder.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.expand_repo.versions.052_placeholder.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.expand_repo.versions.052_placeholder' writing output... [ 55%] api/keystone.common.sql.expand_repo.versions.053_expand_add_role_description_to_role_table [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.expand_repo.versions.053_expand_add_role_description_to_role_table.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.expand_repo.versions.053_expand_add_role_description_to_role_table.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.expand_repo.versions.053_expand_add_role_description_to_role_table' writing output... [ 55%] api/keystone.common.sql.expand_repo.versions.054_expand_drop_old_passoword_column [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.expand_repo.versions.054_expand_drop_old_passoword_column.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.expand_repo.versions.054_expand_drop_old_passoword_column.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.expand_repo.versions.054_expand_drop_old_passoword_column' writing output... [ 55%] api/keystone.common.sql.expand_repo.versions.055_expand_add_domain_to_limit [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.expand_repo.versions.055_expand_add_domain_to_limit.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.expand_repo.versions.055_expand_add_domain_to_limit.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.expand_repo.versions.055_expand_add_domain_to_limit' writing output... [ 56%] api/keystone.common.sql.expand_repo.versions.056_expand_add_application_credential_access_rules [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.expand_repo.versions.056_expand_add_application_credential_access_rules.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.expand_repo.versions.056_expand_add_application_credential_access_rules.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.expand_repo.versions.056_expand_add_application_credential_access_rules' writing output... [ 56%] api/keystone.common.sql.expand_repo.versions.057_placeholder [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.expand_repo.versions.057_placeholder.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.expand_repo.versions.057_placeholder.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.expand_repo.versions.057_placeholder' writing output... [ 56%] api/keystone.common.sql.expand_repo.versions.058_placeholder [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.expand_repo.versions.058_placeholder.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.expand_repo.versions.058_placeholder.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.expand_repo.versions.058_placeholder' writing output... [ 56%] api/keystone.common.sql.expand_repo.versions.059_placeholder [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.expand_repo.versions.059_placeholder.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.expand_repo.versions.059_placeholder.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.expand_repo.versions.059_placeholder' writing output... [ 56%] api/keystone.common.sql.expand_repo.versions.060_placeholder [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.expand_repo.versions.060_placeholder.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.expand_repo.versions.060_placeholder.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.expand_repo.versions.060_placeholder' writing output... [ 56%] api/keystone.common.sql.expand_repo.versions.061_placeholder [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.expand_repo.versions.061_placeholder.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.expand_repo.versions.061_placeholder.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.expand_repo.versions.061_placeholder' writing output... [ 56%] api/keystone.common.sql.migrate_repo [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.migrate_repo.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.migrate_repo.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.migrate_repo' writing output... [ 57%] api/keystone.common.sql.migrate_repo.manage [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.migrate_repo.manage.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.migrate_repo.manage.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.migrate_repo.manage' writing output... [ 57%] api/keystone.common.sql.migrate_repo.versions [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.migrate_repo.versions.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.migrate_repo.versions.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.migrate_repo.versions' writing output... [ 57%] api/keystone.common.sql.migrate_repo.versions.067_kilo [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.migrate_repo.versions.067_kilo.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.migrate_repo.versions.067_kilo.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.migrate_repo.versions.067_kilo' writing output... [ 57%] api/keystone.common.sql.migrate_repo.versions.068_placeholder [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.migrate_repo.versions.068_placeholder.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.migrate_repo.versions.068_placeholder.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.migrate_repo.versions.068_placeholder' writing output... [ 57%] api/keystone.common.sql.migrate_repo.versions.069_placeholder [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.migrate_repo.versions.069_placeholder.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.migrate_repo.versions.069_placeholder.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.migrate_repo.versions.069_placeholder' writing output... [ 57%] api/keystone.common.sql.migrate_repo.versions.070_placeholder [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.migrate_repo.versions.070_placeholder.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.migrate_repo.versions.070_placeholder.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.migrate_repo.versions.070_placeholder' writing output... [ 57%] api/keystone.common.sql.migrate_repo.versions.071_placeholder [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.migrate_repo.versions.071_placeholder.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.migrate_repo.versions.071_placeholder.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.migrate_repo.versions.071_placeholder' writing output... [ 58%] api/keystone.common.sql.migrate_repo.versions.072_placeholder [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.migrate_repo.versions.072_placeholder.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.migrate_repo.versions.072_placeholder.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.migrate_repo.versions.072_placeholder' writing output... [ 58%] api/keystone.common.sql.migrate_repo.versions.073_insert_assignment_inherited_pk [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.migrate_repo.versions.073_insert_assignment_inherited_pk.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.migrate_repo.versions.073_insert_assignment_inherited_pk.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.migrate_repo.versions.073_insert_assignment_inherited_pk' writing output... [ 58%] api/keystone.common.sql.migrate_repo.versions.074_add_is_domain_project [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.migrate_repo.versions.074_add_is_domain_project.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.migrate_repo.versions.074_add_is_domain_project.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.migrate_repo.versions.074_add_is_domain_project' writing output... [ 58%] api/keystone.common.sql.migrate_repo.versions.075_confirm_config_registration [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.migrate_repo.versions.075_confirm_config_registration.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.migrate_repo.versions.075_confirm_config_registration.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.migrate_repo.versions.075_confirm_config_registration' writing output... [ 58%] api/keystone.common.sql.migrate_repo.versions.076_placeholder [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.migrate_repo.versions.076_placeholder.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.migrate_repo.versions.076_placeholder.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.migrate_repo.versions.076_placeholder' writing output... [ 58%] api/keystone.common.sql.migrate_repo.versions.077_placeholder [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.migrate_repo.versions.077_placeholder.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.migrate_repo.versions.077_placeholder.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.migrate_repo.versions.077_placeholder' writing output... [ 59%] api/keystone.common.sql.migrate_repo.versions.078_placeholder [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.migrate_repo.versions.078_placeholder.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.migrate_repo.versions.078_placeholder.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.migrate_repo.versions.078_placeholder' writing output... [ 59%] api/keystone.common.sql.migrate_repo.versions.079_placeholder [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.migrate_repo.versions.079_placeholder.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.migrate_repo.versions.079_placeholder.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.migrate_repo.versions.079_placeholder' writing output... [ 59%] api/keystone.common.sql.migrate_repo.versions.080_placeholder [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.migrate_repo.versions.080_placeholder.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.migrate_repo.versions.080_placeholder.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.migrate_repo.versions.080_placeholder' writing output... [ 59%] api/keystone.common.sql.migrate_repo.versions.081_add_endpoint_policy_table [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.migrate_repo.versions.081_add_endpoint_policy_table.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.migrate_repo.versions.081_add_endpoint_policy_table.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.migrate_repo.versions.081_add_endpoint_policy_table' writing output... [ 59%] api/keystone.common.sql.migrate_repo.versions.082_add_federation_tables [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.migrate_repo.versions.082_add_federation_tables.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.migrate_repo.versions.082_add_federation_tables.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.migrate_repo.versions.082_add_federation_tables' writing output... [ 59%] api/keystone.common.sql.migrate_repo.versions.083_add_oauth1_tables [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.migrate_repo.versions.083_add_oauth1_tables.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.migrate_repo.versions.083_add_oauth1_tables.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.migrate_repo.versions.083_add_oauth1_tables' writing output... [ 59%] api/keystone.common.sql.migrate_repo.versions.084_add_revoke_tables [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.migrate_repo.versions.084_add_revoke_tables.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.migrate_repo.versions.084_add_revoke_tables.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.migrate_repo.versions.084_add_revoke_tables' writing output... [ 60%] api/keystone.common.sql.migrate_repo.versions.085_add_endpoint_filtering_table [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.migrate_repo.versions.085_add_endpoint_filtering_table.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.migrate_repo.versions.085_add_endpoint_filtering_table.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.migrate_repo.versions.085_add_endpoint_filtering_table' writing output... [ 60%] api/keystone.common.sql.migrate_repo.versions.086_add_duplicate_constraint_trusts [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.migrate_repo.versions.086_add_duplicate_constraint_trusts.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.migrate_repo.versions.086_add_duplicate_constraint_trusts.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.migrate_repo.versions.086_add_duplicate_constraint_trusts' writing output... [ 60%] api/keystone.common.sql.migrate_repo.versions.087_implied_roles [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.migrate_repo.versions.087_implied_roles.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.migrate_repo.versions.087_implied_roles.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.migrate_repo.versions.087_implied_roles' writing output... [ 60%] api/keystone.common.sql.migrate_repo.versions.088_domain_specific_roles [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.migrate_repo.versions.088_domain_specific_roles.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.migrate_repo.versions.088_domain_specific_roles.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.migrate_repo.versions.088_domain_specific_roles' writing output... [ 60%] api/keystone.common.sql.migrate_repo.versions.089_add_root_of_all_domains [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.migrate_repo.versions.089_add_root_of_all_domains.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.migrate_repo.versions.089_add_root_of_all_domains.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.migrate_repo.versions.089_add_root_of_all_domains' writing output... [ 60%] api/keystone.common.sql.migrate_repo.versions.090_add_local_user_and_password_tables [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.migrate_repo.versions.090_add_local_user_and_password_tables.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.migrate_repo.versions.090_add_local_user_and_password_tables.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.migrate_repo.versions.090_add_local_user_and_password_tables' writing output... [ 60%] api/keystone.common.sql.migrate_repo.versions.091_migrate_data_to_local_user_and_password_tables [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.migrate_repo.versions.091_migrate_data_to_local_user_and_password_tables.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.migrate_repo.versions.091_migrate_data_to_local_user_and_password_tables.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.migrate_repo.versions.091_migrate_data_to_local_user_and_password_tables' writing output... [ 61%] api/keystone.common.sql.migrate_repo.versions.092_make_implied_roles_fks_cascaded [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.migrate_repo.versions.092_make_implied_roles_fks_cascaded.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.migrate_repo.versions.092_make_implied_roles_fks_cascaded.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.migrate_repo.versions.092_make_implied_roles_fks_cascaded' writing output... [ 61%] api/keystone.common.sql.migrate_repo.versions.093_migrate_domains_to_projects [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.migrate_repo.versions.093_migrate_domains_to_projects.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.migrate_repo.versions.093_migrate_domains_to_projects.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.migrate_repo.versions.093_migrate_domains_to_projects' writing output... [ 61%] api/keystone.common.sql.migrate_repo.versions.094_add_federated_user_table [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.migrate_repo.versions.094_add_federated_user_table.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.migrate_repo.versions.094_add_federated_user_table.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.migrate_repo.versions.094_add_federated_user_table' writing output... [ 61%] api/keystone.common.sql.migrate_repo.versions.095_add_integer_pkey_to_revocation_event_table [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.migrate_repo.versions.095_add_integer_pkey_to_revocation_event_table.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.migrate_repo.versions.095_add_integer_pkey_to_revocation_event_table.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.migrate_repo.versions.095_add_integer_pkey_to_revocation_event_table' writing output... [ 61%] api/keystone.common.sql.migrate_repo.versions.096_drop_role_name_constraint [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.migrate_repo.versions.096_drop_role_name_constraint.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.migrate_repo.versions.096_drop_role_name_constraint.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.migrate_repo.versions.096_drop_role_name_constraint' writing output... [ 61%] api/keystone.common.sql.migrate_repo.versions.097_drop_user_name_domainid_constraint [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.migrate_repo.versions.097_drop_user_name_domainid_constraint.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.migrate_repo.versions.097_drop_user_name_domainid_constraint.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.migrate_repo.versions.097_drop_user_name_domainid_constraint' writing output... [ 62%] api/keystone.common.sql.migrate_repo.versions.098_placeholder [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.migrate_repo.versions.098_placeholder.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.migrate_repo.versions.098_placeholder.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.migrate_repo.versions.098_placeholder' writing output... [ 62%] api/keystone.common.sql.migrate_repo.versions.099_placeholder [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.migrate_repo.versions.099_placeholder.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.migrate_repo.versions.099_placeholder.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.migrate_repo.versions.099_placeholder' writing output... [ 62%] api/keystone.common.sql.migrate_repo.versions.100_placeholder [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.migrate_repo.versions.100_placeholder.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.migrate_repo.versions.100_placeholder.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.migrate_repo.versions.100_placeholder' writing output... [ 62%] api/keystone.common.sql.migrate_repo.versions.101_drop_role_name_constraint [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.migrate_repo.versions.101_drop_role_name_constraint.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.migrate_repo.versions.101_drop_role_name_constraint.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.migrate_repo.versions.101_drop_role_name_constraint' writing output... [ 62%] api/keystone.common.sql.migrate_repo.versions.102_drop_domain_table [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.migrate_repo.versions.102_drop_domain_table.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.migrate_repo.versions.102_drop_domain_table.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.migrate_repo.versions.102_drop_domain_table' writing output... [ 62%] api/keystone.common.sql.migrate_repo.versions.103_add_nonlocal_user_table [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.migrate_repo.versions.103_add_nonlocal_user_table.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.migrate_repo.versions.103_add_nonlocal_user_table.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.migrate_repo.versions.103_add_nonlocal_user_table' writing output... [ 62%] api/keystone.common.sql.migrate_repo.versions.104_drop_user_name_domainid_constraint [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.migrate_repo.versions.104_drop_user_name_domainid_constraint.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.migrate_repo.versions.104_drop_user_name_domainid_constraint.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.migrate_repo.versions.104_drop_user_name_domainid_constraint' writing output... [ 63%] api/keystone.common.sql.migrate_repo.versions.105_add_password_date_columns [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.migrate_repo.versions.105_add_password_date_columns.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.migrate_repo.versions.105_add_password_date_columns.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.migrate_repo.versions.105_add_password_date_columns' writing output... [ 63%] api/keystone.common.sql.migrate_repo.versions.106_allow_password_column_to_be_nullable [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.migrate_repo.versions.106_allow_password_column_to_be_nullable.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.migrate_repo.versions.106_allow_password_column_to_be_nullable.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.migrate_repo.versions.106_allow_password_column_to_be_nullable' writing output... [ 63%] api/keystone.common.sql.migrate_repo.versions.107_add_user_date_columns [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.migrate_repo.versions.107_add_user_date_columns.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.migrate_repo.versions.107_add_user_date_columns.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.migrate_repo.versions.107_add_user_date_columns' writing output... [ 63%] api/keystone.common.sql.migrate_repo.versions.108_add_failed_auth_columns [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.migrate_repo.versions.108_add_failed_auth_columns.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.migrate_repo.versions.108_add_failed_auth_columns.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.migrate_repo.versions.108_add_failed_auth_columns' writing output... [ 63%] api/keystone.common.sql.migrate_repo.versions.109_add_password_self_service_column [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.migrate_repo.versions.109_add_password_self_service_column.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.migrate_repo.versions.109_add_password_self_service_column.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.migrate_repo.versions.109_add_password_self_service_column' writing output... [ 63%] api/keystone.common.sql.upgrades [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.sql.upgrades.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.sql.upgrades.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.sql.upgrades' writing output... [ 64%] api/keystone.common.tokenless_auth [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.tokenless_auth.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.tokenless_auth.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.tokenless_auth' writing output... [ 64%] api/keystone.common.utils [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.utils.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.utils.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.utils' writing output... [ 64%] api/keystone.common.validation [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.validation.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.validation.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.validation' writing output... [ 64%] api/keystone.common.validation.parameter_types [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.validation.parameter_types.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.validation.parameter_types.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.validation.parameter_types' writing output... [ 64%] api/keystone.common.validation.validators [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.common.validation.validators.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.common.validation.validators.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.common.validation.validators' writing output... [ 64%] api/keystone.conf [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.conf.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.conf.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.conf' writing output... [ 64%] api/keystone.conf.access_rules_config [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.conf.access_rules_config.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.conf.access_rules_config.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.conf.access_rules_config' writing output... [ 65%] api/keystone.conf.application_credential [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.conf.application_credential.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.conf.application_credential.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.conf.application_credential' writing output... [ 65%] api/keystone.conf.assignment [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.conf.assignment.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.conf.assignment.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.conf.assignment' writing output... [ 65%] api/keystone.conf.auth [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.conf.auth.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.conf.auth.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.conf.auth' writing output... [ 65%] api/keystone.conf.catalog [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.conf.catalog.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.conf.catalog.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.conf.catalog' writing output... [ 65%] api/keystone.conf.constants [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.conf.constants.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.conf.constants.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.conf.constants' writing output... [ 65%] api/keystone.conf.credential [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.conf.credential.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.conf.credential.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.conf.credential' writing output... [ 65%] api/keystone.conf.default [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.conf.default.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.conf.default.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.conf.default' writing output... [ 66%] api/keystone.conf.domain_config [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.conf.domain_config.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.conf.domain_config.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.conf.domain_config' writing output... [ 66%] api/keystone.conf.endpoint_filter [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.conf.endpoint_filter.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.conf.endpoint_filter.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.conf.endpoint_filter' writing output... [ 66%] api/keystone.conf.endpoint_policy [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.conf.endpoint_policy.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.conf.endpoint_policy.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.conf.endpoint_policy' writing output... [ 66%] api/keystone.conf.eventlet_server [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.conf.eventlet_server.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.conf.eventlet_server.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.conf.eventlet_server' writing output... [ 66%] api/keystone.conf.federation [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.conf.federation.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.conf.federation.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.conf.federation' writing output... [ 66%] api/keystone.conf.fernet_receipts [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.conf.fernet_receipts.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.conf.fernet_receipts.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.conf.fernet_receipts' writing output... [ 67%] api/keystone.conf.fernet_tokens [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.conf.fernet_tokens.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.conf.fernet_tokens.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.conf.fernet_tokens' writing output... [ 67%] api/keystone.conf.identity [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.conf.identity.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.conf.identity.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.conf.identity' writing output... [ 67%] api/keystone.conf.identity_mapping [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.conf.identity_mapping.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.conf.identity_mapping.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.conf.identity_mapping' writing output... [ 67%] api/keystone.conf.jwt_tokens [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.conf.jwt_tokens.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.conf.jwt_tokens.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.conf.jwt_tokens' writing output... [ 67%] api/keystone.conf.ldap [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.conf.ldap.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.conf.ldap.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.conf.ldap' writing output... [ 67%] api/keystone.conf.memcache [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.conf.memcache.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.conf.memcache.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.conf.memcache' writing output... [ 67%] api/keystone.conf.oauth1 [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.conf.oauth1.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.conf.oauth1.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.conf.oauth1' writing output... [ 68%] api/keystone.conf.opts [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.conf.opts.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.conf.opts.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.conf.opts' writing output... [ 68%] api/keystone.conf.policy [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.conf.policy.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.conf.policy.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.conf.policy' writing output... [ 68%] api/keystone.conf.receipt [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.conf.receipt.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.conf.receipt.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.conf.receipt' writing output... [ 68%] api/keystone.conf.resource [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.conf.resource.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.conf.resource.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.conf.resource' writing output... [ 68%] api/keystone.conf.revoke [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.conf.revoke.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.conf.revoke.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.conf.revoke' writing output... [ 68%] api/keystone.conf.role [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.conf.role.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.conf.role.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.conf.role' writing output... [ 68%] api/keystone.conf.saml [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.conf.saml.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.conf.saml.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.conf.saml' writing output... [ 69%] api/keystone.conf.security_compliance [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.conf.security_compliance.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.conf.security_compliance.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.conf.security_compliance' writing output... [ 69%] api/keystone.conf.shadow_users [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.conf.shadow_users.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.conf.shadow_users.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.conf.shadow_users' writing output... [ 69%] api/keystone.conf.signing [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.conf.signing.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.conf.signing.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.conf.signing' writing output... [ 69%] api/keystone.conf.token [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.conf.token.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.conf.token.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.conf.token' writing output... [ 69%] api/keystone.conf.tokenless_auth [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.conf.tokenless_auth.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.conf.tokenless_auth.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.conf.tokenless_auth' writing output... [ 69%] api/keystone.conf.trust [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.conf.trust.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.conf.trust.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.conf.trust' writing output... [ 70%] api/keystone.conf.unified_limit [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.conf.unified_limit.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.conf.unified_limit.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.conf.unified_limit' writing output... [ 70%] api/keystone.conf.utils [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.conf.utils.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.conf.utils.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.conf.utils' writing output... [ 70%] api/keystone.conf.wsgi [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.conf.wsgi.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.conf.wsgi.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.conf.wsgi' writing output... [ 70%] api/keystone.credential [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.credential.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.credential.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.credential' writing output... [ 70%] api/keystone.credential.backends [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.credential.backends.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.credential.backends.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.credential.backends' writing output... [ 70%] api/keystone.credential.backends.base [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.credential.backends.base.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.credential.backends.base.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.credential.backends.base' writing output... [ 70%] api/keystone.credential.backends.sql [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.credential.backends.sql.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.credential.backends.sql.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.credential.backends.sql' writing output... [ 71%] api/keystone.credential.core [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.credential.core.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.credential.core.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.credential.core' writing output... [ 71%] api/keystone.credential.provider [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.credential.provider.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.credential.provider.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.credential.provider' writing output... [ 71%] api/keystone.credential.providers [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.credential.providers.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.credential.providers.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.credential.providers' writing output... [ 71%] api/keystone.credential.providers.core [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.credential.providers.core.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.credential.providers.core.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.credential.providers.core' writing output... [ 71%] api/keystone.credential.providers.fernet [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.credential.providers.fernet.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.credential.providers.fernet.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.credential.providers.fernet' writing output... [ 71%] api/keystone.credential.providers.fernet.core [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.credential.providers.fernet.core.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.credential.providers.fernet.core.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.credential.providers.fernet.core' writing output... [ 71%] api/keystone.credential.schema [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.credential.schema.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.credential.schema.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.credential.schema' writing output... [ 72%] api/keystone.endpoint_policy [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.endpoint_policy.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.endpoint_policy.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.endpoint_policy' writing output... [ 72%] api/keystone.endpoint_policy.backends [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.endpoint_policy.backends.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.endpoint_policy.backends.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.endpoint_policy.backends' writing output... [ 72%] api/keystone.endpoint_policy.backends.base [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.endpoint_policy.backends.base.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.endpoint_policy.backends.base.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.endpoint_policy.backends.base' writing output... [ 72%] api/keystone.endpoint_policy.backends.sql [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.endpoint_policy.backends.sql.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.endpoint_policy.backends.sql.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.endpoint_policy.backends.sql' writing output... [ 72%] api/keystone.endpoint_policy.core [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.endpoint_policy.core.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.endpoint_policy.core.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.endpoint_policy.core' writing output... [ 72%] api/keystone.exception [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.exception.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.exception.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.exception' writing output... [ 73%] api/keystone.federation [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.federation.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.federation.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.federation' writing output... [ 73%] api/keystone.federation.backends [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.federation.backends.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.federation.backends.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.federation.backends' writing output... [ 73%] api/keystone.federation.backends.base [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.federation.backends.base.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.federation.backends.base.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.federation.backends.base' writing output... [ 73%] api/keystone.federation.backends.sql [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.federation.backends.sql.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.federation.backends.sql.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.federation.backends.sql' writing output... [ 73%] api/keystone.federation.constants [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.federation.constants.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.federation.constants.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.federation.constants' writing output... [ 73%] api/keystone.federation.core [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.federation.core.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.federation.core.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.federation.core' writing output... [ 73%] api/keystone.federation.idp [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.federation.idp.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.federation.idp.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.federation.idp' writing output... [ 74%] api/keystone.federation.schema [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.federation.schema.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.federation.schema.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.federation.schema' writing output... [ 74%] api/keystone.federation.utils [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.federation.utils.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.federation.utils.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.federation.utils' writing output... [ 74%] api/keystone.i18n [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.i18n.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.i18n.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.i18n' writing output... [ 74%] api/keystone.identity [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.identity.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.identity.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.identity' writing output... [ 74%] api/keystone.identity.backends [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.identity.backends.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.identity.backends.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.identity.backends' writing output... [ 74%] api/keystone.identity.backends.base [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.identity.backends.base.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.identity.backends.base.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.identity.backends.base' writing output... [ 75%] api/keystone.identity.backends.ldap [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.identity.backends.ldap.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.identity.backends.ldap.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.identity.backends.ldap' writing output... [ 75%] api/keystone.identity.backends.ldap.common [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.identity.backends.ldap.common.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.identity.backends.ldap.common.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.identity.backends.ldap.common' writing output... [ 75%] api/keystone.identity.backends.ldap.core [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.identity.backends.ldap.core.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.identity.backends.ldap.core.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.identity.backends.ldap.core' writing output... [ 75%] api/keystone.identity.backends.ldap.models [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.identity.backends.ldap.models.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.identity.backends.ldap.models.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.identity.backends.ldap.models' writing output... [ 75%] api/keystone.identity.backends.resource_options [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.identity.backends.resource_options.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.identity.backends.resource_options.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.identity.backends.resource_options' writing output... [ 75%] api/keystone.identity.backends.sql [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.identity.backends.sql.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.identity.backends.sql.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.identity.backends.sql' writing output... [ 75%] api/keystone.identity.backends.sql_model [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.identity.backends.sql_model.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.identity.backends.sql_model.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.identity.backends.sql_model' writing output... [ 76%] api/keystone.identity.core [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.identity.core.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.identity.core.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.identity.core' writing output... [ 76%] api/keystone.identity.generator [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.identity.generator.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.identity.generator.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.identity.generator' writing output... [ 76%] api/keystone.identity.id_generators [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.identity.id_generators.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.identity.id_generators.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.identity.id_generators' writing output... [ 76%] api/keystone.identity.id_generators.sha256 [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.identity.id_generators.sha256.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.identity.id_generators.sha256.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.identity.id_generators.sha256' writing output... [ 76%] api/keystone.identity.mapping_backends [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.identity.mapping_backends.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.identity.mapping_backends.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.identity.mapping_backends' writing output... [ 76%] api/keystone.identity.mapping_backends.base [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.identity.mapping_backends.base.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.identity.mapping_backends.base.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.identity.mapping_backends.base' writing output... [ 76%] api/keystone.identity.mapping_backends.mapping [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.identity.mapping_backends.mapping.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.identity.mapping_backends.mapping.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.identity.mapping_backends.mapping' writing output... [ 77%] api/keystone.identity.mapping_backends.sql [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.identity.mapping_backends.sql.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.identity.mapping_backends.sql.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.identity.mapping_backends.sql' writing output... [ 77%] api/keystone.identity.schema [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.identity.schema.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.identity.schema.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.identity.schema' writing output... [ 77%] api/keystone.identity.shadow_backends [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.identity.shadow_backends.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.identity.shadow_backends.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.identity.shadow_backends' writing output... [ 77%] api/keystone.identity.shadow_backends.base [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.identity.shadow_backends.base.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.identity.shadow_backends.base.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.identity.shadow_backends.base' writing output... [ 77%] api/keystone.identity.shadow_backends.sql [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.identity.shadow_backends.sql.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.identity.shadow_backends.sql.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.identity.shadow_backends.sql' writing output... [ 77%] api/keystone.limit [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.limit.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.limit.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.limit' writing output... [ 78%] api/keystone.limit.backends [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.limit.backends.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.limit.backends.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.limit.backends' writing output... [ 78%] api/keystone.limit.backends.base [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.limit.backends.base.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.limit.backends.base.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.limit.backends.base' writing output... [ 78%] api/keystone.limit.backends.sql [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.limit.backends.sql.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.limit.backends.sql.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.limit.backends.sql' writing output... [ 78%] api/keystone.limit.core [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.limit.core.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.limit.core.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.limit.core' writing output... [ 78%] api/keystone.limit.models [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.limit.models.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.limit.models.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.limit.models' writing output... [ 78%] api/keystone.limit.models.base [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.limit.models.base.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.limit.models.base.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.limit.models.base' writing output... [ 78%] api/keystone.limit.models.flat [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.limit.models.flat.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.limit.models.flat.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.limit.models.flat' writing output... [ 79%] api/keystone.limit.models.strict_two_level [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.limit.models.strict_two_level.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.limit.models.strict_two_level.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.limit.models.strict_two_level' writing output... [ 79%] api/keystone.limit.schema [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.limit.schema.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.limit.schema.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.limit.schema' writing output... [ 79%] api/keystone.models [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.models.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.models.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.models' writing output... [ 79%] api/keystone.models.receipt_model [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.models.receipt_model.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.models.receipt_model.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.models.receipt_model' writing output... [ 79%] api/keystone.models.revoke_model [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.models.revoke_model.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.models.revoke_model.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.models.revoke_model' writing output... [ 79%] api/keystone.models.token_model [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.models.token_model.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.models.token_model.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.models.token_model' writing output... [ 79%] api/keystone.notifications [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.notifications.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.notifications.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.notifications' writing output... [ 80%] api/keystone.oauth1 [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.oauth1.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.oauth1.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.oauth1' writing output... [ 80%] api/keystone.oauth1.backends [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.oauth1.backends.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.oauth1.backends.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.oauth1.backends' writing output... [ 80%] api/keystone.oauth1.backends.base [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.oauth1.backends.base.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.oauth1.backends.base.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.oauth1.backends.base' writing output... [ 80%] api/keystone.oauth1.backends.sql [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.oauth1.backends.sql.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.oauth1.backends.sql.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.oauth1.backends.sql' writing output... [ 80%] api/keystone.oauth1.core [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.oauth1.core.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.oauth1.core.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.oauth1.core' writing output... [ 80%] api/keystone.oauth1.schema [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.oauth1.schema.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.oauth1.schema.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.oauth1.schema' writing output... [ 81%] api/keystone.oauth1.validator [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.oauth1.validator.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.oauth1.validator.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.oauth1.validator' writing output... [ 81%] api/keystone.policy [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.policy.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.policy.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.policy' writing output... [ 81%] api/keystone.policy.backends [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.policy.backends.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.policy.backends.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.policy.backends' writing output... [ 81%] api/keystone.policy.backends.base [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.policy.backends.base.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.policy.backends.base.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.policy.backends.base' writing output... [ 81%] api/keystone.policy.backends.rules [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.policy.backends.rules.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.policy.backends.rules.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.policy.backends.rules' writing output... [ 81%] api/keystone.policy.backends.sql [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.policy.backends.sql.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.policy.backends.sql.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.policy.backends.sql' writing output... [ 81%] api/keystone.policy.core [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.policy.core.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.policy.core.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.policy.core' writing output... [ 82%] api/keystone.policy.schema [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.policy.schema.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.policy.schema.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.policy.schema' writing output... [ 82%] api/keystone.receipt [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.receipt.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.receipt.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.receipt' writing output... [ 82%] api/keystone.receipt.handlers [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.receipt.handlers.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.receipt.handlers.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.receipt.handlers' writing output... [ 82%] api/keystone.receipt.provider [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.receipt.provider.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.receipt.provider.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.receipt.provider' writing output... [ 82%] api/keystone.receipt.providers [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.receipt.providers.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.receipt.providers.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.receipt.providers' writing output... [ 82%] api/keystone.receipt.providers.base [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.receipt.providers.base.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.receipt.providers.base.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.receipt.providers.base' writing output... [ 82%] api/keystone.receipt.providers.fernet [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.receipt.providers.fernet.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.receipt.providers.fernet.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.receipt.providers.fernet' writing output... [ 83%] api/keystone.receipt.providers.fernet.core [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.receipt.providers.fernet.core.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.receipt.providers.fernet.core.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.receipt.providers.fernet.core' writing output... [ 83%] api/keystone.receipt.receipt_formatters [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.receipt.receipt_formatters.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.receipt.receipt_formatters.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.receipt.receipt_formatters' writing output... [ 83%] api/keystone.resource [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.resource.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.resource.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.resource' writing output... [ 83%] api/keystone.resource.backends [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.resource.backends.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.resource.backends.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.resource.backends' writing output... [ 83%] api/keystone.resource.backends.base [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.resource.backends.base.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.resource.backends.base.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.resource.backends.base' writing output... [ 83%] api/keystone.resource.backends.sql [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.resource.backends.sql.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.resource.backends.sql.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.resource.backends.sql' writing output... [ 84%] api/keystone.resource.config_backends [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.resource.config_backends.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.resource.config_backends.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.resource.config_backends' writing output... [ 84%] api/keystone.resource.config_backends.base [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.resource.config_backends.base.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.resource.config_backends.base.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.resource.config_backends.base' writing output... [ 84%] api/keystone.resource.config_backends.sql [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.resource.config_backends.sql.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.resource.config_backends.sql.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.resource.config_backends.sql' writing output... [ 84%] api/keystone.resource.core [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.resource.core.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.resource.core.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.resource.core' writing output... [ 84%] api/keystone.resource.schema [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.resource.schema.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.resource.schema.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.resource.schema' writing output... [ 84%] api/keystone.revoke [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.revoke.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.revoke.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.revoke' writing output... [ 84%] api/keystone.revoke.backends [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.revoke.backends.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.revoke.backends.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.revoke.backends' writing output... [ 85%] api/keystone.revoke.backends.base [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.revoke.backends.base.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.revoke.backends.base.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.revoke.backends.base' writing output... [ 85%] api/keystone.revoke.backends.sql [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.revoke.backends.sql.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.revoke.backends.sql.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.revoke.backends.sql' writing output... [ 85%] api/keystone.revoke.core [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.revoke.core.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.revoke.core.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.revoke.core' writing output... [ 85%] api/keystone.revoke.model [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.revoke.model.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.revoke.model.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.revoke.model' writing output... [ 85%] api/keystone.server [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.server.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.server.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.server' writing output... [ 85%] api/keystone.server.backends [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.server.backends.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.server.backends.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.server.backends' writing output... [ 85%] api/keystone.server.flask [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.server.flask.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.server.flask.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.server.flask' writing output... [ 86%] api/keystone.server.flask.application [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.server.flask.application.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.server.flask.application.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.server.flask.application' writing output... [ 86%] api/keystone.server.flask.common [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.server.flask.common.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.server.flask.common.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.server.flask.common' writing output... [ 86%] api/keystone.server.flask.core [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.server.flask.core.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.server.flask.core.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.server.flask.core' writing output... [ 86%] api/keystone.server.flask.request_processing [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.server.flask.request_processing.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.server.flask.request_processing.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.server.flask.request_processing' writing output... [ 86%] api/keystone.server.flask.request_processing.json_body [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.server.flask.request_processing.json_body.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.server.flask.request_processing.json_body.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.server.flask.request_processing.json_body' writing output... [ 86%] api/keystone.server.flask.request_processing.middleware [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.server.flask.request_processing.middleware.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.server.flask.request_processing.middleware.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.server.flask.request_processing.middleware' writing output... [ 87%] api/keystone.server.flask.request_processing.middleware.auth_context [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.server.flask.request_processing.middleware.auth_context.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.server.flask.request_processing.middleware.auth_context.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.server.flask.request_processing.middleware.auth_context' writing output... [ 87%] api/keystone.server.flask.request_processing.middleware.url_normalize [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.server.flask.request_processing.middleware.url_normalize.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.server.flask.request_processing.middleware.url_normalize.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.server.flask.request_processing.middleware.url_normalize' writing output... [ 87%] api/keystone.server.flask.request_processing.req_logging [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.server.flask.request_processing.req_logging.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.server.flask.request_processing.req_logging.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.server.flask.request_processing.req_logging' writing output... [ 87%] api/keystone.server.wsgi [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.server.wsgi.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.server.wsgi.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.server.wsgi' writing output... [ 87%] api/keystone.token [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.token.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.token.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.token' writing output... [ 87%] api/keystone.token.provider [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.token.provider.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.token.provider.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.token.provider' writing output... [ 87%] api/keystone.token.providers [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.token.providers.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.token.providers.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.token.providers' writing output... [ 88%] api/keystone.token.providers.base [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.token.providers.base.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.token.providers.base.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.token.providers.base' writing output... [ 88%] api/keystone.token.providers.fernet [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.token.providers.fernet.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.token.providers.fernet.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.token.providers.fernet' writing output... [ 88%] api/keystone.token.providers.fernet.core [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.token.providers.fernet.core.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.token.providers.fernet.core.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.token.providers.fernet.core' writing output... [ 88%] api/keystone.token.providers.jws [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.token.providers.jws.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.token.providers.jws.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.token.providers.jws' writing output... [ 88%] api/keystone.token.providers.jws.core [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.token.providers.jws.core.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.token.providers.jws.core.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.token.providers.jws.core' writing output... [ 88%] api/keystone.token.token_formatters [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.token.token_formatters.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.token.token_formatters.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.token.token_formatters' writing output... [ 89%] api/keystone.trust [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.trust.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.trust.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.trust' writing output... [ 89%] api/keystone.trust.backends [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.trust.backends.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.trust.backends.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.trust.backends' writing output... [ 89%] api/keystone.trust.backends.base [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.trust.backends.base.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.trust.backends.base.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.trust.backends.base' writing output... [ 89%] api/keystone.trust.backends.sql [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.trust.backends.sql.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.trust.backends.sql.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.trust.backends.sql' writing output... [ 89%] api/keystone.trust.core [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.trust.core.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.trust.core.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.trust.core' writing output... [ 89%] api/keystone.trust.schema [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.trust.schema.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.trust.schema.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.trust.schema' writing output... [ 89%] api/keystone.version [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystone.version.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystone.version.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystone.version' writing output... [ 90%] api/modules [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/modules.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/modules.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/modules' writing output... [ 90%] api_curl_examples [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api_curl_examples.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api_curl_examples.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api_curl_examples' writing output... [ 90%] cli/commands [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/commands.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/commands.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/commands' writing output... [ 90%] cli/index [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/index.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/index.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/index' writing output... [ 90%] cli/keystone-manage [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/keystone-manage.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/keystone-manage.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/keystone-manage' writing output... [ 90%] cli/keystone-status [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/keystone-status.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/keystone-status.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/keystone-status' writing output... [ 90%] code_documentation [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/code_documentation.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/code_documentation.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'code_documentation' writing output... [ 91%] configuration/config-options [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/configuration/config-options.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/configuration/config-options.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'configuration/config-options' writing output... [ 91%] configuration/index [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/configuration/index.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/configuration/index.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'configuration/index' writing output... [ 91%] configuration/policy [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/configuration/policy.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/configuration/policy.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'configuration/policy' writing output... [ 91%] configuration/samples/index [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/configuration/samples/index.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/configuration/samples/index.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'configuration/samples/index' writing output... [ 91%] configuration/samples/keystone-conf [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/configuration/samples/keystone-conf.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/configuration/samples/keystone-conf.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'configuration/samples/keystone-conf' writing output... [ 91%] configuration/samples/logging-conf [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/configuration/samples/logging-conf.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/configuration/samples/logging-conf.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'configuration/samples/logging-conf' writing output... [ 92%] configuration/samples/policy-yaml [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/configuration/samples/policy-yaml.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/configuration/samples/policy-yaml.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'configuration/samples/policy-yaml' writing output... [ 92%] contributor/api_change_tutorial [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api_change_tutorial.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api_change_tutorial.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api_change_tutorial' writing output... [ 92%] contributor/architecture [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/architecture.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/architecture.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/architecture' writing output... [ 92%] contributor/auth-plugins [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/auth-plugins.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/auth-plugins.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/auth-plugins' writing output... [ 92%] contributor/caching-layer [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/caching-layer.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/caching-layer.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/caching-layer' writing output... [ 92%] contributor/database-migrations [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/database-migrations.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/database-migrations.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/database-migrations' writing output... [ 92%] contributor/developing-drivers [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/developing-drivers.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/developing-drivers.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/developing-drivers' writing output... [ 93%] contributor/doctor-checks [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/doctor-checks.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/doctor-checks.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/doctor-checks' writing output... [ 93%] contributor/external-dev [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/external-dev.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/external-dev.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/external-dev' writing output... [ 93%] contributor/filtering-responsibilities [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/filtering-responsibilities.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/filtering-responsibilities.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/filtering-responsibilities' writing output... [ 93%] contributor/how-can-i-help [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/how-can-i-help.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/how-can-i-help.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/how-can-i-help' writing output... [ 93%] contributor/http-api [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/http-api.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/http-api.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/http-api' writing output... [ 93%] contributor/id-manage [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/id-manage.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/id-manage.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/id-manage' writing output... [ 93%] contributor/index [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/index.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/index.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/index' writing output... [ 94%] contributor/list-truncation [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/list-truncation.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/list-truncation.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/list-truncation' writing output... [ 94%] contributor/proposing-features [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/proposing-features.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/proposing-features.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/proposing-features' writing output... [ 94%] contributor/release-notes [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/release-notes.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/release-notes.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/release-notes' writing output... [ 94%] contributor/service-catalog [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/service-catalog.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/service-catalog.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/service-catalog' writing output... [ 94%] contributor/services [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/services.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/services.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/services' writing output... [ 94%] contributor/set-up-keystone [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/set-up-keystone.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/set-up-keystone.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/set-up-keystone' writing output... [ 95%] contributor/testing-keystone [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/testing-keystone.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/testing-keystone.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/testing-keystone' writing output... [ 95%] contributor/translated-responses [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/translated-responses.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/translated-responses.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/translated-responses' writing output... [ 95%] getting-started/architecture [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/getting-started/architecture.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/getting-started/architecture.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'getting-started/architecture' writing output... [ 95%] getting-started/community [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/getting-started/community.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/getting-started/community.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'getting-started/community' writing output... [ 95%] getting-started/index [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/getting-started/index.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/getting-started/index.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'getting-started/index' writing output... [ 95%] getting-started/policy_mapping [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/getting-started/policy_mapping.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/getting-started/policy_mapping.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'getting-started/policy_mapping' writing output... [ 95%] index [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/index.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/index.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'index' writing output... [ 96%] indices-tables [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/indices-tables.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/indices-tables.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'indices-tables' writing output... [ 96%] install/get-started-obs [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/install/get-started-obs.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/install/get-started-obs.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'install/get-started-obs' writing output... [ 96%] install/get-started-rdo [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/install/get-started-rdo.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/install/get-started-rdo.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'install/get-started-rdo' writing output... [ 96%] install/get-started-ubuntu [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/install/get-started-ubuntu.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/install/get-started-ubuntu.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'install/get-started-ubuntu' writing output... [ 96%] install/index [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/install/index.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/install/index.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'install/index' writing output... [ 96%] install/index-obs [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/install/index-obs.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/install/index-obs.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'install/index-obs' writing output... [ 96%] install/index-rdo [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/install/index-rdo.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/install/index-rdo.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'install/index-rdo' writing output... [ 97%] install/index-ubuntu [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/install/index-ubuntu.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/install/index-ubuntu.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'install/index-ubuntu' writing output... [ 97%] install/keystone-install-obs [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/install/keystone-install-obs.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/install/keystone-install-obs.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'install/keystone-install-obs' writing output... [ 97%] install/keystone-install-rdo [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/install/keystone-install-rdo.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/install/keystone-install-rdo.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'install/keystone-install-rdo' writing output... [ 97%] install/keystone-install-ubuntu [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/install/keystone-install-ubuntu.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/install/keystone-install-ubuntu.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'install/keystone-install-ubuntu' writing output... [ 97%] install/keystone-openrc-obs [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/install/keystone-openrc-obs.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/install/keystone-openrc-obs.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'install/keystone-openrc-obs' writing output... [ 97%] install/keystone-openrc-rdo [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/install/keystone-openrc-rdo.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/install/keystone-openrc-rdo.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'install/keystone-openrc-rdo' writing output... [ 98%] install/keystone-openrc-ubuntu [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/install/keystone-openrc-ubuntu.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/install/keystone-openrc-ubuntu.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'install/keystone-openrc-ubuntu' writing output... [ 98%] install/keystone-users-obs [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/install/keystone-users-obs.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/install/keystone-users-obs.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'install/keystone-users-obs' writing output... [ 98%] install/keystone-users-rdo [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/install/keystone-users-rdo.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/install/keystone-users-rdo.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'install/keystone-users-rdo' writing output... [ 98%] install/keystone-users-ubuntu [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/install/keystone-users-ubuntu.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/install/keystone-users-ubuntu.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'install/keystone-users-ubuntu' writing output... [ 98%] install/keystone-verify-obs [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/install/keystone-verify-obs.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/install/keystone-verify-obs.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'install/keystone-verify-obs' writing output... [ 98%] install/keystone-verify-rdo [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/install/keystone-verify-rdo.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/install/keystone-verify-rdo.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'install/keystone-verify-rdo' writing output... [ 98%] install/keystone-verify-ubuntu [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/install/keystone-verify-ubuntu.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/install/keystone-verify-ubuntu.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'install/keystone-verify-ubuntu' writing output... [ 99%] install/shared/note_configuration_vary_by_distribution [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/install/shared/note_configuration_vary_by_distribution.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/install/shared/note_configuration_vary_by_distribution.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'install/shared/note_configuration_vary_by_distribution' writing output... [ 99%] user/application_credentials [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/user/application_credentials.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/user/application_credentials.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'user/application_credentials' writing output... [ 99%] user/index [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/user/index.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/user/index.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'user/index' writing output... [ 99%] user/json_home [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/user/json_home.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/user/json_home.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'user/json_home' writing output... [ 99%] user/multi-factor-authentication [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/user/multi-factor-authentication.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/user/multi-factor-authentication.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'user/multi-factor-authentication' writing output... [ 99%] user/supported_clients [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/user/supported_clients.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/user/supported_clients.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'user/supported_clients' writing output... [100%] user/trusts [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/user/trusts.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/user/trusts.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'user/trusts' generating indices... genindex[openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for 'genindex' py-modindex[openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for 'py-modindex' highlighting module code... [ 0%] jsonschema.validators [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/jsonschema/validators' highlighting module code... [ 0%] keystone.access_rules_config.backends.base [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/access_rules_config/backends/base' highlighting module code... [ 0%] keystone.access_rules_config.backends.json [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/access_rules_config/backends/json' highlighting module code... [ 0%] keystone.access_rules_config.core [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/access_rules_config/core' highlighting module code... [ 1%] keystone.api.auth [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/api/auth' highlighting module code... [ 1%] keystone.api.credentials [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/api/credentials' highlighting module code... [ 1%] keystone.api.discovery [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/api/discovery' highlighting module code... [ 1%] keystone.api.domains [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/api/domains' highlighting module code... [ 1%] keystone.api.ec2tokens [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/api/ec2tokens' highlighting module code... [ 2%] keystone.api.endpoints [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/api/endpoints' highlighting module code... [ 2%] keystone.api.groups [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/api/groups' highlighting module code... [ 2%] keystone.api.limits [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/api/limits' highlighting module code... [ 2%] keystone.api.os_ep_filter [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/api/os_ep_filter' highlighting module code... [ 3%] keystone.api.os_federation [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/api/os_federation' highlighting module code... [ 3%] keystone.api.os_inherit [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/api/os_inherit' highlighting module code... [ 3%] keystone.api.os_oauth1 [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/api/os_oauth1' highlighting module code... [ 3%] keystone.api.os_revoke [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/api/os_revoke' highlighting module code... [ 3%] keystone.api.os_simple_cert [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/api/os_simple_cert' highlighting module code... [ 4%] keystone.api.policy [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/api/policy' highlighting module code... [ 4%] keystone.api.projects [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/api/projects' highlighting module code... [ 4%] keystone.api.regions [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/api/regions' highlighting module code... [ 4%] keystone.api.registered_limits [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/api/registered_limits' highlighting module code... [ 4%] keystone.api.role_assignments [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/api/role_assignments' highlighting module code... [ 5%] keystone.api.role_inferences [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/api/role_inferences' highlighting module code... [ 5%] keystone.api.roles [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/api/roles' highlighting module code... [ 5%] keystone.api.s3tokens [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/api/s3tokens' highlighting module code... [ 5%] keystone.api.services [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/api/services' highlighting module code... [ 6%] keystone.api.system [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/api/system' highlighting module code... [ 6%] keystone.api.trusts [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/api/trusts' highlighting module code... [ 6%] keystone.api.users [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/api/users' highlighting module code... [ 6%] keystone.application_credential.backends.base [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/application_credential/backends/base' highlighting module code... [ 6%] keystone.application_credential.backends.sql [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/application_credential/backends/sql' highlighting module code... [ 7%] keystone.application_credential.core [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/application_credential/core' highlighting module code... [ 7%] keystone.assignment.backends.base [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/assignment/backends/base' highlighting module code... [ 7%] keystone.assignment.backends.sql [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/assignment/backends/sql' highlighting module code... [ 7%] keystone.assignment.core [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/assignment/core' highlighting module code... [ 7%] keystone.assignment.role_backends.base [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/assignment/role_backends/base' highlighting module code... [ 8%] keystone.assignment.role_backends.sql [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/assignment/role_backends/sql' highlighting module code... [ 8%] keystone.auth.core [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/auth/core' highlighting module code... [ 8%] keystone.auth.plugins.application_credential [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/auth/plugins/application_credential' highlighting module code... [ 8%] keystone.auth.plugins.base [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/auth/plugins/base' highlighting module code... [ 9%] keystone.auth.plugins.core [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/auth/plugins/core' highlighting module code... [ 9%] keystone.auth.plugins.external [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/auth/plugins/external' highlighting module code... [ 9%] keystone.auth.plugins.mapped [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/auth/plugins/mapped' highlighting module code... [ 9%] keystone.auth.plugins.oauth1 [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/auth/plugins/oauth1' highlighting module code... [ 9%] keystone.auth.plugins.password [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/auth/plugins/password' highlighting module code... [ 10%] keystone.auth.plugins.token [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/auth/plugins/token' highlighting module code... [ 10%] keystone.auth.plugins.totp [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/auth/plugins/totp' highlighting module code... [ 10%] keystone.auth.schema [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/auth/schema' highlighting module code... [ 10%] keystone.catalog.backends.base [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/catalog/backends/base' highlighting module code... [ 10%] keystone.catalog.backends.sql [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/catalog/backends/sql' highlighting module code... [ 11%] keystone.catalog.backends.templated [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/catalog/backends/templated' highlighting module code... [ 11%] keystone.catalog.core [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/catalog/core' highlighting module code... [ 11%] keystone.cmd.bootstrap [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/cmd/bootstrap' highlighting module code... [ 11%] keystone.cmd.cli [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/cmd/cli' highlighting module code... [ 12%] keystone.cmd.doctor [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/cmd/doctor' highlighting module code... [ 12%] keystone.cmd.doctor.caching [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/cmd/doctor/caching' highlighting module code... [ 12%] keystone.cmd.doctor.credential [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/cmd/doctor/credential' highlighting module code... [ 12%] keystone.cmd.doctor.database [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/cmd/doctor/database' highlighting module code... [ 12%] keystone.cmd.doctor.debug [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/cmd/doctor/debug' highlighting module code... [ 13%] keystone.cmd.doctor.federation [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/cmd/doctor/federation' highlighting module code... [ 13%] keystone.cmd.doctor.ldap [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/cmd/doctor/ldap' highlighting module code... [ 13%] keystone.cmd.doctor.security_compliance [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/cmd/doctor/security_compliance' highlighting module code... [ 13%] keystone.cmd.doctor.tokens [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/cmd/doctor/tokens' highlighting module code... [ 13%] keystone.cmd.doctor.tokens_fernet [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/cmd/doctor/tokens_fernet' highlighting module code... [ 14%] keystone.cmd.manage [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/cmd/manage' highlighting module code... [ 14%] keystone.common.cache.core [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/cache/core' highlighting module code... [ 14%] keystone.common.context [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/context' highlighting module code... [ 14%] keystone.common.driver_hints [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/driver_hints' highlighting module code... [ 15%] keystone.common.fernet_utils [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/fernet_utils' highlighting module code... [ 15%] keystone.common.json_home [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/json_home' highlighting module code... [ 15%] keystone.common.jwt_utils [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/jwt_utils' highlighting module code... [ 15%] keystone.common.manager [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/manager' highlighting module code... [ 15%] keystone.common.password_hashing [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/password_hashing' highlighting module code... [ 16%] keystone.common.policies [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/policies' highlighting module code... [ 16%] keystone.common.policies.access_token [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/policies/access_token' highlighting module code... [ 16%] keystone.common.policies.application_credential [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/policies/application_credential' highlighting module code... [ 16%] keystone.common.policies.auth [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/policies/auth' highlighting module code... [ 16%] keystone.common.policies.base [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/policies/base' highlighting module code... [ 17%] keystone.common.policies.consumer [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/policies/consumer' highlighting module code... [ 17%] keystone.common.policies.credential [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/policies/credential' highlighting module code... [ 17%] keystone.common.policies.domain [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/policies/domain' highlighting module code... [ 17%] keystone.common.policies.domain_config [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/policies/domain_config' highlighting module code... [ 18%] keystone.common.policies.ec2_credential [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/policies/ec2_credential' highlighting module code... [ 18%] keystone.common.policies.endpoint [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/policies/endpoint' highlighting module code... [ 18%] keystone.common.policies.endpoint_group [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/policies/endpoint_group' highlighting module code... [ 18%] keystone.common.policies.grant [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/policies/grant' highlighting module code... [ 18%] keystone.common.policies.group [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/policies/group' highlighting module code... [ 19%] keystone.common.policies.identity_provider [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/policies/identity_provider' highlighting module code... [ 19%] keystone.common.policies.implied_role [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/policies/implied_role' highlighting module code... [ 19%] keystone.common.policies.limit [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/policies/limit' highlighting module code... [ 19%] keystone.common.policies.mapping [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/policies/mapping' highlighting module code... [ 20%] keystone.common.policies.policy [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/policies/policy' highlighting module code... [ 20%] keystone.common.policies.policy_association [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/policies/policy_association' highlighting module code... [ 20%] keystone.common.policies.project [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/policies/project' highlighting module code... [ 20%] keystone.common.policies.project_endpoint [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/policies/project_endpoint' highlighting module code... [ 20%] keystone.common.policies.protocol [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/policies/protocol' highlighting module code... [ 21%] keystone.common.policies.region [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/policies/region' highlighting module code... [ 21%] keystone.common.policies.registered_limit [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/policies/registered_limit' highlighting module code... [ 21%] keystone.common.policies.revoke_event [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/policies/revoke_event' highlighting module code... [ 21%] keystone.common.policies.role [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/policies/role' highlighting module code... [ 21%] keystone.common.policies.role_assignment [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/policies/role_assignment' highlighting module code... [ 22%] keystone.common.policies.service [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/policies/service' highlighting module code... [ 22%] keystone.common.policies.service_provider [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/policies/service_provider' highlighting module code... [ 22%] keystone.common.policies.token [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/policies/token' highlighting module code... [ 22%] keystone.common.policies.token_revocation [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/policies/token_revocation' highlighting module code... [ 23%] keystone.common.policies.trust [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/policies/trust' highlighting module code... [ 23%] keystone.common.policies.user [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/policies/user' highlighting module code... [ 23%] keystone.common.profiler [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/profiler' highlighting module code... [ 23%] keystone.common.provider_api [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/provider_api' highlighting module code... [ 23%] keystone.common.rbac_enforcer.enforcer [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/rbac_enforcer/enforcer' highlighting module code... [ 24%] keystone.common.rbac_enforcer.policy [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/rbac_enforcer/policy' highlighting module code... [ 24%] keystone.common.render_token [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/render_token' highlighting module code... [ 24%] keystone.common.resource_options [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/resource_options' highlighting module code... [ 24%] keystone.common.sql.contract_repo.versions.001_contract_initial_null_migration [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration' highlighting module code... [ 24%] keystone.common.sql.contract_repo.versions.002_password_created_at_not_nullable [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/contract_repo/versions/002_password_created_at_not_nullable' highlighting module code... [ 25%] keystone.common.sql.contract_repo.versions.003_remove_unencrypted_blob_column_from_credential [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/contract_repo/versions/003_remove_unencrypted_blob_column_from_credential' highlighting module code... [ 25%] keystone.common.sql.contract_repo.versions.004_reset_password_created_at [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/contract_repo/versions/004_reset_password_created_at' highlighting module code... [ 25%] keystone.common.sql.contract_repo.versions.005_placeholder [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/contract_repo/versions/005_placeholder' highlighting module code... [ 25%] keystone.common.sql.contract_repo.versions.006_placeholder [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/contract_repo/versions/006_placeholder' highlighting module code... [ 26%] keystone.common.sql.contract_repo.versions.007_placeholder [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/contract_repo/versions/007_placeholder' highlighting module code... [ 26%] keystone.common.sql.contract_repo.versions.008_placeholder [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/contract_repo/versions/008_placeholder' highlighting module code... [ 26%] keystone.common.sql.contract_repo.versions.009_placeholder [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/contract_repo/versions/009_placeholder' highlighting module code... [ 26%] keystone.common.sql.contract_repo.versions.010_contract_add_revocation_event_index [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/contract_repo/versions/010_contract_add_revocation_event_index' highlighting module code... [ 26%] keystone.common.sql.contract_repo.versions.011_contract_user_id_unique_for_nonlocal_user [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/contract_repo/versions/011_contract_user_id_unique_for_nonlocal_user' highlighting module code... [ 27%] keystone.common.sql.contract_repo.versions.012_contract_add_domain_id_to_idp [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/contract_repo/versions/012_contract_add_domain_id_to_idp' highlighting module code... [ 27%] keystone.common.sql.contract_repo.versions.013_contract_protocol_cascade_delete_for_federated_user [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/contract_repo/versions/013_contract_protocol_cascade_delete_for_federated_user' highlighting module code... [ 27%] keystone.common.sql.contract_repo.versions.014_contract_add_domain_id_to_user_table [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/contract_repo/versions/014_contract_add_domain_id_to_user_table' highlighting module code... [ 27%] keystone.common.sql.contract_repo.versions.015_contract_update_federated_user_domain [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/contract_repo/versions/015_contract_update_federated_user_domain' highlighting module code... [ 27%] keystone.common.sql.contract_repo.versions.016_contract_add_user_options [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/contract_repo/versions/016_contract_add_user_options' highlighting module code... [ 28%] keystone.common.sql.contract_repo.versions.017_placeholder [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/contract_repo/versions/017_placeholder' highlighting module code... [ 28%] keystone.common.sql.contract_repo.versions.018_placeholder [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/contract_repo/versions/018_placeholder' highlighting module code... [ 28%] keystone.common.sql.contract_repo.versions.019_placeholder [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/contract_repo/versions/019_placeholder' highlighting module code... [ 28%] keystone.common.sql.contract_repo.versions.020_placeholder [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/contract_repo/versions/020_placeholder' highlighting module code... [ 29%] keystone.common.sql.contract_repo.versions.021_placeholder [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/contract_repo/versions/021_placeholder' highlighting module code... [ 29%] keystone.common.sql.contract_repo.versions.022_contract_add_default_project_id_index [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/contract_repo/versions/022_contract_add_default_project_id_index' highlighting module code... [ 29%] keystone.common.sql.contract_repo.versions.023_contract_add_second_password_column_for_expanded_hash_sizes [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/contract_repo/versions/023_contract_add_second_password_column_for_expanded_hash_sizes' highlighting module code... [ 29%] keystone.common.sql.contract_repo.versions.024_contract_create_created_at_int_columns [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/contract_repo/versions/024_contract_create_created_at_int_columns' highlighting module code... [ 29%] keystone.common.sql.contract_repo.versions.025_placeholder [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/contract_repo/versions/025_placeholder' highlighting module code... [ 30%] keystone.common.sql.contract_repo.versions.026_placeholder [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/contract_repo/versions/026_placeholder' highlighting module code... [ 30%] keystone.common.sql.contract_repo.versions.027_placeholder [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/contract_repo/versions/027_placeholder' highlighting module code... [ 30%] keystone.common.sql.contract_repo.versions.028_placeholder [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/contract_repo/versions/028_placeholder' highlighting module code... [ 30%] keystone.common.sql.contract_repo.versions.029_placeholder [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/contract_repo/versions/029_placeholder' highlighting module code... [ 30%] keystone.common.sql.contract_repo.versions.030_contract_add_project_tags_table [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/contract_repo/versions/030_contract_add_project_tags_table' highlighting module code... [ 31%] keystone.common.sql.contract_repo.versions.031_contract_system_assignment_table [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table' highlighting module code... [ 31%] keystone.common.sql.contract_repo.versions.032_contract_add_expired_at_int_to_trust [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/contract_repo/versions/032_contract_add_expired_at_int_to_trust' highlighting module code... [ 31%] keystone.common.sql.contract_repo.versions.033_contract_add_limits_tables [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables' highlighting module code... [ 31%] keystone.common.sql.contract_repo.versions.034_contract_add_application_credentials_table [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/contract_repo/versions/034_contract_add_application_credentials_table' highlighting module code... [ 32%] keystone.common.sql.contract_repo.versions.035_contract_add_system_column_to_application_credential_table [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/contract_repo/versions/035_contract_add_system_column_to_application_credential_table' highlighting module code... [ 32%] keystone.common.sql.contract_repo.versions.036_contract_rename_application_credential_restriction_column [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/contract_repo/versions/036_contract_rename_application_credential_restriction_column' highlighting module code... [ 32%] keystone.common.sql.contract_repo.versions.037_contract_remove_service_and_region_fk_for_registered_limit [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/contract_repo/versions/037_contract_remove_service_and_region_fk_for_registered_limit' highlighting module code... [ 32%] keystone.common.sql.contract_repo.versions.038_placeholder [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/contract_repo/versions/038_placeholder' highlighting module code... [ 32%] keystone.common.sql.contract_repo.versions.039_placeholder [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/contract_repo/versions/039_placeholder' highlighting module code... [ 33%] keystone.common.sql.contract_repo.versions.040_placeholder [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/contract_repo/versions/040_placeholder' highlighting module code... [ 33%] keystone.common.sql.contract_repo.versions.041_placeholder [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/contract_repo/versions/041_placeholder' highlighting module code... [ 33%] keystone.common.sql.contract_repo.versions.042_placeholder [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/contract_repo/versions/042_placeholder' highlighting module code... [ 33%] keystone.common.sql.contract_repo.versions.043_placeholder [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/contract_repo/versions/043_placeholder' highlighting module code... [ 33%] keystone.common.sql.contract_repo.versions.044_placeholder [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/contract_repo/versions/044_placeholder' highlighting module code... [ 34%] keystone.common.sql.contract_repo.versions.045_contract_add_description_to_limit [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/contract_repo/versions/045_contract_add_description_to_limit' highlighting module code... [ 34%] keystone.common.sql.contract_repo.versions.046_contract_old_password_data_to_password_hash_column [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/contract_repo/versions/046_contract_old_password_data_to_password_hash_column' highlighting module code... [ 34%] keystone.common.sql.contract_repo.versions.047_contract_expand_update_pk_for_unified_limit [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/contract_repo/versions/047_contract_expand_update_pk_for_unified_limit' highlighting module code... [ 34%] keystone.common.sql.contract_repo.versions.048_contract_add_registered_limit_id_column_for_limit [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/contract_repo/versions/048_contract_add_registered_limit_id_column_for_limit' highlighting module code... [ 35%] keystone.common.sql.contract_repo.versions.049_placeholder [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/contract_repo/versions/049_placeholder' highlighting module code... [ 35%] keystone.common.sql.contract_repo.versions.050_placeholder [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/contract_repo/versions/050_placeholder' highlighting module code... [ 35%] keystone.common.sql.contract_repo.versions.051_placeholder [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/contract_repo/versions/051_placeholder' highlighting module code... [ 35%] keystone.common.sql.contract_repo.versions.052_placeholder [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/contract_repo/versions/052_placeholder' highlighting module code... [ 35%] keystone.common.sql.contract_repo.versions.053_contract_add_role_description_to_role_table [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/contract_repo/versions/053_contract_add_role_description_to_role_table' highlighting module code... [ 36%] keystone.common.sql.contract_repo.versions.054_contract_drop_old_passoword_column [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/contract_repo/versions/054_contract_drop_old_passoword_column' highlighting module code... [ 36%] keystone.common.sql.contract_repo.versions.055_contract_add_domain_to_limit [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/contract_repo/versions/055_contract_add_domain_to_limit' highlighting module code... [ 36%] keystone.common.sql.contract_repo.versions.056_contract_add_application_credential_access_rules [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/contract_repo/versions/056_contract_add_application_credential_access_rules' highlighting module code... [ 36%] keystone.common.sql.contract_repo.versions.057_placeholder [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/contract_repo/versions/057_placeholder' highlighting module code... [ 36%] keystone.common.sql.contract_repo.versions.058_placeholder [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/contract_repo/versions/058_placeholder' highlighting module code... [ 37%] keystone.common.sql.contract_repo.versions.059_placeholder [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/contract_repo/versions/059_placeholder' highlighting module code... [ 37%] keystone.common.sql.contract_repo.versions.060_placeholder [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/contract_repo/versions/060_placeholder' highlighting module code... [ 37%] keystone.common.sql.contract_repo.versions.061_placeholder [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/contract_repo/versions/061_placeholder' highlighting module code... [ 37%] keystone.common.sql.core [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/core' highlighting module code... [ 38%] keystone.common.sql.data_migration_repo.versions.001_data_initial_null_migration [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/data_migration_repo/versions/001_data_initial_null_migration' highlighting module code... [ 38%] keystone.common.sql.data_migration_repo.versions.002_password_created_at_not_nullable [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/data_migration_repo/versions/002_password_created_at_not_nullable' highlighting module code... [ 38%] keystone.common.sql.data_migration_repo.versions.003_migrate_unencrypted_credentials [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials' highlighting module code... [ 38%] keystone.common.sql.data_migration_repo.versions.004_reset_password_created_at [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/data_migration_repo/versions/004_reset_password_created_at' highlighting module code... [ 38%] keystone.common.sql.data_migration_repo.versions.005_placeholder [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/data_migration_repo/versions/005_placeholder' highlighting module code... [ 39%] keystone.common.sql.data_migration_repo.versions.006_placeholder [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/data_migration_repo/versions/006_placeholder' highlighting module code... [ 39%] keystone.common.sql.data_migration_repo.versions.007_placeholder [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/data_migration_repo/versions/007_placeholder' highlighting module code... [ 39%] keystone.common.sql.data_migration_repo.versions.008_placeholder [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/data_migration_repo/versions/008_placeholder' highlighting module code... [ 39%] keystone.common.sql.data_migration_repo.versions.009_placeholder [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/data_migration_repo/versions/009_placeholder' highlighting module code... [ 40%] keystone.common.sql.data_migration_repo.versions.010_migrate_add_revocation_event_index [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/data_migration_repo/versions/010_migrate_add_revocation_event_index' highlighting module code... [ 40%] keystone.common.sql.data_migration_repo.versions.011_expand_user_id_unique_for_nonlocal_user [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/data_migration_repo/versions/011_expand_user_id_unique_for_nonlocal_user' highlighting module code... [ 40%] keystone.common.sql.data_migration_repo.versions.012_migrate_add_domain_id_to_idp [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/data_migration_repo/versions/012_migrate_add_domain_id_to_idp' highlighting module code... [ 40%] keystone.common.sql.data_migration_repo.versions.013_migrate_protocol_cascade_delete_for_federated_user [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/data_migration_repo/versions/013_migrate_protocol_cascade_delete_for_federated_user' highlighting module code... [ 40%] keystone.common.sql.data_migration_repo.versions.014_migrate_add_domain_id_to_user_table [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/data_migration_repo/versions/014_migrate_add_domain_id_to_user_table' highlighting module code... [ 41%] keystone.common.sql.data_migration_repo.versions.015_migrate_update_federated_user_domain [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/data_migration_repo/versions/015_migrate_update_federated_user_domain' highlighting module code... [ 41%] keystone.common.sql.data_migration_repo.versions.016_migrate_add_user_options [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/data_migration_repo/versions/016_migrate_add_user_options' highlighting module code... [ 41%] keystone.common.sql.data_migration_repo.versions.017_placeholder [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/data_migration_repo/versions/017_placeholder' highlighting module code... [ 41%] keystone.common.sql.data_migration_repo.versions.018_placeholder [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/data_migration_repo/versions/018_placeholder' highlighting module code... [ 41%] keystone.common.sql.data_migration_repo.versions.019_placeholder [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/data_migration_repo/versions/019_placeholder' highlighting module code... [ 42%] keystone.common.sql.data_migration_repo.versions.020_placeholder [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/data_migration_repo/versions/020_placeholder' highlighting module code... [ 42%] keystone.common.sql.data_migration_repo.versions.021_placeholder [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/data_migration_repo/versions/021_placeholder' highlighting module code... [ 42%] keystone.common.sql.data_migration_repo.versions.022_migrate_add_default_project_id_index [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/data_migration_repo/versions/022_migrate_add_default_project_id_index' highlighting module code... [ 42%] keystone.common.sql.data_migration_repo.versions.023_migrate_add_second_password_column_for_expanded_hash_sizes [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/data_migration_repo/versions/023_migrate_add_second_password_column_for_expanded_hash_sizes' highlighting module code... [ 43%] keystone.common.sql.data_migration_repo.versions.024_migrate_create_created_at_int_columns [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/data_migration_repo/versions/024_migrate_create_created_at_int_columns' highlighting module code... [ 43%] keystone.common.sql.data_migration_repo.versions.025_placeholder [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/data_migration_repo/versions/025_placeholder' highlighting module code... [ 43%] keystone.common.sql.data_migration_repo.versions.026_placeholder [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/data_migration_repo/versions/026_placeholder' highlighting module code... [ 43%] keystone.common.sql.data_migration_repo.versions.027_placeholder [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/data_migration_repo/versions/027_placeholder' highlighting module code... [ 43%] keystone.common.sql.data_migration_repo.versions.028_placeholder [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/data_migration_repo/versions/028_placeholder' highlighting module code... [ 44%] keystone.common.sql.data_migration_repo.versions.029_placeholder [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/data_migration_repo/versions/029_placeholder' highlighting module code... [ 44%] keystone.common.sql.data_migration_repo.versions.030_migrate_add_project_tags_table [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/data_migration_repo/versions/030_migrate_add_project_tags_table' highlighting module code... [ 44%] keystone.common.sql.data_migration_repo.versions.031_migrate_system_assignment_table [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/data_migration_repo/versions/031_migrate_system_assignment_table' highlighting module code... [ 44%] keystone.common.sql.data_migration_repo.versions.032_migrate_add_expired_at_int_to_trust [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/data_migration_repo/versions/032_migrate_add_expired_at_int_to_trust' highlighting module code... [ 44%] keystone.common.sql.data_migration_repo.versions.033_migrate_add_limits_tables [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/data_migration_repo/versions/033_migrate_add_limits_tables' highlighting module code... [ 45%] keystone.common.sql.data_migration_repo.versions.034_migrate_add_application_credentials_table [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/data_migration_repo/versions/034_migrate_add_application_credentials_table' highlighting module code... [ 45%] keystone.common.sql.data_migration_repo.versions.035_migrate_add_system_column_to_application_credential_table [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/data_migration_repo/versions/035_migrate_add_system_column_to_application_credential_table' highlighting module code... [ 45%] keystone.common.sql.data_migration_repo.versions.036_migrate_rename_application_credential_restriction_column [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/data_migration_repo/versions/036_migrate_rename_application_credential_restriction_column' highlighting module code... [ 45%] keystone.common.sql.data_migration_repo.versions.037_migrate_remove_service_and_region_fk_for_registered_limit [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/data_migration_repo/versions/037_migrate_remove_service_and_region_fk_for_registered_limit' highlighting module code... [ 46%] keystone.common.sql.data_migration_repo.versions.038_placeholder [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/data_migration_repo/versions/038_placeholder' highlighting module code... [ 46%] keystone.common.sql.data_migration_repo.versions.039_placeholder [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/data_migration_repo/versions/039_placeholder' highlighting module code... [ 46%] keystone.common.sql.data_migration_repo.versions.040_placeholder [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/data_migration_repo/versions/040_placeholder' highlighting module code... [ 46%] keystone.common.sql.data_migration_repo.versions.041_placeholder [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/data_migration_repo/versions/041_placeholder' highlighting module code... [ 46%] keystone.common.sql.data_migration_repo.versions.042_placeholder [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/data_migration_repo/versions/042_placeholder' highlighting module code... [ 47%] keystone.common.sql.data_migration_repo.versions.043_placeholder [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/data_migration_repo/versions/043_placeholder' highlighting module code... [ 47%] keystone.common.sql.data_migration_repo.versions.044_placeholder [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/data_migration_repo/versions/044_placeholder' highlighting module code... [ 47%] keystone.common.sql.data_migration_repo.versions.045_migrate_add_description_to_limit [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/data_migration_repo/versions/045_migrate_add_description_to_limit' highlighting module code... [ 47%] keystone.common.sql.data_migration_repo.versions.046_migrate_old_password_data_to_password_hash_column [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/data_migration_repo/versions/046_migrate_old_password_data_to_password_hash_column' highlighting module code... [ 47%] keystone.common.sql.data_migration_repo.versions.047_migrate_update_pk_for_unified_limit [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/data_migration_repo/versions/047_migrate_update_pk_for_unified_limit' highlighting module code... [ 48%] keystone.common.sql.data_migration_repo.versions.048_migrate_add_registered_limit_id_column_for_limit [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/data_migration_repo/versions/048_migrate_add_registered_limit_id_column_for_limit' highlighting module code... [ 48%] keystone.common.sql.data_migration_repo.versions.049_placeholder [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/data_migration_repo/versions/049_placeholder' highlighting module code... [ 48%] keystone.common.sql.data_migration_repo.versions.050_placeholder [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/data_migration_repo/versions/050_placeholder' highlighting module code... [ 48%] keystone.common.sql.data_migration_repo.versions.051_placeholder [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/data_migration_repo/versions/051_placeholder' highlighting module code... [ 49%] keystone.common.sql.data_migration_repo.versions.052_placeholder [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/data_migration_repo/versions/052_placeholder' highlighting module code... [ 49%] keystone.common.sql.data_migration_repo.versions.053_migrate_add_role_description_to_role_table [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/data_migration_repo/versions/053_migrate_add_role_description_to_role_table' highlighting module code... [ 49%] keystone.common.sql.data_migration_repo.versions.054_migrate_drop_old_passoword_column [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/data_migration_repo/versions/054_migrate_drop_old_passoword_column' highlighting module code... [ 49%] keystone.common.sql.data_migration_repo.versions.055_migrate_add_domain_to_limit [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/data_migration_repo/versions/055_migrate_add_domain_to_limit' highlighting module code... [ 49%] keystone.common.sql.data_migration_repo.versions.056_migrate_add_application_credential_access_rules [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/data_migration_repo/versions/056_migrate_add_application_credential_access_rules' highlighting module code... [ 50%] keystone.common.sql.data_migration_repo.versions.057_placeholder [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/data_migration_repo/versions/057_placeholder' highlighting module code... [ 50%] keystone.common.sql.data_migration_repo.versions.058_placeholder [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/data_migration_repo/versions/058_placeholder' highlighting module code... [ 50%] keystone.common.sql.data_migration_repo.versions.059_placeholder [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/data_migration_repo/versions/059_placeholder' highlighting module code... [ 50%] keystone.common.sql.data_migration_repo.versions.060_placeholder [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/data_migration_repo/versions/060_placeholder' highlighting module code... [ 50%] keystone.common.sql.data_migration_repo.versions.061_placeholder [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/data_migration_repo/versions/061_placeholder' highlighting module code... [ 51%] keystone.common.sql.expand_repo.versions.001_expand_initial_null_migration [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration' highlighting module code... [ 51%] keystone.common.sql.expand_repo.versions.002_password_created_at_not_nullable [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/expand_repo/versions/002_password_created_at_not_nullable' highlighting module code... [ 51%] keystone.common.sql.expand_repo.versions.003_add_key_hash_and_encrypted_blob_to_credential [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/expand_repo/versions/003_add_key_hash_and_encrypted_blob_to_credential' highlighting module code... [ 51%] keystone.common.sql.expand_repo.versions.004_reset_password_created_at [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/expand_repo/versions/004_reset_password_created_at' highlighting module code... [ 52%] keystone.common.sql.expand_repo.versions.005_placeholder [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/expand_repo/versions/005_placeholder' highlighting module code... [ 52%] keystone.common.sql.expand_repo.versions.006_placeholder [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/expand_repo/versions/006_placeholder' highlighting module code... [ 52%] keystone.common.sql.expand_repo.versions.007_placeholder [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/expand_repo/versions/007_placeholder' highlighting module code... [ 52%] keystone.common.sql.expand_repo.versions.008_placeholder [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/expand_repo/versions/008_placeholder' highlighting module code... [ 52%] keystone.common.sql.expand_repo.versions.009_placeholder [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/expand_repo/versions/009_placeholder' highlighting module code... [ 53%] keystone.common.sql.expand_repo.versions.010_expand_add_revocation_event_index [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/expand_repo/versions/010_expand_add_revocation_event_index' highlighting module code... [ 53%] keystone.common.sql.expand_repo.versions.011_expand_user_id_unique_for_nonlocal_user [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/expand_repo/versions/011_expand_user_id_unique_for_nonlocal_user' highlighting module code... [ 53%] keystone.common.sql.expand_repo.versions.012_expand_add_domain_id_to_idp [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/expand_repo/versions/012_expand_add_domain_id_to_idp' highlighting module code... [ 53%] keystone.common.sql.expand_repo.versions.013_expand_protocol_cascade_delete_for_federated_user [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/expand_repo/versions/013_expand_protocol_cascade_delete_for_federated_user' highlighting module code... [ 53%] keystone.common.sql.expand_repo.versions.014_expand_add_domain_id_to_user_table [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/expand_repo/versions/014_expand_add_domain_id_to_user_table' highlighting module code... [ 54%] keystone.common.sql.expand_repo.versions.015_expand_update_federated_user_domain [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/expand_repo/versions/015_expand_update_federated_user_domain' highlighting module code... [ 54%] keystone.common.sql.expand_repo.versions.016_expand_add_user_options [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/expand_repo/versions/016_expand_add_user_options' highlighting module code... [ 54%] keystone.common.sql.expand_repo.versions.017_placeholder [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/expand_repo/versions/017_placeholder' highlighting module code... [ 54%] keystone.common.sql.expand_repo.versions.018_placeholder [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/expand_repo/versions/018_placeholder' highlighting module code... [ 55%] keystone.common.sql.expand_repo.versions.019_placeholder [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/expand_repo/versions/019_placeholder' highlighting module code... [ 55%] keystone.common.sql.expand_repo.versions.020_placeholder [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/expand_repo/versions/020_placeholder' highlighting module code... [ 55%] keystone.common.sql.expand_repo.versions.021_placeholder [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/expand_repo/versions/021_placeholder' highlighting module code... [ 55%] keystone.common.sql.expand_repo.versions.022_expand_add_default_project_id_index [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/expand_repo/versions/022_expand_add_default_project_id_index' highlighting module code... [ 55%] keystone.common.sql.expand_repo.versions.023_expand_add_second_password_column_for_expanded_hash_sizes [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/expand_repo/versions/023_expand_add_second_password_column_for_expanded_hash_sizes' highlighting module code... [ 56%] keystone.common.sql.expand_repo.versions.024_expand_create_created_at_int_columns [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/expand_repo/versions/024_expand_create_created_at_int_columns' highlighting module code... [ 56%] keystone.common.sql.expand_repo.versions.025_placeholder [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/expand_repo/versions/025_placeholder' highlighting module code... [ 56%] keystone.common.sql.expand_repo.versions.026_placeholder [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/expand_repo/versions/026_placeholder' highlighting module code... [ 56%] keystone.common.sql.expand_repo.versions.027_placeholder [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/expand_repo/versions/027_placeholder' highlighting module code... [ 56%] keystone.common.sql.expand_repo.versions.028_placeholder [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/expand_repo/versions/028_placeholder' highlighting module code... [ 57%] keystone.common.sql.expand_repo.versions.029_placeholder [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/expand_repo/versions/029_placeholder' highlighting module code... [ 57%] keystone.common.sql.expand_repo.versions.030_expand_add_project_tags_table [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/expand_repo/versions/030_expand_add_project_tags_table' highlighting module code... [ 57%] keystone.common.sql.expand_repo.versions.031_expand_system_assignment_table [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table' highlighting module code... [ 57%] keystone.common.sql.expand_repo.versions.032_expand_add_expired_at_int_to_trust [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/expand_repo/versions/032_expand_add_expired_at_int_to_trust' highlighting module code... [ 58%] keystone.common.sql.expand_repo.versions.033_expand_add_limits_tables [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables' highlighting module code... [ 58%] keystone.common.sql.expand_repo.versions.034_expand_add_application_credential_table [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/expand_repo/versions/034_expand_add_application_credential_table' highlighting module code... [ 58%] keystone.common.sql.expand_repo.versions.035_expand_add_system_column_to_application_credential_table [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/expand_repo/versions/035_expand_add_system_column_to_application_credential_table' highlighting module code... [ 58%] keystone.common.sql.expand_repo.versions.036_expand_rename_application_credential_restriction_column [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/expand_repo/versions/036_expand_rename_application_credential_restriction_column' highlighting module code... [ 58%] keystone.common.sql.expand_repo.versions.037_expand_remove_service_and_region_fk_for_registered_limit [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/expand_repo/versions/037_expand_remove_service_and_region_fk_for_registered_limit' highlighting module code... [ 59%] keystone.common.sql.expand_repo.versions.038_placeholder [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/expand_repo/versions/038_placeholder' highlighting module code... [ 59%] keystone.common.sql.expand_repo.versions.039_placeholder [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/expand_repo/versions/039_placeholder' highlighting module code... [ 59%] keystone.common.sql.expand_repo.versions.040_placeholder [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/expand_repo/versions/040_placeholder' highlighting module code... [ 59%] keystone.common.sql.expand_repo.versions.041_placeholder [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/expand_repo/versions/041_placeholder' highlighting module code... [ 60%] keystone.common.sql.expand_repo.versions.042_placeholder [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/expand_repo/versions/042_placeholder' highlighting module code... [ 60%] keystone.common.sql.expand_repo.versions.043_placeholder [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/expand_repo/versions/043_placeholder' highlighting module code... [ 60%] keystone.common.sql.expand_repo.versions.044_placeholder [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/expand_repo/versions/044_placeholder' highlighting module code... [ 60%] keystone.common.sql.expand_repo.versions.045_expand_add_description_to_limit [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/expand_repo/versions/045_expand_add_description_to_limit' highlighting module code... [ 60%] keystone.common.sql.expand_repo.versions.046_expand_old_password_data_to_password_hash_column [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/expand_repo/versions/046_expand_old_password_data_to_password_hash_column' highlighting module code... [ 61%] keystone.common.sql.expand_repo.versions.047_expand_update_pk_for_unified_limit [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/expand_repo/versions/047_expand_update_pk_for_unified_limit' highlighting module code... [ 61%] keystone.common.sql.expand_repo.versions.048_expand_add_registered_limit_id_column_for_limit [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/expand_repo/versions/048_expand_add_registered_limit_id_column_for_limit' highlighting module code... [ 61%] keystone.common.sql.expand_repo.versions.049_placeholder [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/expand_repo/versions/049_placeholder' highlighting module code... [ 61%] keystone.common.sql.expand_repo.versions.050_placeholder [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/expand_repo/versions/050_placeholder' highlighting module code... [ 61%] keystone.common.sql.expand_repo.versions.051_placeholder [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/expand_repo/versions/051_placeholder' highlighting module code... [ 62%] keystone.common.sql.expand_repo.versions.052_placeholder [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/expand_repo/versions/052_placeholder' highlighting module code... [ 62%] keystone.common.sql.expand_repo.versions.053_expand_add_role_description_to_role_table [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/expand_repo/versions/053_expand_add_role_description_to_role_table' highlighting module code... [ 62%] keystone.common.sql.expand_repo.versions.054_expand_drop_old_passoword_column [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/expand_repo/versions/054_expand_drop_old_passoword_column' highlighting module code... [ 62%] keystone.common.sql.expand_repo.versions.055_expand_add_domain_to_limit [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/expand_repo/versions/055_expand_add_domain_to_limit' highlighting module code... [ 63%] keystone.common.sql.expand_repo.versions.056_expand_add_application_credential_access_rules [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/expand_repo/versions/056_expand_add_application_credential_access_rules' highlighting module code... [ 63%] keystone.common.sql.expand_repo.versions.057_placeholder [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/expand_repo/versions/057_placeholder' highlighting module code... [ 63%] keystone.common.sql.expand_repo.versions.058_placeholder [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/expand_repo/versions/058_placeholder' highlighting module code... [ 63%] keystone.common.sql.expand_repo.versions.059_placeholder [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/expand_repo/versions/059_placeholder' highlighting module code... [ 63%] keystone.common.sql.expand_repo.versions.060_placeholder [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/expand_repo/versions/060_placeholder' highlighting module code... [ 64%] keystone.common.sql.expand_repo.versions.061_placeholder [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/expand_repo/versions/061_placeholder' highlighting module code... [ 64%] keystone.common.sql.migrate_repo.versions.067_kilo [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/migrate_repo/versions/067_kilo' highlighting module code... [ 64%] keystone.common.sql.migrate_repo.versions.068_placeholder [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/migrate_repo/versions/068_placeholder' highlighting module code... [ 64%] keystone.common.sql.migrate_repo.versions.069_placeholder [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/migrate_repo/versions/069_placeholder' highlighting module code... [ 64%] keystone.common.sql.migrate_repo.versions.070_placeholder [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/migrate_repo/versions/070_placeholder' highlighting module code... [ 65%] keystone.common.sql.migrate_repo.versions.071_placeholder [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/migrate_repo/versions/071_placeholder' highlighting module code... [ 65%] keystone.common.sql.migrate_repo.versions.072_placeholder [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/migrate_repo/versions/072_placeholder' highlighting module code... [ 65%] keystone.common.sql.migrate_repo.versions.073_insert_assignment_inherited_pk [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk' highlighting module code... [ 65%] keystone.common.sql.migrate_repo.versions.074_add_is_domain_project [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project' highlighting module code... [ 66%] keystone.common.sql.migrate_repo.versions.075_confirm_config_registration [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration' highlighting module code... [ 66%] keystone.common.sql.migrate_repo.versions.076_placeholder [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/migrate_repo/versions/076_placeholder' highlighting module code... [ 66%] keystone.common.sql.migrate_repo.versions.077_placeholder [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/migrate_repo/versions/077_placeholder' highlighting module code... [ 66%] keystone.common.sql.migrate_repo.versions.078_placeholder [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/migrate_repo/versions/078_placeholder' highlighting module code... [ 66%] keystone.common.sql.migrate_repo.versions.079_placeholder [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/migrate_repo/versions/079_placeholder' highlighting module code... [ 67%] keystone.common.sql.migrate_repo.versions.080_placeholder [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/migrate_repo/versions/080_placeholder' highlighting module code... [ 67%] keystone.common.sql.migrate_repo.versions.081_add_endpoint_policy_table [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table' highlighting module code... [ 67%] keystone.common.sql.migrate_repo.versions.082_add_federation_tables [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/migrate_repo/versions/082_add_federation_tables' highlighting module code... [ 67%] keystone.common.sql.migrate_repo.versions.083_add_oauth1_tables [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables' highlighting module code... [ 67%] keystone.common.sql.migrate_repo.versions.084_add_revoke_tables [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables' highlighting module code... [ 68%] keystone.common.sql.migrate_repo.versions.085_add_endpoint_filtering_table [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table' highlighting module code... [ 68%] keystone.common.sql.migrate_repo.versions.086_add_duplicate_constraint_trusts [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts' highlighting module code... [ 68%] keystone.common.sql.migrate_repo.versions.087_implied_roles [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/migrate_repo/versions/087_implied_roles' highlighting module code... [ 68%] keystone.common.sql.migrate_repo.versions.088_domain_specific_roles [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles' highlighting module code... [ 69%] keystone.common.sql.migrate_repo.versions.089_add_root_of_all_domains [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains' highlighting module code... [ 69%] keystone.common.sql.migrate_repo.versions.090_add_local_user_and_password_tables [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/migrate_repo/versions/090_add_local_user_and_password_tables' highlighting module code... [ 69%] keystone.common.sql.migrate_repo.versions.091_migrate_data_to_local_user_and_password_tables [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/migrate_repo/versions/091_migrate_data_to_local_user_and_password_tables' highlighting module code... [ 69%] keystone.common.sql.migrate_repo.versions.092_make_implied_roles_fks_cascaded [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded' highlighting module code... [ 69%] keystone.common.sql.migrate_repo.versions.093_migrate_domains_to_projects [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects' highlighting module code... [ 70%] keystone.common.sql.migrate_repo.versions.094_add_federated_user_table [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table' highlighting module code... [ 70%] keystone.common.sql.migrate_repo.versions.095_add_integer_pkey_to_revocation_event_table [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/migrate_repo/versions/095_add_integer_pkey_to_revocation_event_table' highlighting module code... [ 70%] keystone.common.sql.migrate_repo.versions.096_drop_role_name_constraint [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint' highlighting module code... [ 70%] keystone.common.sql.migrate_repo.versions.097_drop_user_name_domainid_constraint [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint' highlighting module code... [ 70%] keystone.common.sql.migrate_repo.versions.098_placeholder [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/migrate_repo/versions/098_placeholder' highlighting module code... [ 71%] keystone.common.sql.migrate_repo.versions.099_placeholder [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/migrate_repo/versions/099_placeholder' highlighting module code... [ 71%] keystone.common.sql.migrate_repo.versions.100_placeholder [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/migrate_repo/versions/100_placeholder' highlighting module code... [ 71%] keystone.common.sql.migrate_repo.versions.101_drop_role_name_constraint [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint' highlighting module code... [ 71%] keystone.common.sql.migrate_repo.versions.102_drop_domain_table [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/migrate_repo/versions/102_drop_domain_table' highlighting module code... [ 72%] keystone.common.sql.migrate_repo.versions.103_add_nonlocal_user_table [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table' highlighting module code... [ 72%] keystone.common.sql.migrate_repo.versions.104_drop_user_name_domainid_constraint [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint' highlighting module code... [ 72%] keystone.common.sql.migrate_repo.versions.105_add_password_date_columns [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns' highlighting module code... [ 72%] keystone.common.sql.migrate_repo.versions.106_allow_password_column_to_be_nullable [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/migrate_repo/versions/106_allow_password_column_to_be_nullable' highlighting module code... [ 72%] keystone.common.sql.migrate_repo.versions.107_add_user_date_columns [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns' highlighting module code... [ 73%] keystone.common.sql.migrate_repo.versions.108_add_failed_auth_columns [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns' highlighting module code... [ 73%] keystone.common.sql.migrate_repo.versions.109_add_password_self_service_column [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column' highlighting module code... [ 73%] keystone.common.sql.upgrades [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/sql/upgrades' highlighting module code... [ 73%] keystone.common.tokenless_auth [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/tokenless_auth' highlighting module code... [ 73%] keystone.common.utils [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/utils' highlighting module code... [ 74%] keystone.common.validation [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/validation' highlighting module code... [ 74%] keystone.common.validation.validators [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/common/validation/validators' highlighting module code... [ 74%] keystone.conf [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/conf' highlighting module code... [ 74%] keystone.conf.access_rules_config [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/conf/access_rules_config' highlighting module code... [ 75%] keystone.conf.application_credential [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/conf/application_credential' highlighting module code... [ 75%] keystone.conf.assignment [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/conf/assignment' highlighting module code... [ 75%] keystone.conf.auth [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/conf/auth' highlighting module code... [ 75%] keystone.conf.catalog [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/conf/catalog' highlighting module code... [ 75%] keystone.conf.credential [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/conf/credential' highlighting module code... [ 76%] keystone.conf.default [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/conf/default' highlighting module code... [ 76%] keystone.conf.domain_config [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/conf/domain_config' highlighting module code... [ 76%] keystone.conf.endpoint_filter [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/conf/endpoint_filter' highlighting module code... [ 76%] keystone.conf.endpoint_policy [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/conf/endpoint_policy' highlighting module code... [ 76%] keystone.conf.eventlet_server [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/conf/eventlet_server' highlighting module code... [ 77%] keystone.conf.federation [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/conf/federation' highlighting module code... [ 77%] keystone.conf.fernet_receipts [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/conf/fernet_receipts' highlighting module code... [ 77%] keystone.conf.fernet_tokens [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/conf/fernet_tokens' highlighting module code... [ 77%] keystone.conf.identity [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/conf/identity' highlighting module code... [ 78%] keystone.conf.identity_mapping [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/conf/identity_mapping' highlighting module code... [ 78%] keystone.conf.jwt_tokens [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/conf/jwt_tokens' highlighting module code... [ 78%] keystone.conf.ldap [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/conf/ldap' highlighting module code... [ 78%] keystone.conf.memcache [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/conf/memcache' highlighting module code... [ 78%] keystone.conf.oauth1 [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/conf/oauth1' highlighting module code... [ 79%] keystone.conf.opts [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/conf/opts' highlighting module code... [ 79%] keystone.conf.policy [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/conf/policy' highlighting module code... [ 79%] keystone.conf.receipt [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/conf/receipt' highlighting module code... [ 79%] keystone.conf.resource [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/conf/resource' highlighting module code... [ 80%] keystone.conf.revoke [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/conf/revoke' highlighting module code... [ 80%] keystone.conf.role [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/conf/role' highlighting module code... [ 80%] keystone.conf.saml [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/conf/saml' highlighting module code... [ 80%] keystone.conf.security_compliance [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/conf/security_compliance' highlighting module code... [ 80%] keystone.conf.shadow_users [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/conf/shadow_users' highlighting module code... [ 81%] keystone.conf.signing [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/conf/signing' highlighting module code... [ 81%] keystone.conf.token [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/conf/token' highlighting module code... [ 81%] keystone.conf.tokenless_auth [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/conf/tokenless_auth' highlighting module code... [ 81%] keystone.conf.trust [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/conf/trust' highlighting module code... [ 81%] keystone.conf.unified_limit [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/conf/unified_limit' highlighting module code... [ 82%] keystone.conf.utils [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/conf/utils' highlighting module code... [ 82%] keystone.conf.wsgi [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/conf/wsgi' highlighting module code... [ 82%] keystone.credential.backends.base [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/credential/backends/base' highlighting module code... [ 82%] keystone.credential.backends.sql [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/credential/backends/sql' highlighting module code... [ 83%] keystone.credential.core [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/credential/core' highlighting module code... [ 83%] keystone.credential.provider [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/credential/provider' highlighting module code... [ 83%] keystone.credential.providers.core [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/credential/providers/core' highlighting module code... [ 83%] keystone.credential.providers.fernet.core [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/credential/providers/fernet/core' highlighting module code... [ 83%] keystone.endpoint_policy.backends.base [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/endpoint_policy/backends/base' highlighting module code... [ 84%] keystone.endpoint_policy.backends.sql [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/endpoint_policy/backends/sql' highlighting module code... [ 84%] keystone.endpoint_policy.core [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/endpoint_policy/core' highlighting module code... [ 84%] keystone.exception [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/exception' highlighting module code... [ 84%] keystone.federation.backends.base [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/federation/backends/base' highlighting module code... [ 84%] keystone.federation.backends.sql [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/federation/backends/sql' highlighting module code... [ 85%] keystone.federation.core [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/federation/core' highlighting module code... [ 85%] keystone.federation.idp [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/federation/idp' highlighting module code... [ 85%] keystone.federation.utils [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/federation/utils' highlighting module code... [ 85%] keystone.identity.backends.base [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/identity/backends/base' highlighting module code... [ 86%] keystone.identity.backends.ldap.common [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/identity/backends/ldap/common' highlighting module code... [ 86%] keystone.identity.backends.ldap.core [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/identity/backends/ldap/core' highlighting module code... [ 86%] keystone.identity.backends.ldap.models [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/identity/backends/ldap/models' highlighting module code... [ 86%] keystone.identity.backends.resource_options [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/identity/backends/resource_options' highlighting module code... [ 86%] keystone.identity.backends.sql [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/identity/backends/sql' highlighting module code... [ 87%] keystone.identity.backends.sql_model [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/identity/backends/sql_model' highlighting module code... [ 87%] keystone.identity.core [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/identity/core' highlighting module code... [ 87%] keystone.identity.generator [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/identity/generator' highlighting module code... [ 87%] keystone.identity.id_generators.sha256 [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/identity/id_generators/sha256' highlighting module code... [ 87%] keystone.identity.mapping_backends.base [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/identity/mapping_backends/base' highlighting module code... [ 88%] keystone.identity.mapping_backends.mapping [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/identity/mapping_backends/mapping' highlighting module code... [ 88%] keystone.identity.mapping_backends.sql [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/identity/mapping_backends/sql' highlighting module code... [ 88%] keystone.identity.shadow_backends.base [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/identity/shadow_backends/base' highlighting module code... [ 88%] keystone.identity.shadow_backends.sql [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/identity/shadow_backends/sql' highlighting module code... [ 89%] keystone.limit.backends.base [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/limit/backends/base' highlighting module code... [ 89%] keystone.limit.backends.sql [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/limit/backends/sql' highlighting module code... [ 89%] keystone.limit.core [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/limit/core' highlighting module code... [ 89%] keystone.limit.models.base [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/limit/models/base' highlighting module code... [ 89%] keystone.limit.models.flat [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/limit/models/flat' highlighting module code... [ 90%] keystone.limit.models.strict_two_level [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/limit/models/strict_two_level' highlighting module code... [ 90%] keystone.models.receipt_model [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/models/receipt_model' highlighting module code... [ 90%] keystone.models.revoke_model [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/models/revoke_model' highlighting module code... [ 90%] keystone.models.token_model [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/models/token_model' highlighting module code... [ 90%] keystone.notifications [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/notifications' highlighting module code... [ 91%] keystone.oauth1.backends.base [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/oauth1/backends/base' highlighting module code... [ 91%] keystone.oauth1.backends.sql [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/oauth1/backends/sql' highlighting module code... [ 91%] keystone.oauth1.core [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/oauth1/core' highlighting module code... [ 91%] keystone.oauth1.validator [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/oauth1/validator' highlighting module code... [ 92%] keystone.policy.backends.base [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/policy/backends/base' highlighting module code... [ 92%] keystone.policy.backends.rules [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/policy/backends/rules' highlighting module code... [ 92%] keystone.policy.backends.sql [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/policy/backends/sql' highlighting module code... [ 92%] keystone.policy.core [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/policy/core' highlighting module code... [ 92%] keystone.receipt.handlers [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/receipt/handlers' highlighting module code... [ 93%] keystone.receipt.provider [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/receipt/provider' highlighting module code... [ 93%] keystone.receipt.providers.base [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/receipt/providers/base' highlighting module code... [ 93%] keystone.receipt.providers.fernet.core [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/receipt/providers/fernet/core' highlighting module code... [ 93%] keystone.receipt.receipt_formatters [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/receipt/receipt_formatters' highlighting module code... [ 93%] keystone.resource.backends.base [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/resource/backends/base' highlighting module code... [ 94%] keystone.resource.backends.sql [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/resource/backends/sql' highlighting module code... [ 94%] keystone.resource.config_backends.base [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/resource/config_backends/base' highlighting module code... [ 94%] keystone.resource.config_backends.sql [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/resource/config_backends/sql' highlighting module code... [ 94%] keystone.resource.core [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/resource/core' highlighting module code... [ 95%] keystone.revoke.backends.base [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/revoke/backends/base' highlighting module code... [ 95%] keystone.revoke.backends.sql [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/revoke/backends/sql' highlighting module code... [ 95%] keystone.revoke.core [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/revoke/core' highlighting module code... [ 95%] keystone.server [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/server' highlighting module code... [ 95%] keystone.server.backends [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/server/backends' highlighting module code... [ 96%] keystone.server.flask.application [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/server/flask/application' highlighting module code... [ 96%] keystone.server.flask.common [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/server/flask/common' highlighting module code... [ 96%] keystone.server.flask.core [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/server/flask/core' highlighting module code... [ 96%] keystone.server.flask.request_processing.json_body [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/server/flask/request_processing/json_body' highlighting module code... [ 96%] keystone.server.flask.request_processing.middleware.auth_context [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/server/flask/request_processing/middleware/auth_context' highlighting module code... [ 97%] keystone.server.flask.request_processing.middleware.url_normalize [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/server/flask/request_processing/middleware/url_normalize' highlighting module code... [ 97%] keystone.server.flask.request_processing.req_logging [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/server/flask/request_processing/req_logging' highlighting module code... [ 97%] keystone.server.wsgi [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/server/wsgi' highlighting module code... [ 97%] keystone.token.provider [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/token/provider' highlighting module code... [ 98%] keystone.token.providers.base [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/token/providers/base' highlighting module code... [ 98%] keystone.token.providers.fernet.core [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/token/providers/fernet/core' highlighting module code... [ 98%] keystone.token.token_formatters [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/token/token_formatters' highlighting module code... [ 98%] keystone.trust.backends.base [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/trust/backends/base' highlighting module code... [ 98%] keystone.trust.backends.sql [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/trust/backends/sql' highlighting module code... [ 99%] keystone.trust.core [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/trust/core' highlighting module code... [ 99%] keystone.version [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/keystone/version' highlighting module code... [ 99%] ldappool [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/ldappool' highlighting module code... [ 99%] sqlalchemy.orm.attributes [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/sqlalchemy/orm/attributes' highlighting module code... [100%] sqlalchemy.sql.sqltypes [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/sqlalchemy/sql/sqltypes' [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/index' writing additional pages... search[openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for 'search' copying images... [ 50%] admin/federation/../../_static/horizon-login-idp.png copying images... [100%] admin/federation/../../_static/horizon-login-sp.png copying static files... done copying extra files... done dumping search index in English (code: en) ... done dumping object inventory... done build succeeded, 3 warnings. The HTML pages are in doc/build/html. + sphinx-build-2 -b man doc/source doc/build/man Running Sphinx v1.8.4 connecting events for openstackdocstheme [openstackdocstheme] connecting html-page-context event handler making output directory... [oslo_config.sphinxconfiggen] reading config generator instructions from /builddir/build/BUILD/keystone-15.0.0/doc/source/../../config-generator/keystone.conf [oslo_config.sphinxconfiggen] writing sample configuration to /builddir/build/BUILD/keystone-15.0.0/doc/source/_static/keystone.conf.sample WARNING:stevedore.named:Could not load keystone [oslo_policy.sphinxpolicygen] reading config generator instructions from /builddir/build/BUILD/keystone-15.0.0/doc/source/../../config-generator/keystone-policy-generator.conf [oslo_policy.sphinxpolicygen] writing sample policy to /builddir/build/BUILD/keystone-15.0.0/doc/source/_static/keystone.policy.yaml.sample WARNING:stevedore.named:Could not load keystone Using openstackdocstheme Sphinx theme from /usr/lib/python2.7/site-packages/openstackdocstheme/theme No /builddir/build/BUILD/keystone-15.0.0/.gitreview found Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.exception.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.i18n.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.notifications.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.version.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.access_rules_config.core.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.access_rules_config.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.access_rules_config.backends.base.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.access_rules_config.backends.json.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.access_rules_config.backends.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.api.auth.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.api.credentials.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.api.discovery.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.api.domains.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.api.ec2tokens.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.api.endpoints.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.api.groups.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.api.limits.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.api.os_ep_filter.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.api.os_federation.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.api.os_inherit.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.api.os_oauth1.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.api.os_revoke.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.api.os_simple_cert.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.api.policy.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.api.projects.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.api.regions.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.api.registered_limits.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.api.role_assignments.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.api.role_inferences.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.api.roles.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.api.s3tokens.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.api.services.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.api.system.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.api.trusts.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.api.users.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.api.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.application_credential.core.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.application_credential.schema.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.application_credential.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.application_credential.backends.base.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.application_credential.backends.sql.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.application_credential.backends.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.assignment.core.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.assignment.schema.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.assignment.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.assignment.backends.base.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.assignment.backends.sql.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.assignment.backends.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.assignment.role_backends.base.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.assignment.role_backends.sql.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.assignment.role_backends.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.auth.core.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.auth.schema.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.auth.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.auth.plugins.application_credential.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.auth.plugins.base.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.auth.plugins.core.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.auth.plugins.external.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.auth.plugins.mapped.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.auth.plugins.oauth1.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.auth.plugins.password.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.auth.plugins.token.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.auth.plugins.totp.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.auth.plugins.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.catalog.core.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.catalog.schema.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.catalog.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.catalog.backends.base.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.catalog.backends.sql.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.catalog.backends.templated.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.catalog.backends.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.cmd.bootstrap.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.cmd.cli.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.cmd.manage.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.cmd.status.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.cmd.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.cmd.doctor.caching.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.cmd.doctor.credential.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.cmd.doctor.database.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.cmd.doctor.debug.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.cmd.doctor.federation.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.cmd.doctor.ldap.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.cmd.doctor.security_compliance.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.cmd.doctor.tokens.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.cmd.doctor.tokens_fernet.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.cmd.doctor.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.authorization.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.context.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.driver_hints.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.fernet_utils.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.json_home.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.jwt_utils.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.manager.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.password_hashing.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.profiler.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.provider_api.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.render_token.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.resource_options.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.tokenless_auth.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.utils.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.cache.core.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.cache.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.policies.access_token.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.policies.application_credential.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.policies.auth.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.policies.base.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.policies.consumer.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.policies.credential.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.policies.domain.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.policies.domain_config.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.policies.ec2_credential.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.policies.endpoint.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.policies.endpoint_group.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.policies.grant.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.policies.group.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.policies.identity_provider.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.policies.implied_role.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.policies.limit.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.policies.mapping.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.policies.policy.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.policies.policy_association.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.policies.project.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.policies.project_endpoint.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.policies.protocol.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.policies.region.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.policies.registered_limit.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.policies.revoke_event.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.policies.role.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.policies.role_assignment.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.policies.service.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.policies.service_provider.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.policies.token.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.policies.token_revocation.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.policies.trust.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.policies.user.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.policies.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.rbac_enforcer.enforcer.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.rbac_enforcer.policy.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.rbac_enforcer.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.core.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.upgrades.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.manage.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.001_contract_initial_null_migration.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.002_password_created_at_not_nullable.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.003_remove_unencrypted_blob_column_from_credential.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.004_reset_password_created_at.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.005_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.006_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.007_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.008_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.009_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.010_contract_add_revocation_event_index.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.011_contract_user_id_unique_for_nonlocal_user.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.012_contract_add_domain_id_to_idp.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.013_contract_protocol_cascade_delete_for_federated_user.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.014_contract_add_domain_id_to_user_table.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.015_contract_update_federated_user_domain.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.016_contract_add_user_options.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.017_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.018_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.019_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.020_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.021_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.022_contract_add_default_project_id_index.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.023_contract_add_second_password_column_for_expanded_hash_sizes.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.024_contract_create_created_at_int_columns.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.025_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.026_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.027_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.028_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.029_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.030_contract_add_project_tags_table.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.031_contract_system_assignment_table.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.032_contract_add_expired_at_int_to_trust.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.033_contract_add_limits_tables.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.034_contract_add_application_credentials_table.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.035_contract_add_system_column_to_application_credential_table.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.036_contract_rename_application_credential_restriction_column.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.037_contract_remove_service_and_region_fk_for_registered_limit.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.038_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.039_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.040_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.041_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.042_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.043_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.044_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.045_contract_add_description_to_limit.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.046_contract_old_password_data_to_password_hash_column.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.047_contract_expand_update_pk_for_unified_limit.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.048_contract_add_registered_limit_id_column_for_limit.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.049_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.050_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.051_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.052_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.053_contract_add_role_description_to_role_table.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.054_contract_drop_old_passoword_column.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.055_contract_add_domain_to_limit.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.056_contract_add_application_credential_access_rules.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.057_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.058_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.059_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.060_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.061_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.contract_repo.versions.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.manage.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.001_data_initial_null_migration.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.002_password_created_at_not_nullable.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.003_migrate_unencrypted_credentials.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.004_reset_password_created_at.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.005_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.006_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.007_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.008_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.009_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.010_migrate_add_revocation_event_index.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.011_expand_user_id_unique_for_nonlocal_user.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.012_migrate_add_domain_id_to_idp.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.013_migrate_protocol_cascade_delete_for_federated_user.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.014_migrate_add_domain_id_to_user_table.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.015_migrate_update_federated_user_domain.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.016_migrate_add_user_options.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.017_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.018_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.019_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.020_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.021_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.022_migrate_add_default_project_id_index.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.023_migrate_add_second_password_column_for_expanded_hash_sizes.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.024_migrate_create_created_at_int_columns.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.025_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.026_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.027_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.028_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.029_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.030_migrate_add_project_tags_table.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.031_migrate_system_assignment_table.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.032_migrate_add_expired_at_int_to_trust.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.033_migrate_add_limits_tables.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.034_migrate_add_application_credentials_table.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.035_migrate_add_system_column_to_application_credential_table.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.036_migrate_rename_application_credential_restriction_column.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.037_migrate_remove_service_and_region_fk_for_registered_limit.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.038_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.039_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.040_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.041_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.042_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.043_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.044_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.045_migrate_add_description_to_limit.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.046_migrate_old_password_data_to_password_hash_column.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.047_migrate_update_pk_for_unified_limit.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.048_migrate_add_registered_limit_id_column_for_limit.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.049_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.050_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.051_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.052_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.053_migrate_add_role_description_to_role_table.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.054_migrate_drop_old_passoword_column.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.055_migrate_add_domain_to_limit.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.056_migrate_add_application_credential_access_rules.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.057_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.058_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.059_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.060_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.061_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.data_migration_repo.versions.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.manage.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.001_expand_initial_null_migration.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.002_password_created_at_not_nullable.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.003_add_key_hash_and_encrypted_blob_to_credential.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.004_reset_password_created_at.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.005_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.006_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.007_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.008_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.009_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.010_expand_add_revocation_event_index.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.011_expand_user_id_unique_for_nonlocal_user.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.012_expand_add_domain_id_to_idp.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.013_expand_protocol_cascade_delete_for_federated_user.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.014_expand_add_domain_id_to_user_table.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.015_expand_update_federated_user_domain.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.016_expand_add_user_options.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.017_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.018_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.019_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.020_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.021_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.022_expand_add_default_project_id_index.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.023_expand_add_second_password_column_for_expanded_hash_sizes.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.024_expand_create_created_at_int_columns.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.025_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.026_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.027_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.028_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.029_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.030_expand_add_project_tags_table.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.031_expand_system_assignment_table.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.032_expand_add_expired_at_int_to_trust.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.033_expand_add_limits_tables.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.034_expand_add_application_credential_table.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.035_expand_add_system_column_to_application_credential_table.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.036_expand_rename_application_credential_restriction_column.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.037_expand_remove_service_and_region_fk_for_registered_limit.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.038_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.039_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.040_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.041_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.042_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.043_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.044_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.045_expand_add_description_to_limit.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.046_expand_old_password_data_to_password_hash_column.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.047_expand_update_pk_for_unified_limit.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.048_expand_add_registered_limit_id_column_for_limit.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.049_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.050_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.051_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.052_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.053_expand_add_role_description_to_role_table.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.054_expand_drop_old_passoword_column.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.055_expand_add_domain_to_limit.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.056_expand_add_application_credential_access_rules.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.057_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.058_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.059_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.060_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.061_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.expand_repo.versions.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.migrate_repo.manage.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.migrate_repo.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.migrate_repo.versions.067_kilo.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.migrate_repo.versions.068_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.migrate_repo.versions.069_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.migrate_repo.versions.070_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.migrate_repo.versions.071_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.migrate_repo.versions.072_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.migrate_repo.versions.073_insert_assignment_inherited_pk.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.migrate_repo.versions.074_add_is_domain_project.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.migrate_repo.versions.075_confirm_config_registration.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.migrate_repo.versions.076_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.migrate_repo.versions.077_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.migrate_repo.versions.078_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.migrate_repo.versions.079_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.migrate_repo.versions.080_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.migrate_repo.versions.081_add_endpoint_policy_table.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.migrate_repo.versions.082_add_federation_tables.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.migrate_repo.versions.083_add_oauth1_tables.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.migrate_repo.versions.084_add_revoke_tables.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.migrate_repo.versions.085_add_endpoint_filtering_table.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.migrate_repo.versions.086_add_duplicate_constraint_trusts.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.migrate_repo.versions.087_implied_roles.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.migrate_repo.versions.088_domain_specific_roles.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.migrate_repo.versions.089_add_root_of_all_domains.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.migrate_repo.versions.090_add_local_user_and_password_tables.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.migrate_repo.versions.091_migrate_data_to_local_user_and_password_tables.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.migrate_repo.versions.092_make_implied_roles_fks_cascaded.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.migrate_repo.versions.093_migrate_domains_to_projects.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.migrate_repo.versions.094_add_federated_user_table.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.migrate_repo.versions.095_add_integer_pkey_to_revocation_event_table.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.migrate_repo.versions.096_drop_role_name_constraint.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.migrate_repo.versions.097_drop_user_name_domainid_constraint.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.migrate_repo.versions.098_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.migrate_repo.versions.099_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.migrate_repo.versions.100_placeholder.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.migrate_repo.versions.101_drop_role_name_constraint.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.migrate_repo.versions.102_drop_domain_table.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.migrate_repo.versions.103_add_nonlocal_user_table.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.migrate_repo.versions.104_drop_user_name_domainid_constraint.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.migrate_repo.versions.105_add_password_date_columns.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.migrate_repo.versions.106_allow_password_column_to_be_nullable.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.migrate_repo.versions.107_add_user_date_columns.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.migrate_repo.versions.108_add_failed_auth_columns.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.migrate_repo.versions.109_add_password_self_service_column.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.sql.migrate_repo.versions.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.validation.parameter_types.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.validation.validators.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.common.validation.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.conf.access_rules_config.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.conf.application_credential.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.conf.assignment.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.conf.auth.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.conf.catalog.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.conf.constants.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.conf.credential.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.conf.default.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.conf.domain_config.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.conf.endpoint_filter.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.conf.endpoint_policy.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.conf.eventlet_server.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.conf.federation.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.conf.fernet_receipts.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.conf.fernet_tokens.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.conf.identity.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.conf.identity_mapping.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.conf.jwt_tokens.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.conf.ldap.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.conf.memcache.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.conf.oauth1.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.conf.opts.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.conf.policy.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.conf.receipt.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.conf.resource.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.conf.revoke.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.conf.role.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.conf.saml.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.conf.security_compliance.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.conf.shadow_users.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.conf.signing.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.conf.token.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.conf.tokenless_auth.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.conf.trust.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.conf.unified_limit.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.conf.utils.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.conf.wsgi.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.conf.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.credential.core.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.credential.provider.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.credential.schema.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.credential.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.credential.backends.base.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.credential.backends.sql.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.credential.backends.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.credential.providers.core.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.credential.providers.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.credential.providers.fernet.core.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.credential.providers.fernet.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.endpoint_policy.core.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.endpoint_policy.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.endpoint_policy.backends.base.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.endpoint_policy.backends.sql.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.endpoint_policy.backends.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.federation.constants.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.federation.core.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.federation.idp.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.federation.schema.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.federation.utils.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.federation.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.federation.backends.base.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.federation.backends.sql.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.federation.backends.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.identity.core.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.identity.generator.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.identity.schema.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.identity.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.identity.backends.base.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.identity.backends.resource_options.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.identity.backends.sql.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.identity.backends.sql_model.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.identity.backends.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.identity.backends.ldap.common.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.identity.backends.ldap.core.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.identity.backends.ldap.models.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.identity.backends.ldap.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.identity.id_generators.sha256.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.identity.id_generators.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.identity.mapping_backends.base.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.identity.mapping_backends.mapping.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.identity.mapping_backends.sql.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.identity.mapping_backends.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.identity.shadow_backends.base.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.identity.shadow_backends.sql.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.identity.shadow_backends.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.limit.core.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.limit.schema.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.limit.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.limit.backends.base.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.limit.backends.sql.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.limit.backends.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.limit.models.base.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.limit.models.flat.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.limit.models.strict_two_level.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.limit.models.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.models.receipt_model.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.models.revoke_model.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.models.token_model.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.models.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.oauth1.core.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.oauth1.schema.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.oauth1.validator.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.oauth1.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.oauth1.backends.base.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.oauth1.backends.sql.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.oauth1.backends.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.policy.core.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.policy.schema.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.policy.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.policy.backends.base.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.policy.backends.rules.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.policy.backends.sql.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.policy.backends.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.receipt.handlers.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.receipt.provider.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.receipt.receipt_formatters.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.receipt.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.receipt.providers.base.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.receipt.providers.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.receipt.providers.fernet.core.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.receipt.providers.fernet.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.resource.core.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.resource.schema.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.resource.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.resource.backends.base.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.resource.backends.sql.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.resource.backends.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.resource.config_backends.base.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.resource.config_backends.sql.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.resource.config_backends.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.revoke.core.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.revoke.model.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.revoke.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.revoke.backends.base.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.revoke.backends.sql.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.revoke.backends.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.server.backends.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.server.wsgi.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.server.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.server.flask.application.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.server.flask.common.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.server.flask.core.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.server.flask.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.server.flask.request_processing.json_body.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.server.flask.request_processing.req_logging.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.server.flask.request_processing.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.server.flask.request_processing.middleware.auth_context.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.server.flask.request_processing.middleware.url_normalize.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.server.flask.request_processing.middleware.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.token.provider.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.token.token_formatters.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.token.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.token.providers.base.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.token.providers.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.token.providers.fernet.core.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.token.providers.fernet.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.token.providers.jws.core.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.token.providers.jws.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.trust.core.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.trust.schema.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.trust.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.trust.backends.base.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.trust.backends.sql.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/keystone.trust.backends.rst. Creating file /builddir/build/BUILD/keystone-15.0.0/doc/source/api/modules.rst. building [mo]: targets for 0 po files that are out of date building [man]: all manpages updating environment: 664 added, 0 changed, 0 removed reading sources... [ 0%] admin/auth-totp reading sources... [ 0%] admin/authentication-mechanisms reading sources... [ 0%] admin/bootstrap reading sources... [ 0%] admin/caching-layer reading sources... [ 0%] admin/case-insensitive reading sources... [ 0%] admin/cli-manage-projects-users-and-roles reading sources... [ 1%] admin/configuration reading sources... [ 1%] admin/configure_tokenless_x509 reading sources... [ 1%] admin/credential-encryption reading sources... [ 1%] admin/domain-specific-config reading sources... [ 1%] admin/endpoint-filtering reading sources... [ 1%] admin/endpoint-policy reading sources... [ 1%] admin/event_notifications reading sources... [ 2%] admin/external-authentication reading sources... [ 2%] admin/federation/configure_federation reading sources... [ 2%] admin/federation/federated_identity reading sources... [ 2%] admin/federation/introduction reading sources... [ 2%] admin/federation/mapping_combinations reading sources... [ 2%] admin/federation/mellon reading sources... [ 3%] admin/federation/openidc reading sources... [ 3%] admin/federation/shibboleth reading sources... [ 3%] admin/fernet-token-faq reading sources... [ 3%] admin/getting-started reading sources... [ 3%] admin/health-check-middleware reading sources... [ 3%] admin/identity-concepts reading sources... [ 3%] admin/identity-sources reading sources... [ 4%] admin/index reading sources... [ 4%] admin/integrate-with-ldap reading sources... [ 4%] admin/jws-key-rotation reading sources... [ 4%] admin/keystone-features reading sources... [ 4%] admin/limit-list-size reading sources... [ 4%] admin/logging reading sources... [ 4%] admin/manage-services reading sources... [ 5%] admin/manage-trusts reading sources... [ 5%] admin/multi-factor-authentication reading sources... [ 5%] admin/oauth1 reading sources... [ 5%] admin/operations reading sources... [ 5%] admin/performance reading sources... [ 5%] admin/resource-options reading sources... [ 6%] admin/security-compliance reading sources... [ 6%] admin/service-api-protection reading sources... [ 6%] admin/token-provider reading sources... [ 6%] admin/tokens reading sources... [ 6%] admin/tokens-overview reading sources... [ 6%] admin/troubleshoot reading sources... [ 6%] admin/unified-limits reading sources... [ 7%] admin/upgrading reading sources... [ 7%] admin/url-safe-naming reading sources... [ 7%] api/keystone reading sources... [ 7%] api/keystone.access_rules_config reading sources... [ 7%] api/keystone.access_rules_config.backends reading sources... [ 7%] api/keystone.access_rules_config.backends.base reading sources... [ 7%] api/keystone.access_rules_config.backends.json reading sources... [ 8%] api/keystone.access_rules_config.core reading sources... [ 8%] api/keystone.api reading sources... [ 8%] api/keystone.api.auth reading sources... [ 8%] api/keystone.api.credentials reading sources... [ 8%] api/keystone.api.discovery reading sources... [ 8%] api/keystone.api.domains reading sources... [ 9%] api/keystone.api.ec2tokens reading sources... [ 9%] api/keystone.api.endpoints reading sources... [ 9%] api/keystone.api.groups reading sources... [ 9%] api/keystone.api.limits reading sources... [ 9%] api/keystone.api.os_ep_filter reading sources... [ 9%] api/keystone.api.os_federation reading sources... [ 9%] api/keystone.api.os_inherit reading sources... [ 10%] api/keystone.api.os_oauth1 reading sources... [ 10%] api/keystone.api.os_revoke reading sources... [ 10%] api/keystone.api.os_simple_cert reading sources... [ 10%] api/keystone.api.policy reading sources... [ 10%] api/keystone.api.projects reading sources... [ 10%] api/keystone.api.regions reading sources... [ 10%] api/keystone.api.registered_limits reading sources... [ 11%] api/keystone.api.role_assignments reading sources... [ 11%] api/keystone.api.role_inferences reading sources... [ 11%] api/keystone.api.roles reading sources... [ 11%] api/keystone.api.s3tokens reading sources... [ 11%] api/keystone.api.services reading sources... [ 11%] api/keystone.api.system reading sources... [ 12%] api/keystone.api.trusts reading sources... [ 12%] api/keystone.api.users reading sources... [ 12%] api/keystone.application_credential reading sources... [ 12%] api/keystone.application_credential.backends reading sources... [ 12%] api/keystone.application_credential.backends.base reading sources... [ 12%] api/keystone.application_credential.backends.sql reading sources... [ 12%] api/keystone.application_credential.core reading sources... [ 13%] api/keystone.application_credential.schema reading sources... [ 13%] api/keystone.assignment reading sources... [ 13%] api/keystone.assignment.backends reading sources... [ 13%] api/keystone.assignment.backends.base reading sources... [ 13%] api/keystone.assignment.backends.sql reading sources... [ 13%] api/keystone.assignment.core reading sources... [ 14%] api/keystone.assignment.role_backends reading sources... [ 14%] api/keystone.assignment.role_backends.base reading sources... [ 14%] api/keystone.assignment.role_backends.sql reading sources... [ 14%] api/keystone.assignment.schema reading sources... [ 14%] api/keystone.auth reading sources... [ 14%] api/keystone.auth.core reading sources... [ 14%] api/keystone.auth.plugins reading sources... [ 15%] api/keystone.auth.plugins.application_credential reading sources... [ 15%] api/keystone.auth.plugins.base reading sources... [ 15%] api/keystone.auth.plugins.core reading sources... [ 15%] api/keystone.auth.plugins.external reading sources... [ 15%] api/keystone.auth.plugins.mapped reading sources... [ 15%] api/keystone.auth.plugins.oauth1 reading sources... [ 15%] api/keystone.auth.plugins.password reading sources... [ 16%] api/keystone.auth.plugins.token reading sources... [ 16%] api/keystone.auth.plugins.totp reading sources... [ 16%] api/keystone.auth.schema reading sources... [ 16%] api/keystone.catalog reading sources... [ 16%] api/keystone.catalog.backends reading sources... [ 16%] api/keystone.catalog.backends.base reading sources... [ 17%] api/keystone.catalog.backends.sql reading sources... [ 17%] api/keystone.catalog.backends.templated reading sources... [ 17%] api/keystone.catalog.core reading sources... [ 17%] api/keystone.catalog.schema reading sources... [ 17%] api/keystone.cmd reading sources... [ 17%] api/keystone.cmd.bootstrap reading sources... [ 17%] api/keystone.cmd.cli reading sources... [ 18%] api/keystone.cmd.doctor reading sources... [ 18%] api/keystone.cmd.doctor.caching reading sources... [ 18%] api/keystone.cmd.doctor.credential reading sources... [ 18%] api/keystone.cmd.doctor.database reading sources... [ 18%] api/keystone.cmd.doctor.debug reading sources... [ 18%] api/keystone.cmd.doctor.federation reading sources... [ 18%] api/keystone.cmd.doctor.ldap reading sources... [ 19%] api/keystone.cmd.doctor.security_compliance reading sources... [ 19%] api/keystone.cmd.doctor.tokens reading sources... [ 19%] api/keystone.cmd.doctor.tokens_fernet reading sources... [ 19%] api/keystone.cmd.manage reading sources... [ 19%] api/keystone.cmd.status reading sources... [ 19%] api/keystone.common reading sources... [ 20%] api/keystone.common.authorization reading sources... [ 20%] api/keystone.common.cache reading sources... [ 20%] api/keystone.common.cache.core reading sources... [ 20%] api/keystone.common.context reading sources... [ 20%] api/keystone.common.driver_hints reading sources... [ 20%] api/keystone.common.fernet_utils reading sources... [ 20%] api/keystone.common.json_home reading sources... [ 21%] api/keystone.common.jwt_utils reading sources... [ 21%] api/keystone.common.manager reading sources... [ 21%] api/keystone.common.password_hashing reading sources... [ 21%] api/keystone.common.policies reading sources... [ 21%] api/keystone.common.policies.access_token reading sources... [ 21%] api/keystone.common.policies.application_credential reading sources... [ 21%] api/keystone.common.policies.auth reading sources... [ 22%] api/keystone.common.policies.base reading sources... [ 22%] api/keystone.common.policies.consumer reading sources... [ 22%] api/keystone.common.policies.credential reading sources... [ 22%] api/keystone.common.policies.domain reading sources... [ 22%] api/keystone.common.policies.domain_config reading sources... [ 22%] api/keystone.common.policies.ec2_credential reading sources... [ 23%] api/keystone.common.policies.endpoint reading sources... [ 23%] api/keystone.common.policies.endpoint_group reading sources... [ 23%] api/keystone.common.policies.grant reading sources... [ 23%] api/keystone.common.policies.group reading sources... [ 23%] api/keystone.common.policies.identity_provider reading sources... [ 23%] api/keystone.common.policies.implied_role reading sources... [ 23%] api/keystone.common.policies.limit reading sources... [ 24%] api/keystone.common.policies.mapping reading sources... [ 24%] api/keystone.common.policies.policy reading sources... [ 24%] api/keystone.common.policies.policy_association reading sources... [ 24%] api/keystone.common.policies.project reading sources... [ 24%] api/keystone.common.policies.project_endpoint reading sources... [ 24%] api/keystone.common.policies.protocol reading sources... [ 25%] api/keystone.common.policies.region reading sources... [ 25%] api/keystone.common.policies.registered_limit reading sources... [ 25%] api/keystone.common.policies.revoke_event reading sources... [ 25%] api/keystone.common.policies.role reading sources... [ 25%] api/keystone.common.policies.role_assignment reading sources... [ 25%] api/keystone.common.policies.service reading sources... [ 25%] api/keystone.common.policies.service_provider reading sources... [ 26%] api/keystone.common.policies.token reading sources... [ 26%] api/keystone.common.policies.token_revocation reading sources... [ 26%] api/keystone.common.policies.trust reading sources... [ 26%] api/keystone.common.policies.user reading sources... [ 26%] api/keystone.common.profiler reading sources... [ 26%] api/keystone.common.provider_api reading sources... [ 26%] api/keystone.common.rbac_enforcer reading sources... [ 27%] api/keystone.common.rbac_enforcer.enforcer reading sources... [ 27%] api/keystone.common.rbac_enforcer.policy reading sources... [ 27%] api/keystone.common.render_token reading sources... [ 27%] api/keystone.common.resource_options reading sources... [ 27%] api/keystone.common.sql reading sources... [ 27%] api/keystone.common.sql.contract_repo reading sources... [ 28%] api/keystone.common.sql.contract_repo.manage reading sources... [ 28%] api/keystone.common.sql.contract_repo.versions reading sources... [ 28%] api/keystone.common.sql.contract_repo.versions.001_contract_initial_null_migration reading sources... [ 28%] api/keystone.common.sql.contract_repo.versions.002_password_created_at_not_nullable reading sources... [ 28%] api/keystone.common.sql.contract_repo.versions.003_remove_unencrypted_blob_column_from_credential reading sources... [ 28%] api/keystone.common.sql.contract_repo.versions.004_reset_password_created_at reading sources... [ 28%] api/keystone.common.sql.contract_repo.versions.005_placeholder reading sources... [ 29%] api/keystone.common.sql.contract_repo.versions.006_placeholder reading sources... [ 29%] api/keystone.common.sql.contract_repo.versions.007_placeholder reading sources... [ 29%] api/keystone.common.sql.contract_repo.versions.008_placeholder reading sources... [ 29%] api/keystone.common.sql.contract_repo.versions.009_placeholder reading sources... [ 29%] api/keystone.common.sql.contract_repo.versions.010_contract_add_revocation_event_index reading sources... [ 29%] api/keystone.common.sql.contract_repo.versions.011_contract_user_id_unique_for_nonlocal_user reading sources... [ 29%] api/keystone.common.sql.contract_repo.versions.012_contract_add_domain_id_to_idp reading sources... [ 30%] api/keystone.common.sql.contract_repo.versions.013_contract_protocol_cascade_delete_for_federated_user reading sources... [ 30%] api/keystone.common.sql.contract_repo.versions.014_contract_add_domain_id_to_user_table reading sources... [ 30%] api/keystone.common.sql.contract_repo.versions.015_contract_update_federated_user_domain reading sources... [ 30%] api/keystone.common.sql.contract_repo.versions.016_contract_add_user_options reading sources... [ 30%] api/keystone.common.sql.contract_repo.versions.017_placeholder reading sources... [ 30%] api/keystone.common.sql.contract_repo.versions.018_placeholder reading sources... [ 31%] api/keystone.common.sql.contract_repo.versions.019_placeholder reading sources... [ 31%] api/keystone.common.sql.contract_repo.versions.020_placeholder reading sources... [ 31%] api/keystone.common.sql.contract_repo.versions.021_placeholder reading sources... [ 31%] api/keystone.common.sql.contract_repo.versions.022_contract_add_default_project_id_index reading sources... [ 31%] api/keystone.common.sql.contract_repo.versions.023_contract_add_second_password_column_for_expanded_hash_sizes reading sources... [ 31%] api/keystone.common.sql.contract_repo.versions.024_contract_create_created_at_int_columns reading sources... [ 31%] api/keystone.common.sql.contract_repo.versions.025_placeholder reading sources... [ 32%] api/keystone.common.sql.contract_repo.versions.026_placeholder reading sources... [ 32%] api/keystone.common.sql.contract_repo.versions.027_placeholder reading sources... [ 32%] api/keystone.common.sql.contract_repo.versions.028_placeholder reading sources... [ 32%] api/keystone.common.sql.contract_repo.versions.029_placeholder reading sources... [ 32%] api/keystone.common.sql.contract_repo.versions.030_contract_add_project_tags_table reading sources... [ 32%] api/keystone.common.sql.contract_repo.versions.031_contract_system_assignment_table reading sources... [ 32%] api/keystone.common.sql.contract_repo.versions.032_contract_add_expired_at_int_to_trust reading sources... [ 33%] api/keystone.common.sql.contract_repo.versions.033_contract_add_limits_tables reading sources... [ 33%] api/keystone.common.sql.contract_repo.versions.034_contract_add_application_credentials_table reading sources... [ 33%] api/keystone.common.sql.contract_repo.versions.035_contract_add_system_column_to_application_credential_table reading sources... [ 33%] api/keystone.common.sql.contract_repo.versions.036_contract_rename_application_credential_restriction_column reading sources... [ 33%] api/keystone.common.sql.contract_repo.versions.037_contract_remove_service_and_region_fk_for_registered_limit reading sources... [ 33%] api/keystone.common.sql.contract_repo.versions.038_placeholder reading sources... [ 34%] api/keystone.common.sql.contract_repo.versions.039_placeholder reading sources... [ 34%] api/keystone.common.sql.contract_repo.versions.040_placeholder reading sources... [ 34%] api/keystone.common.sql.contract_repo.versions.041_placeholder reading sources... [ 34%] api/keystone.common.sql.contract_repo.versions.042_placeholder reading sources... [ 34%] api/keystone.common.sql.contract_repo.versions.043_placeholder reading sources... [ 34%] api/keystone.common.sql.contract_repo.versions.044_placeholder reading sources... [ 34%] api/keystone.common.sql.contract_repo.versions.045_contract_add_description_to_limit reading sources... [ 35%] api/keystone.common.sql.contract_repo.versions.046_contract_old_password_data_to_password_hash_column reading sources... [ 35%] api/keystone.common.sql.contract_repo.versions.047_contract_expand_update_pk_for_unified_limit reading sources... [ 35%] api/keystone.common.sql.contract_repo.versions.048_contract_add_registered_limit_id_column_for_limit reading sources... [ 35%] api/keystone.common.sql.contract_repo.versions.049_placeholder reading sources... [ 35%] api/keystone.common.sql.contract_repo.versions.050_placeholder reading sources... [ 35%] api/keystone.common.sql.contract_repo.versions.051_placeholder reading sources... [ 35%] api/keystone.common.sql.contract_repo.versions.052_placeholder reading sources... [ 36%] api/keystone.common.sql.contract_repo.versions.053_contract_add_role_description_to_role_table reading sources... [ 36%] api/keystone.common.sql.contract_repo.versions.054_contract_drop_old_passoword_column reading sources... [ 36%] api/keystone.common.sql.contract_repo.versions.055_contract_add_domain_to_limit reading sources... [ 36%] api/keystone.common.sql.contract_repo.versions.056_contract_add_application_credential_access_rules reading sources... [ 36%] api/keystone.common.sql.contract_repo.versions.057_placeholder reading sources... [ 36%] api/keystone.common.sql.contract_repo.versions.058_placeholder reading sources... [ 37%] api/keystone.common.sql.contract_repo.versions.059_placeholder reading sources... [ 37%] api/keystone.common.sql.contract_repo.versions.060_placeholder reading sources... [ 37%] api/keystone.common.sql.contract_repo.versions.061_placeholder reading sources... [ 37%] api/keystone.common.sql.core reading sources... [ 37%] api/keystone.common.sql.data_migration_repo reading sources... [ 37%] api/keystone.common.sql.data_migration_repo.manage reading sources... [ 37%] api/keystone.common.sql.data_migration_repo.versions reading sources... [ 38%] api/keystone.common.sql.data_migration_repo.versions.001_data_initial_null_migration reading sources... [ 38%] api/keystone.common.sql.data_migration_repo.versions.002_password_created_at_not_nullable reading sources... [ 38%] api/keystone.common.sql.data_migration_repo.versions.003_migrate_unencrypted_credentials reading sources... [ 38%] api/keystone.common.sql.data_migration_repo.versions.004_reset_password_created_at reading sources... [ 38%] api/keystone.common.sql.data_migration_repo.versions.005_placeholder reading sources... [ 38%] api/keystone.common.sql.data_migration_repo.versions.006_placeholder reading sources... [ 39%] api/keystone.common.sql.data_migration_repo.versions.007_placeholder reading sources... [ 39%] api/keystone.common.sql.data_migration_repo.versions.008_placeholder reading sources... [ 39%] api/keystone.common.sql.data_migration_repo.versions.009_placeholder reading sources... [ 39%] api/keystone.common.sql.data_migration_repo.versions.010_migrate_add_revocation_event_index reading sources... [ 39%] api/keystone.common.sql.data_migration_repo.versions.011_expand_user_id_unique_for_nonlocal_user reading sources... [ 39%] api/keystone.common.sql.data_migration_repo.versions.012_migrate_add_domain_id_to_idp reading sources... [ 39%] api/keystone.common.sql.data_migration_repo.versions.013_migrate_protocol_cascade_delete_for_federated_user reading sources... [ 40%] api/keystone.common.sql.data_migration_repo.versions.014_migrate_add_domain_id_to_user_table reading sources... [ 40%] api/keystone.common.sql.data_migration_repo.versions.015_migrate_update_federated_user_domain reading sources... [ 40%] api/keystone.common.sql.data_migration_repo.versions.016_migrate_add_user_options reading sources... [ 40%] api/keystone.common.sql.data_migration_repo.versions.017_placeholder reading sources... [ 40%] api/keystone.common.sql.data_migration_repo.versions.018_placeholder reading sources... [ 40%] api/keystone.common.sql.data_migration_repo.versions.019_placeholder reading sources... [ 40%] api/keystone.common.sql.data_migration_repo.versions.020_placeholder reading sources... [ 41%] api/keystone.common.sql.data_migration_repo.versions.021_placeholder reading sources... [ 41%] api/keystone.common.sql.data_migration_repo.versions.022_migrate_add_default_project_id_index reading sources... [ 41%] api/keystone.common.sql.data_migration_repo.versions.023_migrate_add_second_password_column_for_expanded_hash_sizes reading sources... [ 41%] api/keystone.common.sql.data_migration_repo.versions.024_migrate_create_created_at_int_columns reading sources... [ 41%] api/keystone.common.sql.data_migration_repo.versions.025_placeholder reading sources... [ 41%] api/keystone.common.sql.data_migration_repo.versions.026_placeholder reading sources... [ 42%] api/keystone.common.sql.data_migration_repo.versions.027_placeholder reading sources... [ 42%] api/keystone.common.sql.data_migration_repo.versions.028_placeholder reading sources... [ 42%] api/keystone.common.sql.data_migration_repo.versions.029_placeholder reading sources... [ 42%] api/keystone.common.sql.data_migration_repo.versions.030_migrate_add_project_tags_table reading sources... [ 42%] api/keystone.common.sql.data_migration_repo.versions.031_migrate_system_assignment_table reading sources... [ 42%] api/keystone.common.sql.data_migration_repo.versions.032_migrate_add_expired_at_int_to_trust reading sources... [ 42%] api/keystone.common.sql.data_migration_repo.versions.033_migrate_add_limits_tables reading sources... [ 43%] api/keystone.common.sql.data_migration_repo.versions.034_migrate_add_application_credentials_table reading sources... [ 43%] api/keystone.common.sql.data_migration_repo.versions.035_migrate_add_system_column_to_application_credential_table reading sources... [ 43%] api/keystone.common.sql.data_migration_repo.versions.036_migrate_rename_application_credential_restriction_column reading sources... [ 43%] api/keystone.common.sql.data_migration_repo.versions.037_migrate_remove_service_and_region_fk_for_registered_limit reading sources... [ 43%] api/keystone.common.sql.data_migration_repo.versions.038_placeholder reading sources... [ 43%] api/keystone.common.sql.data_migration_repo.versions.039_placeholder reading sources... [ 43%] api/keystone.common.sql.data_migration_repo.versions.040_placeholder reading sources... [ 44%] api/keystone.common.sql.data_migration_repo.versions.041_placeholder reading sources... [ 44%] api/keystone.common.sql.data_migration_repo.versions.042_placeholder reading sources... [ 44%] api/keystone.common.sql.data_migration_repo.versions.043_placeholder reading sources... [ 44%] api/keystone.common.sql.data_migration_repo.versions.044_placeholder reading sources... [ 44%] api/keystone.common.sql.data_migration_repo.versions.045_migrate_add_description_to_limit reading sources... [ 44%] api/keystone.common.sql.data_migration_repo.versions.046_migrate_old_password_data_to_password_hash_column reading sources... [ 45%] api/keystone.common.sql.data_migration_repo.versions.047_migrate_update_pk_for_unified_limit reading sources... [ 45%] api/keystone.common.sql.data_migration_repo.versions.048_migrate_add_registered_limit_id_column_for_limit reading sources... [ 45%] api/keystone.common.sql.data_migration_repo.versions.049_placeholder reading sources... [ 45%] api/keystone.common.sql.data_migration_repo.versions.050_placeholder reading sources... [ 45%] api/keystone.common.sql.data_migration_repo.versions.051_placeholder reading sources... [ 45%] api/keystone.common.sql.data_migration_repo.versions.052_placeholder reading sources... [ 45%] api/keystone.common.sql.data_migration_repo.versions.053_migrate_add_role_description_to_role_table reading sources... [ 46%] api/keystone.common.sql.data_migration_repo.versions.054_migrate_drop_old_passoword_column reading sources... [ 46%] api/keystone.common.sql.data_migration_repo.versions.055_migrate_add_domain_to_limit reading sources... [ 46%] api/keystone.common.sql.data_migration_repo.versions.056_migrate_add_application_credential_access_rules reading sources... [ 46%] api/keystone.common.sql.data_migration_repo.versions.057_placeholder reading sources... [ 46%] api/keystone.common.sql.data_migration_repo.versions.058_placeholder reading sources... [ 46%] api/keystone.common.sql.data_migration_repo.versions.059_placeholder reading sources... [ 46%] api/keystone.common.sql.data_migration_repo.versions.060_placeholder reading sources... [ 47%] api/keystone.common.sql.data_migration_repo.versions.061_placeholder reading sources... [ 47%] api/keystone.common.sql.expand_repo reading sources... [ 47%] api/keystone.common.sql.expand_repo.manage reading sources... [ 47%] api/keystone.common.sql.expand_repo.versions reading sources... [ 47%] api/keystone.common.sql.expand_repo.versions.001_expand_initial_null_migration reading sources... [ 47%] api/keystone.common.sql.expand_repo.versions.002_password_created_at_not_nullable reading sources... [ 48%] api/keystone.common.sql.expand_repo.versions.003_add_key_hash_and_encrypted_blob_to_credential reading sources... [ 48%] api/keystone.common.sql.expand_repo.versions.004_reset_password_created_at reading sources... [ 48%] api/keystone.common.sql.expand_repo.versions.005_placeholder reading sources... [ 48%] api/keystone.common.sql.expand_repo.versions.006_placeholder reading sources... [ 48%] api/keystone.common.sql.expand_repo.versions.007_placeholder reading sources... [ 48%] api/keystone.common.sql.expand_repo.versions.008_placeholder reading sources... [ 48%] api/keystone.common.sql.expand_repo.versions.009_placeholder reading sources... [ 49%] api/keystone.common.sql.expand_repo.versions.010_expand_add_revocation_event_index reading sources... [ 49%] api/keystone.common.sql.expand_repo.versions.011_expand_user_id_unique_for_nonlocal_user reading sources... [ 49%] api/keystone.common.sql.expand_repo.versions.012_expand_add_domain_id_to_idp reading sources... [ 49%] api/keystone.common.sql.expand_repo.versions.013_expand_protocol_cascade_delete_for_federated_user reading sources... [ 49%] api/keystone.common.sql.expand_repo.versions.014_expand_add_domain_id_to_user_table reading sources... [ 49%] api/keystone.common.sql.expand_repo.versions.015_expand_update_federated_user_domain reading sources... [ 50%] api/keystone.common.sql.expand_repo.versions.016_expand_add_user_options reading sources... [ 50%] api/keystone.common.sql.expand_repo.versions.017_placeholder reading sources... [ 50%] api/keystone.common.sql.expand_repo.versions.018_placeholder reading sources... [ 50%] api/keystone.common.sql.expand_repo.versions.019_placeholder reading sources... [ 50%] api/keystone.common.sql.expand_repo.versions.020_placeholder reading sources... [ 50%] api/keystone.common.sql.expand_repo.versions.021_placeholder reading sources... [ 50%] api/keystone.common.sql.expand_repo.versions.022_expand_add_default_project_id_index reading sources... [ 51%] api/keystone.common.sql.expand_repo.versions.023_expand_add_second_password_column_for_expanded_hash_sizes reading sources... [ 51%] api/keystone.common.sql.expand_repo.versions.024_expand_create_created_at_int_columns reading sources... [ 51%] api/keystone.common.sql.expand_repo.versions.025_placeholder reading sources... [ 51%] api/keystone.common.sql.expand_repo.versions.026_placeholder reading sources... [ 51%] api/keystone.common.sql.expand_repo.versions.027_placeholder reading sources... [ 51%] api/keystone.common.sql.expand_repo.versions.028_placeholder reading sources... [ 51%] api/keystone.common.sql.expand_repo.versions.029_placeholder reading sources... [ 52%] api/keystone.common.sql.expand_repo.versions.030_expand_add_project_tags_table reading sources... [ 52%] api/keystone.common.sql.expand_repo.versions.031_expand_system_assignment_table reading sources... [ 52%] api/keystone.common.sql.expand_repo.versions.032_expand_add_expired_at_int_to_trust reading sources... [ 52%] api/keystone.common.sql.expand_repo.versions.033_expand_add_limits_tables reading sources... [ 52%] api/keystone.common.sql.expand_repo.versions.034_expand_add_application_credential_table reading sources... [ 52%] api/keystone.common.sql.expand_repo.versions.035_expand_add_system_column_to_application_credential_table reading sources... [ 53%] api/keystone.common.sql.expand_repo.versions.036_expand_rename_application_credential_restriction_column reading sources... [ 53%] api/keystone.common.sql.expand_repo.versions.037_expand_remove_service_and_region_fk_for_registered_limit reading sources... [ 53%] api/keystone.common.sql.expand_repo.versions.038_placeholder reading sources... [ 53%] api/keystone.common.sql.expand_repo.versions.039_placeholder reading sources... [ 53%] api/keystone.common.sql.expand_repo.versions.040_placeholder reading sources... [ 53%] api/keystone.common.sql.expand_repo.versions.041_placeholder reading sources... [ 53%] api/keystone.common.sql.expand_repo.versions.042_placeholder reading sources... [ 54%] api/keystone.common.sql.expand_repo.versions.043_placeholder reading sources... [ 54%] api/keystone.common.sql.expand_repo.versions.044_placeholder reading sources... [ 54%] api/keystone.common.sql.expand_repo.versions.045_expand_add_description_to_limit reading sources... [ 54%] api/keystone.common.sql.expand_repo.versions.046_expand_old_password_data_to_password_hash_column reading sources... [ 54%] api/keystone.common.sql.expand_repo.versions.047_expand_update_pk_for_unified_limit reading sources... [ 54%] api/keystone.common.sql.expand_repo.versions.048_expand_add_registered_limit_id_column_for_limit reading sources... [ 54%] api/keystone.common.sql.expand_repo.versions.049_placeholder reading sources... [ 55%] api/keystone.common.sql.expand_repo.versions.050_placeholder reading sources... [ 55%] api/keystone.common.sql.expand_repo.versions.051_placeholder reading sources... [ 55%] api/keystone.common.sql.expand_repo.versions.052_placeholder reading sources... [ 55%] api/keystone.common.sql.expand_repo.versions.053_expand_add_role_description_to_role_table reading sources... [ 55%] api/keystone.common.sql.expand_repo.versions.054_expand_drop_old_passoword_column reading sources... [ 55%] api/keystone.common.sql.expand_repo.versions.055_expand_add_domain_to_limit reading sources... [ 56%] api/keystone.common.sql.expand_repo.versions.056_expand_add_application_credential_access_rules reading sources... [ 56%] api/keystone.common.sql.expand_repo.versions.057_placeholder reading sources... [ 56%] api/keystone.common.sql.expand_repo.versions.058_placeholder reading sources... [ 56%] api/keystone.common.sql.expand_repo.versions.059_placeholder reading sources... [ 56%] api/keystone.common.sql.expand_repo.versions.060_placeholder reading sources... [ 56%] api/keystone.common.sql.expand_repo.versions.061_placeholder reading sources... [ 56%] api/keystone.common.sql.migrate_repo reading sources... [ 57%] api/keystone.common.sql.migrate_repo.manage reading sources... [ 57%] api/keystone.common.sql.migrate_repo.versions reading sources... [ 57%] api/keystone.common.sql.migrate_repo.versions.067_kilo reading sources... [ 57%] api/keystone.common.sql.migrate_repo.versions.068_placeholder reading sources... [ 57%] api/keystone.common.sql.migrate_repo.versions.069_placeholder reading sources... [ 57%] api/keystone.common.sql.migrate_repo.versions.070_placeholder reading sources... [ 57%] api/keystone.common.sql.migrate_repo.versions.071_placeholder reading sources... [ 58%] api/keystone.common.sql.migrate_repo.versions.072_placeholder reading sources... [ 58%] api/keystone.common.sql.migrate_repo.versions.073_insert_assignment_inherited_pk reading sources... [ 58%] api/keystone.common.sql.migrate_repo.versions.074_add_is_domain_project reading sources... [ 58%] api/keystone.common.sql.migrate_repo.versions.075_confirm_config_registration reading sources... [ 58%] api/keystone.common.sql.migrate_repo.versions.076_placeholder reading sources... [ 58%] api/keystone.common.sql.migrate_repo.versions.077_placeholder reading sources... [ 59%] api/keystone.common.sql.migrate_repo.versions.078_placeholder reading sources... [ 59%] api/keystone.common.sql.migrate_repo.versions.079_placeholder reading sources... [ 59%] api/keystone.common.sql.migrate_repo.versions.080_placeholder reading sources... [ 59%] api/keystone.common.sql.migrate_repo.versions.081_add_endpoint_policy_table reading sources... [ 59%] api/keystone.common.sql.migrate_repo.versions.082_add_federation_tables reading sources... [ 59%] api/keystone.common.sql.migrate_repo.versions.083_add_oauth1_tables reading sources... [ 59%] api/keystone.common.sql.migrate_repo.versions.084_add_revoke_tables reading sources... [ 60%] api/keystone.common.sql.migrate_repo.versions.085_add_endpoint_filtering_table reading sources... [ 60%] api/keystone.common.sql.migrate_repo.versions.086_add_duplicate_constraint_trusts reading sources... [ 60%] api/keystone.common.sql.migrate_repo.versions.087_implied_roles reading sources... [ 60%] api/keystone.common.sql.migrate_repo.versions.088_domain_specific_roles reading sources... [ 60%] api/keystone.common.sql.migrate_repo.versions.089_add_root_of_all_domains reading sources... [ 60%] api/keystone.common.sql.migrate_repo.versions.090_add_local_user_and_password_tables reading sources... [ 60%] api/keystone.common.sql.migrate_repo.versions.091_migrate_data_to_local_user_and_password_tables reading sources... [ 61%] api/keystone.common.sql.migrate_repo.versions.092_make_implied_roles_fks_cascaded reading sources... [ 61%] api/keystone.common.sql.migrate_repo.versions.093_migrate_domains_to_projects reading sources... [ 61%] api/keystone.common.sql.migrate_repo.versions.094_add_federated_user_table reading sources... [ 61%] api/keystone.common.sql.migrate_repo.versions.095_add_integer_pkey_to_revocation_event_table reading sources... [ 61%] api/keystone.common.sql.migrate_repo.versions.096_drop_role_name_constraint reading sources... [ 61%] api/keystone.common.sql.migrate_repo.versions.097_drop_user_name_domainid_constraint reading sources... [ 62%] api/keystone.common.sql.migrate_repo.versions.098_placeholder reading sources... [ 62%] api/keystone.common.sql.migrate_repo.versions.099_placeholder reading sources... [ 62%] api/keystone.common.sql.migrate_repo.versions.100_placeholder reading sources... [ 62%] api/keystone.common.sql.migrate_repo.versions.101_drop_role_name_constraint reading sources... [ 62%] api/keystone.common.sql.migrate_repo.versions.102_drop_domain_table reading sources... [ 62%] api/keystone.common.sql.migrate_repo.versions.103_add_nonlocal_user_table reading sources... [ 62%] api/keystone.common.sql.migrate_repo.versions.104_drop_user_name_domainid_constraint reading sources... [ 63%] api/keystone.common.sql.migrate_repo.versions.105_add_password_date_columns reading sources... [ 63%] api/keystone.common.sql.migrate_repo.versions.106_allow_password_column_to_be_nullable reading sources... [ 63%] api/keystone.common.sql.migrate_repo.versions.107_add_user_date_columns reading sources... [ 63%] api/keystone.common.sql.migrate_repo.versions.108_add_failed_auth_columns reading sources... [ 63%] api/keystone.common.sql.migrate_repo.versions.109_add_password_self_service_column reading sources... [ 63%] api/keystone.common.sql.upgrades reading sources... [ 64%] api/keystone.common.tokenless_auth reading sources... [ 64%] api/keystone.common.utils reading sources... [ 64%] api/keystone.common.validation reading sources... [ 64%] api/keystone.common.validation.parameter_types reading sources... [ 64%] api/keystone.common.validation.validators reading sources... [ 64%] api/keystone.conf reading sources... [ 64%] api/keystone.conf.access_rules_config reading sources... [ 65%] api/keystone.conf.application_credential reading sources... [ 65%] api/keystone.conf.assignment reading sources... [ 65%] api/keystone.conf.auth reading sources... [ 65%] api/keystone.conf.catalog reading sources... [ 65%] api/keystone.conf.constants reading sources... [ 65%] api/keystone.conf.credential reading sources... [ 65%] api/keystone.conf.default reading sources... [ 66%] api/keystone.conf.domain_config reading sources... [ 66%] api/keystone.conf.endpoint_filter reading sources... [ 66%] api/keystone.conf.endpoint_policy reading sources... [ 66%] api/keystone.conf.eventlet_server reading sources... [ 66%] api/keystone.conf.federation reading sources... [ 66%] api/keystone.conf.fernet_receipts reading sources... [ 67%] api/keystone.conf.fernet_tokens reading sources... [ 67%] api/keystone.conf.identity reading sources... [ 67%] api/keystone.conf.identity_mapping reading sources... [ 67%] api/keystone.conf.jwt_tokens reading sources... [ 67%] api/keystone.conf.ldap reading sources... [ 67%] api/keystone.conf.memcache reading sources... [ 67%] api/keystone.conf.oauth1 reading sources... [ 68%] api/keystone.conf.opts reading sources... [ 68%] api/keystone.conf.policy reading sources... [ 68%] api/keystone.conf.receipt reading sources... [ 68%] api/keystone.conf.resource reading sources... [ 68%] api/keystone.conf.revoke reading sources... [ 68%] api/keystone.conf.role reading sources... [ 68%] api/keystone.conf.saml reading sources... [ 69%] api/keystone.conf.security_compliance reading sources... [ 69%] api/keystone.conf.shadow_users reading sources... [ 69%] api/keystone.conf.signing reading sources... [ 69%] api/keystone.conf.token reading sources... [ 69%] api/keystone.conf.tokenless_auth reading sources... [ 69%] api/keystone.conf.trust reading sources... [ 70%] api/keystone.conf.unified_limit reading sources... [ 70%] api/keystone.conf.utils reading sources... [ 70%] api/keystone.conf.wsgi reading sources... [ 70%] api/keystone.credential reading sources... [ 70%] api/keystone.credential.backends reading sources... [ 70%] api/keystone.credential.backends.base reading sources... [ 70%] api/keystone.credential.backends.sql reading sources... [ 71%] api/keystone.credential.core reading sources... [ 71%] api/keystone.credential.provider reading sources... [ 71%] api/keystone.credential.providers reading sources... [ 71%] api/keystone.credential.providers.core reading sources... [ 71%] api/keystone.credential.providers.fernet reading sources... [ 71%] api/keystone.credential.providers.fernet.core reading sources... [ 71%] api/keystone.credential.schema reading sources... [ 72%] api/keystone.endpoint_policy reading sources... [ 72%] api/keystone.endpoint_policy.backends reading sources... [ 72%] api/keystone.endpoint_policy.backends.base reading sources... [ 72%] api/keystone.endpoint_policy.backends.sql reading sources... [ 72%] api/keystone.endpoint_policy.core reading sources... [ 72%] api/keystone.exception reading sources... [ 73%] api/keystone.federation reading sources... [ 73%] api/keystone.federation.backends reading sources... [ 73%] api/keystone.federation.backends.base reading sources... [ 73%] api/keystone.federation.backends.sql reading sources... [ 73%] api/keystone.federation.constants reading sources... [ 73%] api/keystone.federation.core reading sources... [ 73%] api/keystone.federation.idp reading sources... [ 74%] api/keystone.federation.schema reading sources... [ 74%] api/keystone.federation.utils reading sources... [ 74%] api/keystone.i18n reading sources... [ 74%] api/keystone.identity reading sources... [ 74%] api/keystone.identity.backends reading sources... [ 74%] api/keystone.identity.backends.base reading sources... [ 75%] api/keystone.identity.backends.ldap reading sources... [ 75%] api/keystone.identity.backends.ldap.common reading sources... [ 75%] api/keystone.identity.backends.ldap.core reading sources... [ 75%] api/keystone.identity.backends.ldap.models reading sources... [ 75%] api/keystone.identity.backends.resource_options reading sources... [ 75%] api/keystone.identity.backends.sql reading sources... [ 75%] api/keystone.identity.backends.sql_model reading sources... [ 76%] api/keystone.identity.core reading sources... [ 76%] api/keystone.identity.generator reading sources... [ 76%] api/keystone.identity.id_generators reading sources... [ 76%] api/keystone.identity.id_generators.sha256 reading sources... [ 76%] api/keystone.identity.mapping_backends reading sources... [ 76%] api/keystone.identity.mapping_backends.base reading sources... [ 76%] api/keystone.identity.mapping_backends.mapping reading sources... [ 77%] api/keystone.identity.mapping_backends.sql reading sources... [ 77%] api/keystone.identity.schema reading sources... [ 77%] api/keystone.identity.shadow_backends reading sources... [ 77%] api/keystone.identity.shadow_backends.base reading sources... [ 77%] api/keystone.identity.shadow_backends.sql reading sources... [ 77%] api/keystone.limit reading sources... [ 78%] api/keystone.limit.backends reading sources... [ 78%] api/keystone.limit.backends.base reading sources... [ 78%] api/keystone.limit.backends.sql reading sources... [ 78%] api/keystone.limit.core reading sources... [ 78%] api/keystone.limit.models reading sources... [ 78%] api/keystone.limit.models.base reading sources... [ 78%] api/keystone.limit.models.flat reading sources... [ 79%] api/keystone.limit.models.strict_two_level reading sources... [ 79%] api/keystone.limit.schema reading sources... [ 79%] api/keystone.models reading sources... [ 79%] api/keystone.models.receipt_model reading sources... [ 79%] api/keystone.models.revoke_model reading sources... [ 79%] api/keystone.models.token_model reading sources... [ 79%] api/keystone.notifications reading sources... [ 80%] api/keystone.oauth1 reading sources... [ 80%] api/keystone.oauth1.backends reading sources... [ 80%] api/keystone.oauth1.backends.base reading sources... [ 80%] api/keystone.oauth1.backends.sql reading sources... [ 80%] api/keystone.oauth1.core reading sources... [ 80%] api/keystone.oauth1.schema reading sources... [ 81%] api/keystone.oauth1.validator reading sources... [ 81%] api/keystone.policy reading sources... [ 81%] api/keystone.policy.backends reading sources... [ 81%] api/keystone.policy.backends.base reading sources... [ 81%] api/keystone.policy.backends.rules reading sources... [ 81%] api/keystone.policy.backends.sql reading sources... [ 81%] api/keystone.policy.core reading sources... [ 82%] api/keystone.policy.schema reading sources... [ 82%] api/keystone.receipt reading sources... [ 82%] api/keystone.receipt.handlers reading sources... [ 82%] api/keystone.receipt.provider reading sources... [ 82%] api/keystone.receipt.providers reading sources... [ 82%] api/keystone.receipt.providers.base reading sources... [ 82%] api/keystone.receipt.providers.fernet reading sources... [ 83%] api/keystone.receipt.providers.fernet.core reading sources... [ 83%] api/keystone.receipt.receipt_formatters reading sources... [ 83%] api/keystone.resource reading sources... [ 83%] api/keystone.resource.backends reading sources... [ 83%] api/keystone.resource.backends.base reading sources... [ 83%] api/keystone.resource.backends.sql reading sources... [ 84%] api/keystone.resource.config_backends reading sources... [ 84%] api/keystone.resource.config_backends.base reading sources... [ 84%] api/keystone.resource.config_backends.sql reading sources... [ 84%] api/keystone.resource.core reading sources... [ 84%] api/keystone.resource.schema reading sources... [ 84%] api/keystone.revoke reading sources... [ 84%] api/keystone.revoke.backends reading sources... [ 85%] api/keystone.revoke.backends.base reading sources... [ 85%] api/keystone.revoke.backends.sql reading sources... [ 85%] api/keystone.revoke.core reading sources... [ 85%] api/keystone.revoke.model reading sources... [ 85%] api/keystone.server reading sources... [ 85%] api/keystone.server.backends reading sources... [ 85%] api/keystone.server.flask reading sources... [ 86%] api/keystone.server.flask.application reading sources... [ 86%] api/keystone.server.flask.common reading sources... [ 86%] api/keystone.server.flask.core reading sources... [ 86%] api/keystone.server.flask.request_processing reading sources... [ 86%] api/keystone.server.flask.request_processing.json_body reading sources... [ 86%] api/keystone.server.flask.request_processing.middleware reading sources... [ 87%] api/keystone.server.flask.request_processing.middleware.auth_context reading sources... [ 87%] api/keystone.server.flask.request_processing.middleware.url_normalize reading sources... [ 87%] api/keystone.server.flask.request_processing.req_logging reading sources... [ 87%] api/keystone.server.wsgi reading sources... [ 87%] api/keystone.token reading sources... [ 87%] api/keystone.token.provider reading sources... [ 87%] api/keystone.token.providers reading sources... [ 88%] api/keystone.token.providers.base reading sources... [ 88%] api/keystone.token.providers.fernet reading sources... [ 88%] api/keystone.token.providers.fernet.core reading sources... [ 88%] api/keystone.token.providers.jws reading sources... [ 88%] api/keystone.token.providers.jws.core reading sources... [ 88%] api/keystone.token.token_formatters reading sources... [ 89%] api/keystone.trust reading sources... [ 89%] api/keystone.trust.backends reading sources... [ 89%] api/keystone.trust.backends.base reading sources... [ 89%] api/keystone.trust.backends.sql reading sources... [ 89%] api/keystone.trust.core reading sources... [ 89%] api/keystone.trust.schema reading sources... [ 89%] api/keystone.version reading sources... [ 90%] api/modules reading sources... [ 90%] api_curl_examples reading sources... [ 90%] cli/commands reading sources... [ 90%] cli/index reading sources... [ 90%] cli/keystone-manage reading sources... [ 90%] cli/keystone-status reading sources... [ 90%] code_documentation reading sources... [ 91%] configuration/config-options loading config file config-generator/keystone.conf WARNING:stevedore.named:Could not load keystone reading sources... [ 91%] configuration/index reading sources... [ 91%] configuration/policy WARNING:stevedore.named:Could not load keystone reading sources... [ 91%] configuration/samples/index reading sources... [ 91%] configuration/samples/keystone-conf reading sources... [ 91%] configuration/samples/logging-conf reading sources... [ 92%] configuration/samples/policy-yaml reading sources... [ 92%] contributor/api_change_tutorial reading sources... [ 92%] contributor/architecture reading sources... [ 92%] contributor/auth-plugins reading sources... [ 92%] contributor/caching-layer reading sources... [ 92%] contributor/database-migrations reading sources... [ 92%] contributor/developing-drivers reading sources... [ 93%] contributor/doctor-checks reading sources... [ 93%] contributor/external-dev reading sources... [ 93%] contributor/filtering-responsibilities reading sources... [ 93%] contributor/how-can-i-help reading sources... [ 93%] contributor/http-api reading sources... [ 93%] contributor/id-manage reading sources... [ 93%] contributor/index reading sources... [ 94%] contributor/list-truncation reading sources... [ 94%] contributor/proposing-features reading sources... [ 94%] contributor/release-notes reading sources... [ 94%] contributor/service-catalog reading sources... [ 94%] contributor/services reading sources... [ 94%] contributor/set-up-keystone reading sources... [ 95%] contributor/testing-keystone reading sources... [ 95%] contributor/translated-responses reading sources... [ 95%] getting-started/architecture reading sources... [ 95%] getting-started/community reading sources... [ 95%] getting-started/index reading sources... [ 95%] getting-started/policy_mapping reading sources... [ 95%] index reading sources... [ 96%] indices-tables reading sources... [ 96%] install/get-started-obs reading sources... [ 96%] install/get-started-rdo reading sources... [ 96%] install/get-started-ubuntu reading sources... [ 96%] install/index reading sources... [ 96%] install/index-obs reading sources... [ 96%] install/index-rdo reading sources... [ 97%] install/index-ubuntu reading sources... [ 97%] install/keystone-install-obs reading sources... [ 97%] install/keystone-install-rdo reading sources... [ 97%] install/keystone-install-ubuntu reading sources... [ 97%] install/keystone-openrc-obs reading sources... [ 97%] install/keystone-openrc-rdo reading sources... [ 98%] install/keystone-openrc-ubuntu reading sources... [ 98%] install/keystone-users-obs reading sources... [ 98%] install/keystone-users-rdo reading sources... [ 98%] install/keystone-users-ubuntu reading sources... [ 98%] install/keystone-verify-obs reading sources... [ 98%] install/keystone-verify-rdo reading sources... [ 98%] install/keystone-verify-ubuntu reading sources... [ 99%] install/shared/note_configuration_vary_by_distribution reading sources... [ 99%] user/application_credentials reading sources... [ 99%] user/index reading sources... [ 99%] user/json_home reading sources... [ 99%] user/multi-factor-authentication reading sources... [ 99%] user/supported_clients reading sources... [100%] user/trusts WARNING: autodoc: failed to import module u'status' from module u'keystone.cmd'; the following exception was raised: No module named oslo_upgradecheck WARNING: autodoc: failed to import module u'jws' from module u'keystone.token.providers'; the following exception was raised: No module named jwt WARNING: autodoc: failed to import module u'jws.core' from module u'keystone.token.providers'; the following exception was raised: No module named jwt looking for now-outdated files... none found pickling environment... done checking consistency... done writing... keystone-manage.1 { } build succeeded, 3 warnings. The manual pages are in doc/build/man. + mkdir -p /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/share/man/man1 + install -p -D -m 644 doc/build/man/keystone-manage.1 /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/share/man/man1/ + rm -fr doc/build/html/.doctrees doc/build/html/.buildinfo + install -d -m 755 /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/share + rm -f /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/locale/de/LC_MESSAGES/keystone.po /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/locale/en_GB/LC_MESSAGES/keystone.po /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/locale/es/LC_MESSAGES/keystone.po /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/locale/fr/LC_MESSAGES/keystone.po /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/locale/it/LC_MESSAGES/keystone.po /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/locale/ja/LC_MESSAGES/keystone.po /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/locale/ko_KR/LC_MESSAGES/keystone.po /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/locale/pt_BR/LC_MESSAGES/keystone.po /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/locale/ru/LC_MESSAGES/keystone.po /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/locale/tr_TR/LC_MESSAGES/keystone.po /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/locale/zh_CN/LC_MESSAGES/keystone.po /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/locale/zh_TW/LC_MESSAGES/keystone.po + rm -f '/builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/locale/*pot' + mv /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystone/locale /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/share/locale + /usr/lib/rpm/find-lang.sh /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch keystone --all-name + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 /builddir/build/BUILD/keystone-15.0.0 /usr/lib/rpm/sepdebugcrcfix: Updated 0 CRC32s, 0 CRC32s did match. find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 Bytecompiling .py files below /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/lib/python2.7 using /usr/bin/python2.7 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: openstack-keystone-15.0.0-1.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.hK8zgL + umask 022 + cd /builddir/build/BUILD + cd keystone-15.0.0 + DOCDIR=/builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/share/doc/openstack-keystone-15.0.0 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/share/doc/openstack-keystone-15.0.0 + cp -pr README.rst /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/share/doc/openstack-keystone-15.0.0 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.YtCnC0 + umask 022 + cd /builddir/build/BUILD + cd keystone-15.0.0 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/share/licenses/openstack-keystone-15.0.0 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/share/licenses/openstack-keystone-15.0.0 + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/share/licenses/openstack-keystone-15.0.0 + exit 0 Provides: config(openstack-keystone) = 1:15.0.0-1.el7 openstack-keystone = 1:15.0.0-1.el7 Requires(interp): /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(pre): /bin/sh shadow-utils Requires(post): /bin/sh systemd Requires(preun): systemd Requires(postun): systemd Requires: /bin/bash /usr/bin/env /usr/bin/python2 Processing files: python2-keystone-15.0.0-1.el7.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.AFB9U0 + umask 022 + cd /builddir/build/BUILD + cd keystone-15.0.0 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/share/licenses/python2-keystone-15.0.0 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/share/licenses/python2-keystone-15.0.0 + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/share/licenses/python2-keystone-15.0.0 + exit 0 Provides: python-keystone = 1:15.0.0-1.el7 python2-keystone = 1:15.0.0-1.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 2.7 Obsoletes: python-keystone < 1:15.0.0-1.el7 Processing files: python2-keystone-tests-15.0.0-1.el7.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.3Ld7pf + umask 022 + cd /builddir/build/BUILD + cd keystone-15.0.0 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/share/licenses/python2-keystone-tests-15.0.0 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/share/licenses/python2-keystone-tests-15.0.0 + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/share/licenses/python2-keystone-tests-15.0.0 + exit 0 Provides: python-keystone-tests = 1:15.0.0-1.el7 python2-keystone-tests = 1:15.0.0-1.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 2.7 Obsoletes: python-keystone-tests < 1:15.0.0-1.el7 Processing files: openstack-keystone-doc-15.0.0-1.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.vuBiI6 + umask 022 + cd /builddir/build/BUILD + cd keystone-15.0.0 + DOCDIR=/builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/share/doc/openstack-keystone-doc-15.0.0 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/share/doc/openstack-keystone-doc-15.0.0 + cp -pr doc/build/html /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/share/doc/openstack-keystone-doc-15.0.0 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.opTcfn + umask 022 + cd /builddir/build/BUILD + cd keystone-15.0.0 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/share/licenses/openstack-keystone-doc-15.0.0 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/share/licenses/openstack-keystone-doc-15.0.0 + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch/usr/share/licenses/openstack-keystone-doc-15.0.0 + exit 0 Provides: openstack-keystone-doc = 1:15.0.0-1.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch Wrote: /builddir/build/RPMS/openstack-keystone-15.0.0-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/python2-keystone-15.0.0-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/python2-keystone-tests-15.0.0-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/openstack-keystone-doc-15.0.0-1.el7.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.kHYy8n + umask 022 + cd /builddir/build/BUILD + cd keystone-15.0.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/openstack-keystone-15.0.0-1.el7.noarch + exit 0 Child return code was: 0