Mock Version: 2.8 Mock Version: 2.8 Mock Version: 2.8 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/openstack-keystone.spec'], chrootPath='/var/lib/mock/cloud9s-openstack-yoga-el9s-build-130442-900841/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8', 'http_proxy': 'http://cache.rdu2.centos.org:8080', 'https_proxy': 'http://cache.rdu2.centos.org:8080'}shell=Falselogger=timeout=86400uid=989gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/openstack-keystone.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8', 'http_proxy': 'http://cache.rdu2.centos.org:8080', 'https_proxy': 'http://cache.rdu2.centos.org:8080'} and shell False Building target platforms: noarch Building for target noarch setting SOURCE_DATE_EPOCH=1648598400 Wrote: /builddir/build/SRPMS/openstack-keystone-21.0.0-1.el9s.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/openstack-keystone.spec'], chrootPath='/var/lib/mock/cloud9s-openstack-yoga-el9s-build-130442-900841/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8', 'http_proxy': 'http://cache.rdu2.centos.org:8080', 'https_proxy': 'http://cache.rdu2.centos.org:8080'}shell=Falselogger=timeout=86400uid=989gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/openstack-keystone.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8', 'http_proxy': 'http://cache.rdu2.centos.org:8080', 'https_proxy': 'http://cache.rdu2.centos.org:8080'} and shell False Building target platforms: noarch Building for target noarch setting SOURCE_DATE_EPOCH=1648598400 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.zjpzAA + umask 022 + cd /builddir/build/BUILD + /usr/lib/rpm/redhat/gpgverify --keyring=/builddir/build/SOURCES/0x01527a34f0d0080f8a5db8d6eb6c5df21b4b6363.txt --signature=/builddir/build/SOURCES/keystone-21.0.0.tar.gz.asc --data=/builddir/build/SOURCES/keystone-21.0.0.tar.gz gpgv: Signature made Wed Mar 30 11:52:35 2022 UTC gpgv: using EDDSA key 1974E534480C12124CDC2BB363643A8728715809 gpgv: Good signature from "OpenStack Infra (Yoga Cycle) " + cd /builddir/build/BUILD + rm -rf keystone-21.0.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/keystone-21.0.0.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd keystone-21.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 config gc.auto 0 + /usr/bin/git add --force . + /usr/bin/git commit -q --allow-empty -a --author 'rpm-build ' -m 'openstack-keystone-21.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 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.KvKeFS + umask 022 + cd /builddir/build/BUILD + cd keystone-21.0.0 + PYTHONPATH=. + oslo-config-generator --config-file=config-generator/keystone.conf + PYTHONPATH=. + oslo-config-generator --config-file=config-generator/keystone.conf --format yaml --output-file=keystone-schema.yaml + PYTHONPATH=. + oslo-config-generator --config-file=config-generator/keystone.conf --format json --output-file=keystone-schema.json ++ '[' -f _current_flavor ']' ++ true + python_flavor= + '[' -z '' ']' + python_flavor=tmp + '[' tmp '!=' python3 ']' + '[' -d build ']' + '[' -d _build.python3 ']' + echo python3 + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' /usr/lib/python3.9/site-packages/pbr/core.py:131: UserWarning: Unknown distribution option: 'requires_python' warnings.warn(msg) running build running build_py creating build creating build/lib creating build/lib/keystone creating build/lib/keystone/oauth1 copying keystone/oauth1/core.py -> build/lib/keystone/oauth1 copying keystone/oauth1/validator.py -> build/lib/keystone/oauth1 copying keystone/oauth1/__init__.py -> build/lib/keystone/oauth1 copying keystone/oauth1/schema.py -> build/lib/keystone/oauth1 creating build/lib/keystone/common creating build/lib/keystone/common/resource_options copying keystone/common/resource_options/core.py -> build/lib/keystone/common/resource_options copying keystone/common/resource_options/__init__.py -> build/lib/keystone/common/resource_options copying keystone/common/authorization.py -> build/lib/keystone/common copying keystone/common/json_home.py -> build/lib/keystone/common copying keystone/common/context.py -> build/lib/keystone/common copying keystone/common/tokenless_auth.py -> build/lib/keystone/common copying keystone/common/manager.py -> build/lib/keystone/common copying keystone/common/driver_hints.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/jwt_utils.py -> build/lib/keystone/common copying keystone/common/profiler.py -> build/lib/keystone/common copying keystone/common/render_token.py -> build/lib/keystone/common copying keystone/common/password_hashing.py -> build/lib/keystone/common copying keystone/common/__init__.py -> build/lib/keystone/common copying keystone/common/fernet_utils.py -> build/lib/keystone/common creating build/lib/keystone/limit creating build/lib/keystone/limit/backends copying keystone/limit/backends/sql.py -> build/lib/keystone/limit/backends copying keystone/limit/backends/base.py -> build/lib/keystone/limit/backends copying keystone/limit/backends/__init__.py -> build/lib/keystone/limit/backends creating build/lib/keystone/credential creating build/lib/keystone/credential/providers creating build/lib/keystone/credential/providers/fernet copying keystone/credential/providers/fernet/core.py -> build/lib/keystone/credential/providers/fernet copying keystone/credential/providers/fernet/__init__.py -> build/lib/keystone/credential/providers/fernet creating build/lib/keystone/tests creating build/lib/keystone/tests/unit 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/common copying keystone/tests/common/auth.py -> build/lib/keystone/tests/common copying keystone/tests/common/__init__.py -> build/lib/keystone/tests/common creating build/lib/keystone/models copying keystone/models/token_model.py -> build/lib/keystone/models copying keystone/models/receipt_model.py -> build/lib/keystone/models copying keystone/models/__init__.py -> build/lib/keystone/models copying keystone/models/revoke_model.py -> build/lib/keystone/models creating 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/__init__.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/trust copying keystone/trust/core.py -> build/lib/keystone/trust copying keystone/trust/__init__.py -> build/lib/keystone/trust copying keystone/trust/schema.py -> build/lib/keystone/trust creating build/lib/keystone/tests/unit/limit copying keystone/tests/unit/limit/test_backends.py -> build/lib/keystone/tests/unit/limit copying keystone/tests/unit/limit/__init__.py -> build/lib/keystone/tests/unit/limit copying keystone/limit/core.py -> build/lib/keystone/limit copying keystone/limit/__init__.py -> build/lib/keystone/limit copying keystone/limit/schema.py -> build/lib/keystone/limit creating build/lib/keystone/token creating build/lib/keystone/token/providers creating build/lib/keystone/token/providers/fernet copying keystone/token/providers/fernet/core.py -> build/lib/keystone/token/providers/fernet copying keystone/token/providers/fernet/__init__.py -> build/lib/keystone/token/providers/fernet creating build/lib/keystone/limit/models copying keystone/limit/models/strict_two_level.py -> build/lib/keystone/limit/models copying keystone/limit/models/base.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/common/sql creating build/lib/keystone/common/sql/legacy_migrations creating build/lib/keystone/common/sql/legacy_migrations/expand_repo creating build/lib/keystone/common/sql/legacy_migrations/expand_repo/versions copying keystone/common/sql/legacy_migrations/expand_repo/versions/073_expand_initial_migration.py -> build/lib/keystone/common/sql/legacy_migrations/expand_repo/versions copying keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py -> build/lib/keystone/common/sql/legacy_migrations/expand_repo/versions copying keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py -> build/lib/keystone/common/sql/legacy_migrations/expand_repo/versions copying keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py -> build/lib/keystone/common/sql/legacy_migrations/expand_repo/versions copying keystone/common/sql/legacy_migrations/expand_repo/versions/__init__.py -> build/lib/keystone/common/sql/legacy_migrations/expand_repo/versions copying keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py -> build/lib/keystone/common/sql/legacy_migrations/expand_repo/versions copying keystone/common/sql/legacy_migrations/expand_repo/versions/079_expand_update_local_id_limit.py -> build/lib/keystone/common/sql/legacy_migrations/expand_repo/versions copying keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py -> build/lib/keystone/common/sql/legacy_migrations/expand_repo/versions creating build/lib/keystone/federation copying keystone/federation/constants.py -> build/lib/keystone/federation copying keystone/federation/core.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/schema.py -> build/lib/keystone/federation copying keystone/federation/idp.py -> build/lib/keystone/federation creating build/lib/keystone/identity creating build/lib/keystone/identity/mapping_backends copying keystone/identity/mapping_backends/sql.py -> build/lib/keystone/identity/mapping_backends copying keystone/identity/mapping_backends/base.py -> build/lib/keystone/identity/mapping_backends copying keystone/identity/mapping_backends/__init__.py -> build/lib/keystone/identity/mapping_backends copying keystone/identity/mapping_backends/mapping.py -> build/lib/keystone/identity/mapping_backends creating build/lib/keystone/assignment copying keystone/assignment/core.py -> build/lib/keystone/assignment copying keystone/assignment/__init__.py -> build/lib/keystone/assignment copying keystone/assignment/schema.py -> build/lib/keystone/assignment creating build/lib/keystone/resource creating build/lib/keystone/resource/config_backends copying keystone/resource/config_backends/sql.py -> build/lib/keystone/resource/config_backends copying keystone/resource/config_backends/base.py -> build/lib/keystone/resource/config_backends copying keystone/resource/config_backends/__init__.py -> build/lib/keystone/resource/config_backends creating build/lib/keystone/server copying keystone/server/backends.py -> build/lib/keystone/server copying keystone/server/wsgi.py -> build/lib/keystone/server copying keystone/server/__init__.py -> build/lib/keystone/server 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/application_credential copying keystone/application_credential/core.py -> build/lib/keystone/application_credential copying keystone/application_credential/__init__.py -> build/lib/keystone/application_credential copying keystone/application_credential/schema.py -> build/lib/keystone/application_credential copying keystone/resource/core.py -> build/lib/keystone/resource copying keystone/resource/__init__.py -> build/lib/keystone/resource copying keystone/resource/schema.py -> build/lib/keystone/resource creating build/lib/keystone/tests/functional copying keystone/tests/functional/core.py -> build/lib/keystone/tests/functional copying keystone/tests/functional/__init__.py -> build/lib/keystone/tests/functional 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/core.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/models.py -> build/lib/keystone/identity/backends/ldap creating build/lib/keystone/tests/functional/shared copying keystone/tests/functional/shared/test_running.py -> build/lib/keystone/tests/functional/shared copying keystone/tests/functional/shared/__init__.py -> build/lib/keystone/tests/functional/shared creating build/lib/keystone/tests/unit/identity creating 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/test_ldap_common.py -> 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/__init__.py -> build/lib/keystone/tests/unit/identity/backends 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/server/flask copying keystone/server/flask/application.py -> build/lib/keystone/server/flask copying keystone/server/flask/common.py -> build/lib/keystone/server/flask copying keystone/server/flask/core.py -> build/lib/keystone/server/flask copying keystone/server/flask/__init__.py -> build/lib/keystone/server/flask 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/__init__.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 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/common/policies copying keystone/common/policies/token_revocation.py -> build/lib/keystone/common/policies copying keystone/common/policies/project.py -> build/lib/keystone/common/policies copying keystone/common/policies/service_provider.py -> build/lib/keystone/common/policies copying keystone/common/policies/limit.py -> build/lib/keystone/common/policies copying keystone/common/policies/endpoint.py -> build/lib/keystone/common/policies copying keystone/common/policies/application_credential.py -> build/lib/keystone/common/policies copying keystone/common/policies/implied_role.py -> build/lib/keystone/common/policies copying keystone/common/policies/revoke_event.py -> build/lib/keystone/common/policies copying keystone/common/policies/access_rule.py -> build/lib/keystone/common/policies copying keystone/common/policies/group.py -> build/lib/keystone/common/policies copying keystone/common/policies/grant.py -> build/lib/keystone/common/policies copying keystone/common/policies/endpoint_group.py -> build/lib/keystone/common/policies copying keystone/common/policies/base.py -> build/lib/keystone/common/policies copying keystone/common/policies/policy.py -> build/lib/keystone/common/policies copying keystone/common/policies/domain.py -> build/lib/keystone/common/policies copying keystone/common/policies/access_token.py -> build/lib/keystone/common/policies copying keystone/common/policies/auth.py -> build/lib/keystone/common/policies copying keystone/common/policies/protocol.py -> build/lib/keystone/common/policies copying keystone/common/policies/registered_limit.py -> build/lib/keystone/common/policies copying keystone/common/policies/__init__.py -> build/lib/keystone/common/policies copying keystone/common/policies/ec2_credential.py -> build/lib/keystone/common/policies copying keystone/common/policies/domain_config.py -> build/lib/keystone/common/policies copying keystone/common/policies/project_endpoint.py -> build/lib/keystone/common/policies copying keystone/common/policies/role.py -> build/lib/keystone/common/policies copying keystone/common/policies/mapping.py -> build/lib/keystone/common/policies copying keystone/common/policies/trust.py -> build/lib/keystone/common/policies copying keystone/common/policies/region.py -> build/lib/keystone/common/policies copying keystone/common/policies/service.py -> build/lib/keystone/common/policies copying keystone/common/policies/token.py -> build/lib/keystone/common/policies copying keystone/common/policies/role_assignment.py -> build/lib/keystone/common/policies copying keystone/common/policies/identity_provider.py -> build/lib/keystone/common/policies copying keystone/common/policies/user.py -> build/lib/keystone/common/policies copying keystone/common/policies/policy_association.py -> build/lib/keystone/common/policies copying keystone/common/policies/consumer.py -> build/lib/keystone/common/policies copying keystone/common/policies/credential.py -> build/lib/keystone/common/policies creating build/lib/keystone/conf copying keystone/conf/fernet_tokens.py -> build/lib/keystone/conf copying keystone/conf/receipt.py -> build/lib/keystone/conf copying keystone/conf/constants.py -> build/lib/keystone/conf copying keystone/conf/endpoint_policy.py -> build/lib/keystone/conf copying keystone/conf/opts.py -> build/lib/keystone/conf copying keystone/conf/federation.py -> build/lib/keystone/conf copying keystone/conf/fernet_receipts.py -> build/lib/keystone/conf copying keystone/conf/eventlet_server.py -> build/lib/keystone/conf copying keystone/conf/tokenless_auth.py -> build/lib/keystone/conf copying keystone/conf/endpoint_filter.py -> build/lib/keystone/conf copying keystone/conf/application_credential.py -> build/lib/keystone/conf copying keystone/conf/identity_mapping.py -> build/lib/keystone/conf copying keystone/conf/oauth1.py -> build/lib/keystone/conf copying keystone/conf/identity.py -> build/lib/keystone/conf copying keystone/conf/shadow_users.py -> build/lib/keystone/conf copying keystone/conf/catalog.py -> build/lib/keystone/conf copying keystone/conf/utils.py -> build/lib/keystone/conf copying keystone/conf/security_compliance.py -> build/lib/keystone/conf copying keystone/conf/totp.py -> build/lib/keystone/conf copying keystone/conf/policy.py -> build/lib/keystone/conf copying keystone/conf/auth.py -> build/lib/keystone/conf copying keystone/conf/wsgi.py -> build/lib/keystone/conf copying keystone/conf/unified_limit.py -> build/lib/keystone/conf copying keystone/conf/__init__.py -> build/lib/keystone/conf copying keystone/conf/memcache.py -> build/lib/keystone/conf copying keystone/conf/revoke.py -> build/lib/keystone/conf copying keystone/conf/domain_config.py -> build/lib/keystone/conf copying keystone/conf/assignment.py -> build/lib/keystone/conf copying keystone/conf/role.py -> build/lib/keystone/conf copying keystone/conf/trust.py -> build/lib/keystone/conf copying keystone/conf/jwt_tokens.py -> build/lib/keystone/conf copying keystone/conf/resource.py -> build/lib/keystone/conf copying keystone/conf/default.py -> build/lib/keystone/conf copying keystone/conf/token.py -> build/lib/keystone/conf copying keystone/conf/saml.py -> build/lib/keystone/conf copying keystone/conf/ldap.py -> build/lib/keystone/conf copying keystone/conf/credential.py -> build/lib/keystone/conf creating build/lib/keystone/common/sql/legacy_migrations/contract_repo copying keystone/common/sql/legacy_migrations/contract_repo/manage.py -> build/lib/keystone/common/sql/legacy_migrations/contract_repo copying keystone/common/sql/legacy_migrations/contract_repo/__init__.py -> build/lib/keystone/common/sql/legacy_migrations/contract_repo creating 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 copying keystone/tests/unit/credential/__init__.py -> build/lib/keystone/tests/unit/credential creating build/lib/keystone/api copying keystone/api/endpoints.py -> build/lib/keystone/api copying keystone/api/users.py -> build/lib/keystone/api copying keystone/api/s3tokens.py -> build/lib/keystone/api copying keystone/api/role_assignments.py -> build/lib/keystone/api copying keystone/api/projects.py -> build/lib/keystone/api copying keystone/api/domains.py -> build/lib/keystone/api copying keystone/api/regions.py -> build/lib/keystone/api copying keystone/api/os_inherit.py -> build/lib/keystone/api copying keystone/api/os_federation.py -> build/lib/keystone/api copying keystone/api/system.py -> build/lib/keystone/api copying keystone/api/credentials.py -> build/lib/keystone/api copying keystone/api/policy.py -> build/lib/keystone/api copying keystone/api/role_inferences.py -> build/lib/keystone/api copying keystone/api/trusts.py -> build/lib/keystone/api copying keystone/api/groups.py -> build/lib/keystone/api copying keystone/api/discovery.py -> build/lib/keystone/api copying keystone/api/auth.py -> build/lib/keystone/api copying keystone/api/limits.py -> build/lib/keystone/api copying keystone/api/os_revoke.py -> build/lib/keystone/api copying keystone/api/ec2tokens.py -> build/lib/keystone/api copying keystone/api/__init__.py -> build/lib/keystone/api copying keystone/api/services.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_simple_cert.py -> build/lib/keystone/api copying keystone/api/os_oauth1.py -> build/lib/keystone/api copying keystone/api/registered_limits.py -> build/lib/keystone/api creating build/lib/keystone/api/_shared copying keystone/api/_shared/EC2_S3_Resource.py -> build/lib/keystone/api/_shared copying keystone/api/_shared/json_home_relations.py -> build/lib/keystone/api/_shared copying keystone/api/_shared/implied_roles.py -> build/lib/keystone/api/_shared copying keystone/api/_shared/__init__.py -> build/lib/keystone/api/_shared copying keystone/api/_shared/authentication.py -> build/lib/keystone/api/_shared copying keystone/api/_shared/saml.py -> build/lib/keystone/api/_shared creating build/lib/keystone/endpoint_policy copying keystone/endpoint_policy/core.py -> build/lib/keystone/endpoint_policy copying keystone/endpoint_policy/__init__.py -> build/lib/keystone/endpoint_policy copying keystone/common/sql/legacy_migrations/expand_repo/manage.py -> build/lib/keystone/common/sql/legacy_migrations/expand_repo copying keystone/common/sql/legacy_migrations/expand_repo/__init__.py -> build/lib/keystone/common/sql/legacy_migrations/expand_repo creating build/lib/keystone/tests/unit/policy creating 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/test_sql.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/common/resource_options/options copying keystone/common/resource_options/options/immutable.py -> build/lib/keystone/common/resource_options/options copying keystone/common/resource_options/options/__init__.py -> build/lib/keystone/common/resource_options/options creating build/lib/keystone/tests/unit/token copying keystone/tests/unit/token/test_jws_provider.py -> 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/test_fernet_provider.py -> build/lib/keystone/tests/unit/token copying keystone/tests/unit/token/__init__.py -> build/lib/keystone/tests/unit/token 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_base.py -> 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/__init__.py -> build/lib/keystone/tests/unit/endpoint_policy/backends creating build/lib/keystone/cmd copying keystone/cmd/manage.py -> build/lib/keystone/cmd copying keystone/cmd/bootstrap.py -> build/lib/keystone/cmd copying keystone/cmd/status.py -> build/lib/keystone/cmd copying keystone/cmd/cli.py -> build/lib/keystone/cmd copying keystone/cmd/__init__.py -> build/lib/keystone/cmd creating build/lib/keystone/policy copying keystone/policy/core.py -> build/lib/keystone/policy copying keystone/policy/__init__.py -> build/lib/keystone/policy copying keystone/policy/schema.py -> build/lib/keystone/policy copying keystone/token/__init__.py -> build/lib/keystone/token copying keystone/token/provider.py -> build/lib/keystone/token copying keystone/token/token_formatters.py -> build/lib/keystone/token creating build/lib/keystone/tests/unit/ksfixtures copying keystone/tests/unit/ksfixtures/logging.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/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/ksfixtures/database.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/auth_plugins.py -> build/lib/keystone/tests/unit/ksfixtures copying keystone/tests/unit/ksfixtures/warnings.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/policy.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/__init__.py -> build/lib/keystone/tests/unit/ksfixtures copying keystone/tests/unit/ksfixtures/jws_key_repository.py -> build/lib/keystone/tests/unit/ksfixtures 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/__init__.py -> build/lib/keystone/tests/unit/auth copying keystone/tests/unit/auth/test_controllers.py -> build/lib/keystone/tests/unit/auth creating build/lib/keystone/server/flask/request_processing creating 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 copying keystone/server/flask/request_processing/middleware/auth_context.py -> build/lib/keystone/server/flask/request_processing/middleware creating build/lib/keystone/tests/unit/assignment copying keystone/tests/unit/assignment/test_backends.py -> build/lib/keystone/tests/unit/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/endpoint_policy/__init__.py -> build/lib/keystone/tests/unit/endpoint_policy creating build/lib/keystone/receipt copying keystone/receipt/receipt_formatters.py -> build/lib/keystone/receipt copying keystone/receipt/__init__.py -> build/lib/keystone/receipt copying keystone/receipt/provider.py -> build/lib/keystone/receipt copying keystone/receipt/handlers.py -> build/lib/keystone/receipt 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/identity/shadow_backends copying keystone/identity/shadow_backends/sql.py -> build/lib/keystone/identity/shadow_backends copying keystone/identity/shadow_backends/base.py -> build/lib/keystone/identity/shadow_backends copying keystone/identity/shadow_backends/__init__.py -> build/lib/keystone/identity/shadow_backends creating 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_provider_api.py -> build/lib/keystone/tests/unit/common copying keystone/tests/unit/common/test_resource_options_common.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/test_utils.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_database_conflicts.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_cache.py -> build/lib/keystone/tests/unit/common copying keystone/token/providers/base.py -> build/lib/keystone/token/providers copying keystone/token/providers/__init__.py -> build/lib/keystone/token/providers copying keystone/tests/unit/identity/test_backends.py -> build/lib/keystone/tests/unit/identity copying keystone/tests/unit/identity/test_core.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/identity/__init__.py -> build/lib/keystone/tests/unit/identity creating build/lib/keystone/oauth1/backends copying keystone/oauth1/backends/sql.py -> build/lib/keystone/oauth1/backends copying keystone/oauth1/backends/base.py -> build/lib/keystone/oauth1/backends copying keystone/oauth1/backends/__init__.py -> build/lib/keystone/oauth1/backends 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/trust/backends copying keystone/trust/backends/sql.py -> build/lib/keystone/trust/backends copying keystone/trust/backends/base.py -> build/lib/keystone/trust/backends copying keystone/trust/backends/__init__.py -> build/lib/keystone/trust/backends creating build/lib/keystone/receipt/providers creating build/lib/keystone/receipt/providers/fernet copying keystone/receipt/providers/fernet/core.py -> build/lib/keystone/receipt/providers/fernet copying keystone/receipt/providers/fernet/__init__.py -> build/lib/keystone/receipt/providers/fernet creating build/lib/keystone/endpoint_policy/backends copying keystone/endpoint_policy/backends/sql.py -> build/lib/keystone/endpoint_policy/backends copying keystone/endpoint_policy/backends/base.py -> build/lib/keystone/endpoint_policy/backends copying keystone/endpoint_policy/backends/__init__.py -> build/lib/keystone/endpoint_policy/backends copying keystone/tests/unit/policy/test_backends.py -> build/lib/keystone/tests/unit/policy copying keystone/tests/unit/policy/__init__.py -> build/lib/keystone/tests/unit/policy creating build/lib/keystone/token/providers/jws copying keystone/token/providers/jws/core.py -> build/lib/keystone/token/providers/jws copying keystone/token/providers/jws/__init__.py -> build/lib/keystone/token/providers/jws 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/cmd/doctor copying keystone/cmd/doctor/tokens.py -> build/lib/keystone/cmd/doctor copying keystone/cmd/doctor/federation.py -> build/lib/keystone/cmd/doctor copying keystone/cmd/doctor/tokens_fernet.py -> build/lib/keystone/cmd/doctor copying keystone/cmd/doctor/database.py -> build/lib/keystone/cmd/doctor copying keystone/cmd/doctor/security_compliance.py -> build/lib/keystone/cmd/doctor copying keystone/cmd/doctor/__init__.py -> build/lib/keystone/cmd/doctor copying keystone/cmd/doctor/caching.py -> build/lib/keystone/cmd/doctor copying keystone/cmd/doctor/ldap.py -> build/lib/keystone/cmd/doctor copying keystone/cmd/doctor/debug.py -> build/lib/keystone/cmd/doctor copying keystone/cmd/doctor/credential.py -> build/lib/keystone/cmd/doctor copying keystone/identity/backends/sql.py -> build/lib/keystone/identity/backends 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/__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/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/revoke copying keystone/revoke/model.py -> build/lib/keystone/revoke copying keystone/revoke/core.py -> build/lib/keystone/revoke copying keystone/revoke/__init__.py -> build/lib/keystone/revoke creating build/lib/keystone/application_credential/backends copying keystone/application_credential/backends/sql.py -> build/lib/keystone/application_credential/backends copying keystone/application_credential/backends/base.py -> build/lib/keystone/application_credential/backends copying keystone/application_credential/backends/__init__.py -> build/lib/keystone/application_credential/backends creating build/lib/keystone/tests/unit/application_credential copying keystone/tests/unit/application_credential/test_backends.py -> 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/resource/test_backends.py -> build/lib/keystone/tests/unit/resource 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 creating build/lib/keystone/resource/backends copying keystone/resource/backends/sql.py -> build/lib/keystone/resource/backends copying keystone/resource/backends/base.py -> build/lib/keystone/resource/backends copying keystone/resource/backends/sql_model.py -> build/lib/keystone/resource/backends copying keystone/resource/backends/__init__.py -> build/lib/keystone/resource/backends copying keystone/resource/backends/resource_options.py -> build/lib/keystone/resource/backends copying keystone/identity/core.py -> build/lib/keystone/identity copying keystone/identity/generator.py -> build/lib/keystone/identity copying keystone/identity/__init__.py -> build/lib/keystone/identity copying keystone/identity/schema.py -> build/lib/keystone/identity 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/protection copying keystone/tests/protection/__init__.py -> build/lib/keystone/tests/protection creating build/lib/keystone/credential/backends copying keystone/credential/backends/sql.py -> build/lib/keystone/credential/backends copying keystone/credential/backends/base.py -> build/lib/keystone/credential/backends copying keystone/credential/backends/__init__.py -> build/lib/keystone/credential/backends creating build/lib/keystone/policy/backends copying keystone/policy/backends/sql.py -> build/lib/keystone/policy/backends copying keystone/policy/backends/base.py -> build/lib/keystone/policy/backends copying keystone/policy/backends/rules.py -> build/lib/keystone/policy/backends copying keystone/policy/backends/__init__.py -> build/lib/keystone/policy/backends 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 copying keystone/credential/core.py -> build/lib/keystone/credential copying keystone/credential/__init__.py -> build/lib/keystone/credential copying keystone/credential/schema.py -> build/lib/keystone/credential copying keystone/credential/provider.py -> build/lib/keystone/credential 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/revoke/backends copying keystone/revoke/backends/sql.py -> build/lib/keystone/revoke/backends copying keystone/revoke/backends/base.py -> build/lib/keystone/revoke/backends copying keystone/revoke/backends/__init__.py -> build/lib/keystone/revoke/backends creating build/lib/keystone/common/sql/legacy_migrations/contract_repo/versions copying keystone/common/sql/legacy_migrations/contract_repo/versions/073_contract_initial_migration.py -> build/lib/keystone/common/sql/legacy_migrations/contract_repo/versions copying keystone/common/sql/legacy_migrations/contract_repo/versions/079_contract_update_local_id_limit.py -> build/lib/keystone/common/sql/legacy_migrations/contract_repo/versions copying keystone/common/sql/legacy_migrations/contract_repo/versions/076_placeholder.py -> build/lib/keystone/common/sql/legacy_migrations/contract_repo/versions copying keystone/common/sql/legacy_migrations/contract_repo/versions/075_placeholder.py -> build/lib/keystone/common/sql/legacy_migrations/contract_repo/versions copying keystone/common/sql/legacy_migrations/contract_repo/versions/077_placeholder.py -> build/lib/keystone/common/sql/legacy_migrations/contract_repo/versions copying keystone/common/sql/legacy_migrations/contract_repo/versions/__init__.py -> build/lib/keystone/common/sql/legacy_migrations/contract_repo/versions copying keystone/common/sql/legacy_migrations/contract_repo/versions/074_placeholder.py -> build/lib/keystone/common/sql/legacy_migrations/contract_repo/versions copying keystone/common/sql/legacy_migrations/contract_repo/versions/078_placeholder.py -> build/lib/keystone/common/sql/legacy_migrations/contract_repo/versions creating build/lib/keystone/common/sql/legacy_migrations/data_migration_repo copying keystone/common/sql/legacy_migrations/data_migration_repo/manage.py -> build/lib/keystone/common/sql/legacy_migrations/data_migration_repo copying keystone/common/sql/legacy_migrations/data_migration_repo/__init__.py -> build/lib/keystone/common/sql/legacy_migrations/data_migration_repo copying keystone/tests/__init__.py -> build/lib/keystone/tests copying keystone/tests/unit/base_classes.py -> build/lib/keystone/tests/unit copying keystone/tests/unit/mapping_fixtures.py -> build/lib/keystone/tests/unit copying keystone/tests/unit/test_cli.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_filters.py -> build/lib/keystone/tests/unit copying keystone/tests/unit/filtering.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_backend_ldap_pool.py -> build/lib/keystone/tests/unit copying keystone/tests/unit/test_middleware.py -> build/lib/keystone/tests/unit copying keystone/tests/unit/test_v3_catalog.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_contrib_ec2_core.py -> build/lib/keystone/tests/unit copying keystone/tests/unit/test_shadow_users.py -> build/lib/keystone/tests/unit copying keystone/tests/unit/test_ldap_livetest.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_backend_id_mapping_sql.py -> build/lib/keystone/tests/unit copying keystone/tests/unit/test_v3_resource.py -> build/lib/keystone/tests/unit copying keystone/tests/unit/fakeldap.py -> build/lib/keystone/tests/unit copying keystone/tests/unit/test_hacking_checks.py -> build/lib/keystone/tests/unit copying keystone/tests/unit/identity_mapping.py -> build/lib/keystone/tests/unit copying keystone/tests/unit/test_v3_credential.py -> build/lib/keystone/tests/unit copying keystone/tests/unit/test_ldap_pool_livetest.py -> build/lib/keystone/tests/unit copying keystone/tests/unit/test_validation.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_config.py -> build/lib/keystone/tests/unit copying keystone/tests/unit/test_v3_oauth1.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_v3_endpoint_policy.py -> build/lib/keystone/tests/unit copying keystone/tests/unit/test_driver_hints.py -> build/lib/keystone/tests/unit copying keystone/tests/unit/test_backend_ldap.py -> build/lib/keystone/tests/unit copying keystone/tests/unit/test_v3_trust.py -> build/lib/keystone/tests/unit copying keystone/tests/unit/test_sql_upgrade.py -> build/lib/keystone/tests/unit copying keystone/tests/unit/test_v3.py -> build/lib/keystone/tests/unit copying keystone/tests/unit/test_auth_plugin.py -> build/lib/keystone/tests/unit copying keystone/tests/unit/test_exception.py -> build/lib/keystone/tests/unit copying keystone/tests/unit/core.py -> build/lib/keystone/tests/unit copying keystone/tests/unit/test_policy.py -> build/lib/keystone/tests/unit copying keystone/tests/unit/test_backend_rules.py -> build/lib/keystone/tests/unit copying keystone/tests/unit/utils.py -> build/lib/keystone/tests/unit copying keystone/tests/unit/test_backend_sql.py -> build/lib/keystone/tests/unit copying keystone/tests/unit/test_v3_identity.py -> build/lib/keystone/tests/unit copying keystone/tests/unit/test_v3_assignment.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_versions.py -> build/lib/keystone/tests/unit copying keystone/tests/unit/rest.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_v3_os_revoke.py -> build/lib/keystone/tests/unit copying keystone/tests/unit/test_v3_federation.py -> build/lib/keystone/tests/unit copying keystone/tests/unit/federation_fixtures.py -> build/lib/keystone/tests/unit copying keystone/tests/unit/test_v3_auth.py -> build/lib/keystone/tests/unit copying keystone/tests/unit/test_token_provider.py -> build/lib/keystone/tests/unit copying keystone/tests/unit/test_receipt_provider.py -> build/lib/keystone/tests/unit copying keystone/tests/unit/test_contrib_simple_cert.py -> build/lib/keystone/tests/unit copying keystone/tests/unit/default_fixtures.py -> build/lib/keystone/tests/unit copying keystone/tests/unit/test_v3_policy.py -> build/lib/keystone/tests/unit copying keystone/tests/unit/__init__.py -> build/lib/keystone/tests/unit copying keystone/tests/unit/test_revoke.py -> build/lib/keystone/tests/unit copying keystone/tests/unit/test_healthcheck.py -> build/lib/keystone/tests/unit copying keystone/tests/unit/test_limits.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_entry_points.py -> build/lib/keystone/tests/unit copying keystone/tests/unit/test_backend_templated.py -> build/lib/keystone/tests/unit copying keystone/tests/unit/test_backend_endpoint_policy.py -> build/lib/keystone/tests/unit copying keystone/tests/unit/test_app_config.py -> build/lib/keystone/tests/unit copying keystone/credential/providers/core.py -> build/lib/keystone/credential/providers copying keystone/credential/providers/__init__.py -> build/lib/keystone/credential/providers copying keystone/common/sql/core.py -> build/lib/keystone/common/sql copying keystone/common/sql/upgrades.py -> build/lib/keystone/common/sql copying keystone/common/sql/__init__.py -> build/lib/keystone/common/sql creating build/lib/keystone/assignment/role_backends copying keystone/assignment/role_backends/sql.py -> 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_model.py -> build/lib/keystone/assignment/role_backends copying keystone/assignment/role_backends/__init__.py -> build/lib/keystone/assignment/role_backends copying keystone/assignment/role_backends/resource_options.py -> build/lib/keystone/assignment/role_backends creating build/lib/keystone/federation/backends copying keystone/federation/backends/sql.py -> build/lib/keystone/federation/backends copying keystone/federation/backends/base.py -> build/lib/keystone/federation/backends copying keystone/federation/backends/__init__.py -> build/lib/keystone/federation/backends copying keystone/version.py -> build/lib/keystone copying keystone/exception.py -> build/lib/keystone copying keystone/__init__.py -> build/lib/keystone copying keystone/i18n.py -> build/lib/keystone copying keystone/notifications.py -> build/lib/keystone creating 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 copying keystone/common/cache/__init__.py -> build/lib/keystone/common/cache copying keystone/common/sql/legacy_migrations/__init__.py -> build/lib/keystone/common/sql/legacy_migrations creating build/lib/keystone/catalog copying keystone/catalog/core.py -> build/lib/keystone/catalog copying keystone/catalog/__init__.py -> build/lib/keystone/catalog copying keystone/catalog/schema.py -> build/lib/keystone/catalog copying keystone/tests/unit/contrib/__init__.py -> build/lib/keystone/tests/unit/contrib creating build/lib/keystone/catalog/backends copying keystone/catalog/backends/sql.py -> build/lib/keystone/catalog/backends copying keystone/catalog/backends/base.py -> build/lib/keystone/catalog/backends copying keystone/catalog/backends/templated.py -> build/lib/keystone/catalog/backends copying keystone/catalog/backends/__init__.py -> build/lib/keystone/catalog/backends creating build/lib/keystone/tests/unit/catalog copying keystone/tests/unit/catalog/test_backends.py -> 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/receipt/providers/base.py -> build/lib/keystone/receipt/providers copying keystone/receipt/providers/__init__.py -> build/lib/keystone/receipt/providers creating build/lib/keystone/auth copying keystone/auth/core.py -> build/lib/keystone/auth copying keystone/auth/__init__.py -> build/lib/keystone/auth copying keystone/auth/schema.py -> build/lib/keystone/auth creating build/lib/keystone/tests/unit/trust copying keystone/tests/unit/trust/test_backends.py -> build/lib/keystone/tests/unit/trust copying keystone/tests/unit/trust/__init__.py -> build/lib/keystone/tests/unit/trust copying keystone/server/flask/request_processing/json_body.py -> 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 creating build/lib/keystone/assignment/backends copying keystone/assignment/backends/sql.py -> build/lib/keystone/assignment/backends copying keystone/assignment/backends/base.py -> build/lib/keystone/assignment/backends copying keystone/assignment/backends/__init__.py -> build/lib/keystone/assignment/backends creating build/lib/keystone/tests/protection/v3 copying keystone/tests/protection/v3/test_assignment.py -> build/lib/keystone/tests/protection/v3 copying keystone/tests/protection/v3/test_roles.py -> build/lib/keystone/tests/protection/v3 copying keystone/tests/protection/v3/test_mappings.py -> build/lib/keystone/tests/protection/v3 copying keystone/tests/protection/v3/test_registered_limits.py -> build/lib/keystone/tests/protection/v3 copying keystone/tests/protection/v3/test_endpoint_group.py -> build/lib/keystone/tests/protection/v3 copying keystone/tests/protection/v3/test_service_providers.py -> build/lib/keystone/tests/protection/v3 copying keystone/tests/protection/v3/test_groups.py -> build/lib/keystone/tests/protection/v3 copying keystone/tests/protection/v3/test_tokens.py -> build/lib/keystone/tests/protection/v3 copying keystone/tests/protection/v3/test_ec2_credential.py -> build/lib/keystone/tests/protection/v3 copying keystone/tests/protection/v3/test_grants.py -> build/lib/keystone/tests/protection/v3 copying keystone/tests/protection/v3/test_domain_config.py -> build/lib/keystone/tests/protection/v3 copying keystone/tests/protection/v3/test_projects.py -> build/lib/keystone/tests/protection/v3 copying keystone/tests/protection/v3/test_endpoints.py -> build/lib/keystone/tests/protection/v3 copying keystone/tests/protection/v3/test_regions.py -> build/lib/keystone/tests/protection/v3 copying keystone/tests/protection/v3/test_services.py -> build/lib/keystone/tests/protection/v3 copying keystone/tests/protection/v3/test_project_endpoint.py -> build/lib/keystone/tests/protection/v3 copying keystone/tests/protection/v3/test_policy.py -> build/lib/keystone/tests/protection/v3 copying keystone/tests/protection/v3/test_credentials.py -> build/lib/keystone/tests/protection/v3 copying keystone/tests/protection/v3/test_protocols.py -> build/lib/keystone/tests/protection/v3 copying keystone/tests/protection/v3/test_access_rules.py -> build/lib/keystone/tests/protection/v3 copying keystone/tests/protection/v3/test_domains.py -> build/lib/keystone/tests/protection/v3 copying keystone/tests/protection/v3/test_system_assignments.py -> build/lib/keystone/tests/protection/v3 copying keystone/tests/protection/v3/test_trusts.py -> build/lib/keystone/tests/protection/v3 copying keystone/tests/protection/v3/test_users.py -> build/lib/keystone/tests/protection/v3 copying keystone/tests/protection/v3/test_domain_roles.py -> build/lib/keystone/tests/protection/v3 copying keystone/tests/protection/v3/__init__.py -> build/lib/keystone/tests/protection/v3 copying keystone/tests/protection/v3/test_identity_providers.py -> build/lib/keystone/tests/protection/v3 copying keystone/tests/protection/v3/test_limits.py -> build/lib/keystone/tests/protection/v3 copying keystone/tests/protection/v3/test_implied_roles.py -> build/lib/keystone/tests/protection/v3 copying keystone/tests/protection/v3/test_project_tags.py -> build/lib/keystone/tests/protection/v3 copying keystone/tests/protection/v3/test_policy_association.py -> build/lib/keystone/tests/protection/v3 copying keystone/tests/protection/v3/test_application_credential.py -> build/lib/keystone/tests/protection/v3 copying keystone/tests/protection/v3/test_consumer.py -> build/lib/keystone/tests/protection/v3 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 creating build/lib/keystone/tests/unit/external copying keystone/tests/unit/external/__init__.py -> build/lib/keystone/tests/unit/external copying keystone/tests/unit/external/test_timeutils.py -> build/lib/keystone/tests/unit/external creating build/lib/keystone/auth/plugins copying keystone/auth/plugins/password.py -> build/lib/keystone/auth/plugins copying keystone/auth/plugins/application_credential.py -> build/lib/keystone/auth/plugins copying keystone/auth/plugins/external.py -> build/lib/keystone/auth/plugins copying keystone/auth/plugins/oauth1.py -> build/lib/keystone/auth/plugins copying keystone/auth/plugins/core.py -> build/lib/keystone/auth/plugins copying keystone/auth/plugins/mapped.py -> build/lib/keystone/auth/plugins copying keystone/auth/plugins/base.py -> build/lib/keystone/auth/plugins copying keystone/auth/plugins/totp.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 creating build/lib/keystone/common/rbac_enforcer copying keystone/common/rbac_enforcer/enforcer.py -> build/lib/keystone/common/rbac_enforcer copying keystone/common/rbac_enforcer/policy.py -> build/lib/keystone/common/rbac_enforcer copying keystone/common/rbac_enforcer/__init__.py -> build/lib/keystone/common/rbac_enforcer creating build/lib/keystone/common/sql/legacy_migrations/data_migration_repo/versions copying keystone/common/sql/legacy_migrations/data_migration_repo/versions/076_placeholder.py -> build/lib/keystone/common/sql/legacy_migrations/data_migration_repo/versions copying keystone/common/sql/legacy_migrations/data_migration_repo/versions/075_placeholder.py -> build/lib/keystone/common/sql/legacy_migrations/data_migration_repo/versions copying keystone/common/sql/legacy_migrations/data_migration_repo/versions/073_migrate_initial_migration.py -> build/lib/keystone/common/sql/legacy_migrations/data_migration_repo/versions copying keystone/common/sql/legacy_migrations/data_migration_repo/versions/077_placeholder.py -> build/lib/keystone/common/sql/legacy_migrations/data_migration_repo/versions copying keystone/common/sql/legacy_migrations/data_migration_repo/versions/__init__.py -> build/lib/keystone/common/sql/legacy_migrations/data_migration_repo/versions copying keystone/common/sql/legacy_migrations/data_migration_repo/versions/074_placeholder.py -> build/lib/keystone/common/sql/legacy_migrations/data_migration_repo/versions copying keystone/common/sql/legacy_migrations/data_migration_repo/versions/079_migrate_update_local_id_limit.py -> build/lib/keystone/common/sql/legacy_migrations/data_migration_repo/versions copying keystone/common/sql/legacy_migrations/data_migration_repo/versions/078_placeholder.py -> build/lib/keystone/common/sql/legacy_migrations/data_migration_repo/versions creating build/lib/keystone/tests/unit/backend copying keystone/tests/unit/backend/core_sql.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_ldap.py -> build/lib/keystone/tests/unit/backend running egg_info writing keystone.egg-info/PKG-INFO writing dependency_links to keystone.egg-info/dependency_links.txt writing entry points to keystone.egg-info/entry_points.txt writing requirements to keystone.egg-info/requires.txt writing top-level names to keystone.egg-info/top_level.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 adding license file 'LICENSE' adding license file 'AUTHORS' writing manifest file 'keystone.egg-info/SOURCES.txt' copying keystone/common/sql/legacy_migrations/contract_repo/README.rst -> build/lib/keystone/common/sql/legacy_migrations/contract_repo copying keystone/common/sql/legacy_migrations/contract_repo/migrate.cfg -> build/lib/keystone/common/sql/legacy_migrations/contract_repo copying keystone/common/sql/legacy_migrations/expand_repo/README.rst -> build/lib/keystone/common/sql/legacy_migrations/expand_repo copying keystone/common/sql/legacy_migrations/expand_repo/migrate.cfg -> build/lib/keystone/common/sql/legacy_migrations/expand_repo creating build/lib/keystone/tests/unit/common/sql copying keystone/tests/unit/common/sql/test_upgrades.py -> build/lib/keystone/tests/unit/common/sql copying keystone/common/sql/legacy_migrations/data_migration_repo/README.rst -> build/lib/keystone/common/sql/legacy_migrations/data_migration_repo copying keystone/common/sql/legacy_migrations/data_migration_repo/migrate.cfg -> build/lib/keystone/common/sql/legacy_migrations/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/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/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/common/sql/alembic.ini -> build/lib/keystone/common/sql creating build/lib/keystone/common/sql/migrations copying keystone/common/sql/migrations/README.rst -> build/lib/keystone/common/sql/migrations copying keystone/common/sql/migrations/env.py -> build/lib/keystone/common/sql/migrations copying keystone/common/sql/migrations/script.py.mako -> build/lib/keystone/common/sql/migrations creating build/lib/keystone/common/sql/migrations/versions copying keystone/common/sql/migrations/versions/27e647c0fad4_initial_version.py -> build/lib/keystone/common/sql/migrations/versions copying keystone/common/sql/migrations/versions/CONTRACT_HEAD -> build/lib/keystone/common/sql/migrations/versions copying keystone/common/sql/migrations/versions/EXPAND_HEAD -> build/lib/keystone/common/sql/migrations/versions creating build/lib/keystone/common/sql/migrations/versions/yoga creating build/lib/keystone/common/sql/migrations/versions/yoga/contract copying keystone/common/sql/migrations/versions/yoga/contract/e25ffa003242_initial.py -> build/lib/keystone/common/sql/migrations/versions/yoga/contract creating build/lib/keystone/common/sql/migrations/versions/yoga/expand copying keystone/common/sql/migrations/versions/yoga/expand/29e87d24a316_initial.py -> build/lib/keystone/common/sql/migrations/versions/yoga/expand 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/tests/unit/external/README.rst -> build/lib/keystone/tests/unit/external + /usr/bin/python3 setup.py compile_catalog -d build/lib/keystone/locale -D keystone /usr/lib/python3.9/site-packages/pbr/core.py:131: UserWarning: Unknown distribution option: 'requires_python' warnings.warn(msg) running compile_catalog 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/fr/LC_MESSAGES/keystone.po to build/lib/keystone/locale/fr/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/ru/LC_MESSAGES/keystone.po to build/lib/keystone/locale/ru/LC_MESSAGES/keystone.mo 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/it/LC_MESSAGES/keystone.po to build/lib/keystone/locale/it/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/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/zh_CN/LC_MESSAGES/keystone.po to build/lib/keystone/locale/zh_CN/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 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.21WwJ4 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch ++ dirname /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch + cd keystone-21.0.0 ++ '[' -f _current_flavor ']' ++ cat _current_flavor + python_flavor=python3 + '[' -z python3 ']' + '[' python3 '!=' python3 ']' + echo python3 + /usr/bin/python3 setup.py install -O1 --skip-build --force --root /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch --prefix /usr /usr/lib/python3.9/site-packages/pbr/core.py:131: UserWarning: Unknown distribution option: 'requires_python' warnings.warn(msg) 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-21.0.0-1.el9s.noarch/usr creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9 creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone copying build/lib/keystone/version.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/trust creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/trust/backends copying build/lib/keystone/trust/backends/sql.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/trust/backends copying build/lib/keystone/trust/backends/base.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/trust/backends copying build/lib/keystone/trust/backends/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/trust/backends copying build/lib/keystone/trust/core.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/trust copying build/lib/keystone/trust/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/trust copying build/lib/keystone/trust/schema.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/trust creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/locale creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/locale/de creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/locale/de/LC_MESSAGES copying build/lib/keystone/locale/de/LC_MESSAGES/keystone.mo -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/locale/de/LC_MESSAGES copying build/lib/keystone/locale/de/LC_MESSAGES/keystone.po -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/locale/de/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/locale/fr creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/locale/fr/LC_MESSAGES copying build/lib/keystone/locale/fr/LC_MESSAGES/keystone.mo -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/locale/fr/LC_MESSAGES copying build/lib/keystone/locale/fr/LC_MESSAGES/keystone.po -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/locale/fr/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/locale/es creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/locale/es/LC_MESSAGES copying build/lib/keystone/locale/es/LC_MESSAGES/keystone.mo -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/locale/es/LC_MESSAGES copying build/lib/keystone/locale/es/LC_MESSAGES/keystone.po -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/locale/es/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/locale/ru creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/locale/ru/LC_MESSAGES copying build/lib/keystone/locale/ru/LC_MESSAGES/keystone.mo -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/locale/ru/LC_MESSAGES copying build/lib/keystone/locale/ru/LC_MESSAGES/keystone.po -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/locale/ru/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/locale/ja creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/locale/ja/LC_MESSAGES copying build/lib/keystone/locale/ja/LC_MESSAGES/keystone.mo -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/locale/ja/LC_MESSAGES copying build/lib/keystone/locale/ja/LC_MESSAGES/keystone.po -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/locale/ja/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/locale/it creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/locale/it/LC_MESSAGES copying build/lib/keystone/locale/it/LC_MESSAGES/keystone.mo -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/locale/it/LC_MESSAGES copying build/lib/keystone/locale/it/LC_MESSAGES/keystone.po -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/locale/it/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/locale/en_GB creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/locale/en_GB/LC_MESSAGES copying build/lib/keystone/locale/en_GB/LC_MESSAGES/keystone.mo -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/locale/en_GB/LC_MESSAGES copying build/lib/keystone/locale/en_GB/LC_MESSAGES/keystone.po -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/locale/en_GB/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/locale/ko_KR creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/locale/ko_KR/LC_MESSAGES copying build/lib/keystone/locale/ko_KR/LC_MESSAGES/keystone.mo -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/locale/ko_KR/LC_MESSAGES copying build/lib/keystone/locale/ko_KR/LC_MESSAGES/keystone.po -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/locale/ko_KR/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/locale/pt_BR creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/locale/pt_BR/LC_MESSAGES copying build/lib/keystone/locale/pt_BR/LC_MESSAGES/keystone.mo -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/locale/pt_BR/LC_MESSAGES copying build/lib/keystone/locale/pt_BR/LC_MESSAGES/keystone.po -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/locale/pt_BR/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/locale/zh_CN creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/locale/zh_CN/LC_MESSAGES copying build/lib/keystone/locale/zh_CN/LC_MESSAGES/keystone.mo -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/locale/zh_CN/LC_MESSAGES copying build/lib/keystone/locale/zh_CN/LC_MESSAGES/keystone.po -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/locale/zh_CN/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/locale/zh_TW creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/locale/zh_TW/LC_MESSAGES copying build/lib/keystone/locale/zh_TW/LC_MESSAGES/keystone.mo -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/locale/zh_TW/LC_MESSAGES copying build/lib/keystone/locale/zh_TW/LC_MESSAGES/keystone.po -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/locale/zh_TW/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/locale/tr_TR creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/locale/tr_TR/LC_MESSAGES copying build/lib/keystone/locale/tr_TR/LC_MESSAGES/keystone.mo -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/locale/tr_TR/LC_MESSAGES copying build/lib/keystone/locale/tr_TR/LC_MESSAGES/keystone.po -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/locale/tr_TR/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/identity creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/identity/backends copying build/lib/keystone/identity/backends/sql.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/identity/backends copying build/lib/keystone/identity/backends/base.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/identity/backends copying build/lib/keystone/identity/backends/sql_model.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/identity/backends copying build/lib/keystone/identity/backends/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/identity/backends creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/identity/backends/ldap copying build/lib/keystone/identity/backends/ldap/common.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/identity/backends/ldap copying build/lib/keystone/identity/backends/ldap/core.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/identity/backends/ldap copying build/lib/keystone/identity/backends/ldap/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/identity/backends/ldap copying build/lib/keystone/identity/backends/ldap/models.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/identity/backends/ldap copying build/lib/keystone/identity/backends/resource_options.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/identity/backends copying build/lib/keystone/identity/core.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/identity copying build/lib/keystone/identity/generator.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/identity creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/identity/shadow_backends copying build/lib/keystone/identity/shadow_backends/sql.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/identity/shadow_backends copying build/lib/keystone/identity/shadow_backends/base.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/identity/shadow_backends copying build/lib/keystone/identity/shadow_backends/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/identity/shadow_backends creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/identity/id_generators copying build/lib/keystone/identity/id_generators/sha256.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/identity/id_generators copying build/lib/keystone/identity/id_generators/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/identity/id_generators copying build/lib/keystone/identity/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/identity creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/identity/mapping_backends copying build/lib/keystone/identity/mapping_backends/sql.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/identity/mapping_backends copying build/lib/keystone/identity/mapping_backends/base.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/identity/mapping_backends copying build/lib/keystone/identity/mapping_backends/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/identity/mapping_backends copying build/lib/keystone/identity/mapping_backends/mapping.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/identity/mapping_backends copying build/lib/keystone/identity/schema.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/identity creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/auth copying build/lib/keystone/auth/core.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/auth creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/auth/plugins copying build/lib/keystone/auth/plugins/password.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/auth/plugins copying build/lib/keystone/auth/plugins/application_credential.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/auth/plugins copying build/lib/keystone/auth/plugins/external.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/auth/plugins copying build/lib/keystone/auth/plugins/oauth1.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/auth/plugins copying build/lib/keystone/auth/plugins/core.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/auth/plugins copying build/lib/keystone/auth/plugins/mapped.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/auth/plugins copying build/lib/keystone/auth/plugins/base.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/auth/plugins copying build/lib/keystone/auth/plugins/totp.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/auth/plugins copying build/lib/keystone/auth/plugins/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/auth/plugins copying build/lib/keystone/auth/plugins/token.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/auth/plugins copying build/lib/keystone/auth/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/auth copying build/lib/keystone/auth/schema.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/auth creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/conf copying build/lib/keystone/conf/fernet_tokens.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/conf copying build/lib/keystone/conf/receipt.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/conf copying build/lib/keystone/conf/constants.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/conf copying build/lib/keystone/conf/endpoint_policy.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/conf copying build/lib/keystone/conf/opts.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/conf copying build/lib/keystone/conf/federation.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/conf copying build/lib/keystone/conf/fernet_receipts.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/conf copying build/lib/keystone/conf/eventlet_server.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/conf copying build/lib/keystone/conf/tokenless_auth.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/conf copying build/lib/keystone/conf/endpoint_filter.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/conf copying build/lib/keystone/conf/application_credential.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/conf copying build/lib/keystone/conf/identity_mapping.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/conf copying build/lib/keystone/conf/oauth1.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/conf copying build/lib/keystone/conf/identity.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/conf copying build/lib/keystone/conf/shadow_users.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/conf copying build/lib/keystone/conf/catalog.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/conf copying build/lib/keystone/conf/utils.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/conf copying build/lib/keystone/conf/security_compliance.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/conf copying build/lib/keystone/conf/totp.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/conf copying build/lib/keystone/conf/policy.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/conf copying build/lib/keystone/conf/auth.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/conf copying build/lib/keystone/conf/wsgi.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/conf copying build/lib/keystone/conf/unified_limit.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/conf copying build/lib/keystone/conf/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/conf copying build/lib/keystone/conf/memcache.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/conf copying build/lib/keystone/conf/revoke.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/conf copying build/lib/keystone/conf/domain_config.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/conf copying build/lib/keystone/conf/assignment.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/conf copying build/lib/keystone/conf/role.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/conf copying build/lib/keystone/conf/trust.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/conf copying build/lib/keystone/conf/jwt_tokens.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/conf copying build/lib/keystone/conf/resource.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/conf copying build/lib/keystone/conf/default.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/conf copying build/lib/keystone/conf/token.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/conf copying build/lib/keystone/conf/saml.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/conf copying build/lib/keystone/conf/ldap.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/conf copying build/lib/keystone/conf/credential.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/conf creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/endpoint_policy creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/endpoint_policy/backends copying build/lib/keystone/endpoint_policy/backends/sql.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/endpoint_policy/backends copying build/lib/keystone/endpoint_policy/backends/base.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/endpoint_policy/backends copying build/lib/keystone/endpoint_policy/backends/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/endpoint_policy/backends copying build/lib/keystone/endpoint_policy/core.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/endpoint_policy copying build/lib/keystone/endpoint_policy/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/endpoint_policy creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/catalog creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/catalog/backends copying build/lib/keystone/catalog/backends/sql.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/catalog/backends copying build/lib/keystone/catalog/backends/base.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/catalog/backends copying build/lib/keystone/catalog/backends/templated.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/catalog/backends copying build/lib/keystone/catalog/backends/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/catalog/backends copying build/lib/keystone/catalog/core.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/catalog copying build/lib/keystone/catalog/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/catalog copying build/lib/keystone/catalog/schema.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/catalog creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/models copying build/lib/keystone/models/token_model.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/models copying build/lib/keystone/models/receipt_model.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/models copying build/lib/keystone/models/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/models copying build/lib/keystone/models/revoke_model.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/models creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/token creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/token/providers creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/token/providers/fernet copying build/lib/keystone/token/providers/fernet/core.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/token/providers/fernet copying build/lib/keystone/token/providers/fernet/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/token/providers/fernet copying build/lib/keystone/token/providers/base.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/token/providers creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/token/providers/jws copying build/lib/keystone/token/providers/jws/core.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/token/providers/jws copying build/lib/keystone/token/providers/jws/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/token/providers/jws copying build/lib/keystone/token/providers/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/token/providers copying build/lib/keystone/token/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/token copying build/lib/keystone/token/provider.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/token copying build/lib/keystone/token/token_formatters.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/token creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/api copying build/lib/keystone/api/endpoints.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/api copying build/lib/keystone/api/users.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/api creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/api/_shared copying build/lib/keystone/api/_shared/EC2_S3_Resource.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/api/_shared copying build/lib/keystone/api/_shared/json_home_relations.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/api/_shared copying build/lib/keystone/api/_shared/implied_roles.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/api/_shared copying build/lib/keystone/api/_shared/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/api/_shared copying build/lib/keystone/api/_shared/authentication.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/api/_shared copying build/lib/keystone/api/_shared/saml.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/api/_shared copying build/lib/keystone/api/s3tokens.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/api copying build/lib/keystone/api/role_assignments.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/api copying build/lib/keystone/api/projects.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/api copying build/lib/keystone/api/domains.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/api copying build/lib/keystone/api/regions.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/api copying build/lib/keystone/api/os_inherit.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/api copying build/lib/keystone/api/os_federation.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/api copying build/lib/keystone/api/system.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/api copying build/lib/keystone/api/credentials.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/api copying build/lib/keystone/api/policy.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/api copying build/lib/keystone/api/role_inferences.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/api copying build/lib/keystone/api/trusts.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/api copying build/lib/keystone/api/groups.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/api copying build/lib/keystone/api/discovery.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/api copying build/lib/keystone/api/auth.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/api copying build/lib/keystone/api/limits.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/api copying build/lib/keystone/api/os_revoke.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/api copying build/lib/keystone/api/ec2tokens.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/api copying build/lib/keystone/api/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/api copying build/lib/keystone/api/services.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/api copying build/lib/keystone/api/os_ep_filter.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/api copying build/lib/keystone/api/roles.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/api copying build/lib/keystone/api/os_simple_cert.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/api copying build/lib/keystone/api/os_oauth1.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/api copying build/lib/keystone/api/registered_limits.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/api creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/server copying build/lib/keystone/server/backends.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/server copying build/lib/keystone/server/wsgi.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/server copying build/lib/keystone/server/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/server creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/server/flask copying build/lib/keystone/server/flask/application.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/server/flask creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/server/flask/request_processing copying build/lib/keystone/server/flask/request_processing/json_body.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/server/flask/request_processing copying build/lib/keystone/server/flask/request_processing/req_logging.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/server/flask/request_processing copying build/lib/keystone/server/flask/request_processing/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/server/flask/request_processing creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/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-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/server/flask/request_processing/middleware copying build/lib/keystone/server/flask/request_processing/middleware/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/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-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/server/flask/request_processing/middleware copying build/lib/keystone/server/flask/common.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/server/flask copying build/lib/keystone/server/flask/core.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/server/flask copying build/lib/keystone/server/flask/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/server/flask creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/federation copying build/lib/keystone/federation/constants.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/federation creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/federation/backends copying build/lib/keystone/federation/backends/sql.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/federation/backends copying build/lib/keystone/federation/backends/base.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/federation/backends copying build/lib/keystone/federation/backends/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/federation/backends copying build/lib/keystone/federation/core.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/federation copying build/lib/keystone/federation/utils.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/federation copying build/lib/keystone/federation/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/federation copying build/lib/keystone/federation/schema.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/federation copying build/lib/keystone/federation/idp.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/federation creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/credential creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/credential/backends copying build/lib/keystone/credential/backends/sql.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/credential/backends copying build/lib/keystone/credential/backends/base.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/credential/backends copying build/lib/keystone/credential/backends/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/credential/backends creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/credential/providers creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/credential/providers/fernet copying build/lib/keystone/credential/providers/fernet/core.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/credential/providers/fernet copying build/lib/keystone/credential/providers/fernet/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/credential/providers/fernet copying build/lib/keystone/credential/providers/core.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/credential/providers copying build/lib/keystone/credential/providers/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/credential/providers copying build/lib/keystone/credential/core.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/credential copying build/lib/keystone/credential/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/credential copying build/lib/keystone/credential/schema.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/credential copying build/lib/keystone/credential/provider.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/credential creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/assignment creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/assignment/role_backends copying build/lib/keystone/assignment/role_backends/sql.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/assignment/role_backends copying build/lib/keystone/assignment/role_backends/base.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/assignment/role_backends copying build/lib/keystone/assignment/role_backends/sql_model.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/assignment/role_backends copying build/lib/keystone/assignment/role_backends/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/assignment/role_backends copying build/lib/keystone/assignment/role_backends/resource_options.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/assignment/role_backends creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/assignment/backends copying build/lib/keystone/assignment/backends/sql.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/assignment/backends copying build/lib/keystone/assignment/backends/base.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/assignment/backends copying build/lib/keystone/assignment/backends/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/assignment/backends copying build/lib/keystone/assignment/core.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/assignment copying build/lib/keystone/assignment/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/assignment copying build/lib/keystone/assignment/schema.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/assignment creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/revoke creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/revoke/backends copying build/lib/keystone/revoke/backends/sql.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/revoke/backends copying build/lib/keystone/revoke/backends/base.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/revoke/backends copying build/lib/keystone/revoke/backends/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/revoke/backends copying build/lib/keystone/revoke/model.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/revoke copying build/lib/keystone/revoke/core.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/revoke copying build/lib/keystone/revoke/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/revoke creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/receipt creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/receipt/providers creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/receipt/providers/fernet copying build/lib/keystone/receipt/providers/fernet/core.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/receipt/providers/fernet copying build/lib/keystone/receipt/providers/fernet/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/receipt/providers/fernet copying build/lib/keystone/receipt/providers/base.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/receipt/providers copying build/lib/keystone/receipt/providers/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/receipt/providers copying build/lib/keystone/receipt/receipt_formatters.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/receipt copying build/lib/keystone/receipt/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/receipt copying build/lib/keystone/receipt/provider.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/receipt copying build/lib/keystone/receipt/handlers.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/receipt copying build/lib/keystone/exception.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common copying build/lib/keystone/common/authorization.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common copying build/lib/keystone/common/json_home.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common copying build/lib/keystone/common/context.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common copying build/lib/keystone/common/tokenless_auth.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/validation copying build/lib/keystone/common/validation/parameter_types.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/validation copying build/lib/keystone/common/validation/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/validation copying build/lib/keystone/common/validation/validators.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/validation creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/resource_options creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/resource_options/options copying build/lib/keystone/common/resource_options/options/immutable.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/resource_options/options copying build/lib/keystone/common/resource_options/options/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/resource_options/options copying build/lib/keystone/common/resource_options/core.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/resource_options copying build/lib/keystone/common/resource_options/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/resource_options creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/sql creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/sql/migrations copying build/lib/keystone/common/sql/migrations/env.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/sql/migrations copying build/lib/keystone/common/sql/migrations/README.rst -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/sql/migrations copying build/lib/keystone/common/sql/migrations/script.py.mako -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/sql/migrations creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/sql/migrations/versions copying build/lib/keystone/common/sql/migrations/versions/27e647c0fad4_initial_version.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/sql/migrations/versions creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/sql/migrations/versions/yoga creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/sql/migrations/versions/yoga/expand copying build/lib/keystone/common/sql/migrations/versions/yoga/expand/29e87d24a316_initial.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/sql/migrations/versions/yoga/expand creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/sql/migrations/versions/yoga/contract copying build/lib/keystone/common/sql/migrations/versions/yoga/contract/e25ffa003242_initial.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/sql/migrations/versions/yoga/contract copying build/lib/keystone/common/sql/migrations/versions/CONTRACT_HEAD -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/sql/migrations/versions copying build/lib/keystone/common/sql/migrations/versions/EXPAND_HEAD -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/sql/migrations/versions copying build/lib/keystone/common/sql/alembic.ini -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/sql copying build/lib/keystone/common/sql/core.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/sql creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/sql/legacy_migrations creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/sql/legacy_migrations/contract_repo copying build/lib/keystone/common/sql/legacy_migrations/contract_repo/migrate.cfg -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/sql/legacy_migrations/contract_repo copying build/lib/keystone/common/sql/legacy_migrations/contract_repo/manage.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/sql/legacy_migrations/contract_repo copying build/lib/keystone/common/sql/legacy_migrations/contract_repo/README.rst -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/sql/legacy_migrations/contract_repo creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/sql/legacy_migrations/contract_repo/versions copying build/lib/keystone/common/sql/legacy_migrations/contract_repo/versions/073_contract_initial_migration.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/sql/legacy_migrations/contract_repo/versions copying build/lib/keystone/common/sql/legacy_migrations/contract_repo/versions/079_contract_update_local_id_limit.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/sql/legacy_migrations/contract_repo/versions copying build/lib/keystone/common/sql/legacy_migrations/contract_repo/versions/076_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/sql/legacy_migrations/contract_repo/versions copying build/lib/keystone/common/sql/legacy_migrations/contract_repo/versions/075_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/sql/legacy_migrations/contract_repo/versions copying build/lib/keystone/common/sql/legacy_migrations/contract_repo/versions/077_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/sql/legacy_migrations/contract_repo/versions copying build/lib/keystone/common/sql/legacy_migrations/contract_repo/versions/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/sql/legacy_migrations/contract_repo/versions copying build/lib/keystone/common/sql/legacy_migrations/contract_repo/versions/074_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/sql/legacy_migrations/contract_repo/versions copying build/lib/keystone/common/sql/legacy_migrations/contract_repo/versions/078_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/sql/legacy_migrations/contract_repo/versions copying build/lib/keystone/common/sql/legacy_migrations/contract_repo/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/sql/legacy_migrations/contract_repo creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/sql/legacy_migrations/data_migration_repo copying build/lib/keystone/common/sql/legacy_migrations/data_migration_repo/migrate.cfg -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/sql/legacy_migrations/data_migration_repo copying build/lib/keystone/common/sql/legacy_migrations/data_migration_repo/manage.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/sql/legacy_migrations/data_migration_repo copying build/lib/keystone/common/sql/legacy_migrations/data_migration_repo/README.rst -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/sql/legacy_migrations/data_migration_repo creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/sql/legacy_migrations/data_migration_repo/versions copying build/lib/keystone/common/sql/legacy_migrations/data_migration_repo/versions/076_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/sql/legacy_migrations/data_migration_repo/versions copying build/lib/keystone/common/sql/legacy_migrations/data_migration_repo/versions/075_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/sql/legacy_migrations/data_migration_repo/versions copying build/lib/keystone/common/sql/legacy_migrations/data_migration_repo/versions/073_migrate_initial_migration.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/sql/legacy_migrations/data_migration_repo/versions copying build/lib/keystone/common/sql/legacy_migrations/data_migration_repo/versions/077_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/sql/legacy_migrations/data_migration_repo/versions copying build/lib/keystone/common/sql/legacy_migrations/data_migration_repo/versions/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/sql/legacy_migrations/data_migration_repo/versions copying build/lib/keystone/common/sql/legacy_migrations/data_migration_repo/versions/074_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/sql/legacy_migrations/data_migration_repo/versions copying build/lib/keystone/common/sql/legacy_migrations/data_migration_repo/versions/079_migrate_update_local_id_limit.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/sql/legacy_migrations/data_migration_repo/versions copying build/lib/keystone/common/sql/legacy_migrations/data_migration_repo/versions/078_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/sql/legacy_migrations/data_migration_repo/versions copying build/lib/keystone/common/sql/legacy_migrations/data_migration_repo/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/sql/legacy_migrations/data_migration_repo copying build/lib/keystone/common/sql/legacy_migrations/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/sql/legacy_migrations creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/sql/legacy_migrations/expand_repo copying build/lib/keystone/common/sql/legacy_migrations/expand_repo/migrate.cfg -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/sql/legacy_migrations/expand_repo copying build/lib/keystone/common/sql/legacy_migrations/expand_repo/manage.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/sql/legacy_migrations/expand_repo copying build/lib/keystone/common/sql/legacy_migrations/expand_repo/README.rst -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/sql/legacy_migrations/expand_repo creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/sql/legacy_migrations/expand_repo/versions copying build/lib/keystone/common/sql/legacy_migrations/expand_repo/versions/073_expand_initial_migration.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/sql/legacy_migrations/expand_repo/versions copying build/lib/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/sql/legacy_migrations/expand_repo/versions copying build/lib/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/sql/legacy_migrations/expand_repo/versions copying build/lib/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/sql/legacy_migrations/expand_repo/versions copying build/lib/keystone/common/sql/legacy_migrations/expand_repo/versions/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/sql/legacy_migrations/expand_repo/versions copying build/lib/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/sql/legacy_migrations/expand_repo/versions copying build/lib/keystone/common/sql/legacy_migrations/expand_repo/versions/079_expand_update_local_id_limit.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/sql/legacy_migrations/expand_repo/versions copying build/lib/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/sql/legacy_migrations/expand_repo/versions copying build/lib/keystone/common/sql/legacy_migrations/expand_repo/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/sql/legacy_migrations/expand_repo copying build/lib/keystone/common/sql/upgrades.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/sql copying build/lib/keystone/common/sql/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/sql copying build/lib/keystone/common/manager.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common copying build/lib/keystone/common/driver_hints.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/policies copying build/lib/keystone/common/policies/token_revocation.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/policies copying build/lib/keystone/common/policies/project.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/policies copying build/lib/keystone/common/policies/service_provider.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/policies copying build/lib/keystone/common/policies/limit.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/policies copying build/lib/keystone/common/policies/endpoint.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/policies copying build/lib/keystone/common/policies/application_credential.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/policies copying build/lib/keystone/common/policies/implied_role.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/policies copying build/lib/keystone/common/policies/revoke_event.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/policies copying build/lib/keystone/common/policies/access_rule.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/policies copying build/lib/keystone/common/policies/group.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/policies copying build/lib/keystone/common/policies/grant.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/policies copying build/lib/keystone/common/policies/endpoint_group.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/policies copying build/lib/keystone/common/policies/base.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/policies copying build/lib/keystone/common/policies/policy.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/policies copying build/lib/keystone/common/policies/domain.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/policies copying build/lib/keystone/common/policies/access_token.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/policies copying build/lib/keystone/common/policies/auth.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/policies copying build/lib/keystone/common/policies/protocol.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/policies copying build/lib/keystone/common/policies/registered_limit.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/policies copying build/lib/keystone/common/policies/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/policies copying build/lib/keystone/common/policies/ec2_credential.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/policies copying build/lib/keystone/common/policies/domain_config.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/policies copying build/lib/keystone/common/policies/project_endpoint.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/policies copying build/lib/keystone/common/policies/role.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/policies copying build/lib/keystone/common/policies/mapping.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/policies copying build/lib/keystone/common/policies/trust.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/policies copying build/lib/keystone/common/policies/region.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/policies copying build/lib/keystone/common/policies/service.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/policies copying build/lib/keystone/common/policies/token.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/policies copying build/lib/keystone/common/policies/role_assignment.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/policies copying build/lib/keystone/common/policies/identity_provider.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/policies copying build/lib/keystone/common/policies/user.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/policies copying build/lib/keystone/common/policies/policy_association.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/policies copying build/lib/keystone/common/policies/consumer.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/policies copying build/lib/keystone/common/policies/credential.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/policies copying build/lib/keystone/common/provider_api.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common copying build/lib/keystone/common/utils.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common copying build/lib/keystone/common/jwt_utils.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common copying build/lib/keystone/common/profiler.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common copying build/lib/keystone/common/render_token.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common copying build/lib/keystone/common/password_hashing.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common copying build/lib/keystone/common/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/cache copying build/lib/keystone/common/cache/_context_cache.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/cache copying build/lib/keystone/common/cache/core.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/cache copying build/lib/keystone/common/cache/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/cache copying build/lib/keystone/common/fernet_utils.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/rbac_enforcer copying build/lib/keystone/common/rbac_enforcer/enforcer.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/rbac_enforcer copying build/lib/keystone/common/rbac_enforcer/policy.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/rbac_enforcer copying build/lib/keystone/common/rbac_enforcer/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/rbac_enforcer copying build/lib/keystone/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/cmd copying build/lib/keystone/cmd/manage.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/cmd copying build/lib/keystone/cmd/bootstrap.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/cmd copying build/lib/keystone/cmd/status.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/cmd copying build/lib/keystone/cmd/cli.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/cmd copying build/lib/keystone/cmd/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/cmd creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/cmd/doctor copying build/lib/keystone/cmd/doctor/tokens.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/cmd/doctor copying build/lib/keystone/cmd/doctor/federation.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/cmd/doctor copying build/lib/keystone/cmd/doctor/tokens_fernet.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/cmd/doctor copying build/lib/keystone/cmd/doctor/database.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/cmd/doctor copying build/lib/keystone/cmd/doctor/security_compliance.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/cmd/doctor copying build/lib/keystone/cmd/doctor/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/cmd/doctor copying build/lib/keystone/cmd/doctor/caching.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/cmd/doctor copying build/lib/keystone/cmd/doctor/ldap.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/cmd/doctor copying build/lib/keystone/cmd/doctor/debug.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/cmd/doctor copying build/lib/keystone/cmd/doctor/credential.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/cmd/doctor creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/application_credential creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/application_credential/backends copying build/lib/keystone/application_credential/backends/sql.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/application_credential/backends copying build/lib/keystone/application_credential/backends/base.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/application_credential/backends copying build/lib/keystone/application_credential/backends/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/application_credential/backends copying build/lib/keystone/application_credential/core.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/application_credential copying build/lib/keystone/application_credential/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/application_credential copying build/lib/keystone/application_credential/schema.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/application_credential creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/oauth1 creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/oauth1/backends copying build/lib/keystone/oauth1/backends/sql.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/oauth1/backends copying build/lib/keystone/oauth1/backends/base.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/oauth1/backends copying build/lib/keystone/oauth1/backends/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/oauth1/backends copying build/lib/keystone/oauth1/core.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/oauth1 copying build/lib/keystone/oauth1/validator.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/oauth1 copying build/lib/keystone/oauth1/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/oauth1 copying build/lib/keystone/oauth1/schema.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/oauth1 creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/limit creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/limit/models copying build/lib/keystone/limit/models/strict_two_level.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/limit/models copying build/lib/keystone/limit/models/base.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/limit/models copying build/lib/keystone/limit/models/flat.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/limit/models copying build/lib/keystone/limit/models/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/limit/models creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/limit/backends copying build/lib/keystone/limit/backends/sql.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/limit/backends copying build/lib/keystone/limit/backends/base.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/limit/backends copying build/lib/keystone/limit/backends/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/limit/backends copying build/lib/keystone/limit/core.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/limit copying build/lib/keystone/limit/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/limit copying build/lib/keystone/limit/schema.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/limit copying build/lib/keystone/i18n.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone copying build/lib/keystone/notifications.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/policy creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/policy/backends copying build/lib/keystone/policy/backends/sql.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/policy/backends copying build/lib/keystone/policy/backends/base.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/policy/backends copying build/lib/keystone/policy/backends/rules.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/policy/backends copying build/lib/keystone/policy/backends/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/policy/backends copying build/lib/keystone/policy/core.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/policy copying build/lib/keystone/policy/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/policy copying build/lib/keystone/policy/schema.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/policy creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/resource creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/resource/backends copying build/lib/keystone/resource/backends/sql.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/resource/backends copying build/lib/keystone/resource/backends/base.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/resource/backends copying build/lib/keystone/resource/backends/sql_model.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/resource/backends copying build/lib/keystone/resource/backends/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/resource/backends copying build/lib/keystone/resource/backends/resource_options.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/resource/backends copying build/lib/keystone/resource/core.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/resource creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/resource/config_backends copying build/lib/keystone/resource/config_backends/sql.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/resource/config_backends copying build/lib/keystone/resource/config_backends/base.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/resource/config_backends copying build/lib/keystone/resource/config_backends/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/resource/config_backends copying build/lib/keystone/resource/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/resource copying build/lib/keystone/resource/schema.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/resource creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/hacking copying build/lib/keystone/tests/hacking/checks.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/hacking copying build/lib/keystone/tests/hacking/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/hacking creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/functional copying build/lib/keystone/tests/functional/core.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/functional creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/functional/shared copying build/lib/keystone/tests/functional/shared/test_running.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/functional/shared copying build/lib/keystone/tests/functional/shared/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/functional/shared copying build/lib/keystone/tests/functional/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/functional creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/common copying build/lib/keystone/tests/common/auth.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/common copying build/lib/keystone/tests/common/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/common copying build/lib/keystone/tests/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/trust copying build/lib/keystone/tests/unit/trust/test_backends.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/trust copying build/lib/keystone/tests/unit/trust/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/trust creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/identity copying build/lib/keystone/tests/unit/identity/test_backends.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/identity creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/identity/backends copying build/lib/keystone/tests/unit/identity/backends/test_base.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/identity/backends copying build/lib/keystone/tests/unit/identity/backends/test_ldap_common.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/identity/backends copying build/lib/keystone/tests/unit/identity/backends/test_sql.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/identity/backends copying build/lib/keystone/tests/unit/identity/backends/test_ldap.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/identity/backends copying build/lib/keystone/tests/unit/identity/backends/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/identity/backends copying build/lib/keystone/tests/unit/identity/test_core.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/identity copying build/lib/keystone/tests/unit/identity/test_backend_sql.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/identity copying build/lib/keystone/tests/unit/identity/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/identity creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/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-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/identity/shadow_users copying build/lib/keystone/tests/unit/identity/shadow_users/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/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-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/identity/shadow_users copying build/lib/keystone/tests/unit/base_classes.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit copying build/lib/keystone/tests/unit/mapping_fixtures.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/saml2 copying build/lib/keystone/tests/unit/saml2/idp_saml2_metadata.xml -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/saml2 copying build/lib/keystone/tests/unit/saml2/signed_saml2_assertion.xml -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/saml2 copying build/lib/keystone/tests/unit/test_cli.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit copying build/lib/keystone/tests/unit/test_url_middleware.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit copying build/lib/keystone/tests/unit/test_v3_filters.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/backend copying build/lib/keystone/tests/unit/backend/core_sql.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/backend copying build/lib/keystone/tests/unit/backend/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/backend copying build/lib/keystone/tests/unit/backend/core_ldap.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/backend copying build/lib/keystone/tests/unit/filtering.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit copying build/lib/keystone/tests/unit/test_v3_domain_config.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/auth copying build/lib/keystone/tests/unit/auth/test_schema.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/auth creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/auth/plugins copying build/lib/keystone/tests/unit/auth/plugins/test_core.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/auth/plugins copying build/lib/keystone/tests/unit/auth/plugins/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/auth/plugins copying build/lib/keystone/tests/unit/auth/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/auth copying build/lib/keystone/tests/unit/auth/test_controllers.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/auth copying build/lib/keystone/tests/unit/test_backend_ldap_pool.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit copying build/lib/keystone/tests/unit/test_middleware.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit copying build/lib/keystone/tests/unit/test_v3_catalog.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit copying build/lib/keystone/tests/unit/test_contrib_s3_core.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit copying build/lib/keystone/tests/unit/test_contrib_ec2_core.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/endpoint_policy creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/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-21.0.0-1.el9s.noarch/usr/lib/python3.9/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-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/endpoint_policy/backends copying build/lib/keystone/tests/unit/endpoint_policy/backends/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/endpoint_policy/backends copying build/lib/keystone/tests/unit/endpoint_policy/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/endpoint_policy copying build/lib/keystone/tests/unit/test_shadow_users.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit copying build/lib/keystone/tests/unit/test_ldap_livetest.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/catalog copying build/lib/keystone/tests/unit/catalog/test_backends.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/catalog copying build/lib/keystone/tests/unit/catalog/test_core.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/catalog copying build/lib/keystone/tests/unit/catalog/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/catalog copying build/lib/keystone/tests/unit/test_backend_federation_sql.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit copying build/lib/keystone/tests/unit/test_backend_id_mapping_sql.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit copying build/lib/keystone/tests/unit/test_v3_resource.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit copying build/lib/keystone/tests/unit/fakeldap.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit copying build/lib/keystone/tests/unit/test_hacking_checks.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit copying build/lib/keystone/tests/unit/identity_mapping.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit copying build/lib/keystone/tests/unit/test_v3_credential.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/contrib creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/contrib/federation copying build/lib/keystone/tests/unit/contrib/federation/test_utils.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/contrib/federation copying build/lib/keystone/tests/unit/contrib/federation/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/contrib/federation copying build/lib/keystone/tests/unit/contrib/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/contrib copying build/lib/keystone/tests/unit/test_ldap_pool_livetest.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit copying build/lib/keystone/tests/unit/test_validation.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/token copying build/lib/keystone/tests/unit/token/test_jws_provider.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/token copying build/lib/keystone/tests/unit/token/test_token_serialization.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/token copying build/lib/keystone/tests/unit/token/test_fernet_provider.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/token copying build/lib/keystone/tests/unit/token/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/token copying build/lib/keystone/tests/unit/test_associate_project_endpoint_extension.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit copying build/lib/keystone/tests/unit/test_config.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit copying build/lib/keystone/tests/unit/default_catalog_multi_region.templates -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit copying build/lib/keystone/tests/unit/test_v3_oauth1.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit copying build/lib/keystone/tests/unit/test_backend_endpoint_policy_sql.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit copying build/lib/keystone/tests/unit/test_v3_endpoint_policy.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit copying build/lib/keystone/tests/unit/test_driver_hints.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit copying build/lib/keystone/tests/unit/test_backend_ldap.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/external copying build/lib/keystone/tests/unit/external/README.rst -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/external copying build/lib/keystone/tests/unit/external/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/external copying build/lib/keystone/tests/unit/external/test_timeutils.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/external copying build/lib/keystone/tests/unit/test_v3_trust.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/server copying build/lib/keystone/tests/unit/server/test_keystone_flask.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/server copying build/lib/keystone/tests/unit/server/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/server copying build/lib/keystone/tests/unit/test_sql_upgrade.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit copying build/lib/keystone/tests/unit/test_v3.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit copying build/lib/keystone/tests/unit/test_auth_plugin.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit copying build/lib/keystone/tests/unit/test_exception.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit copying build/lib/keystone/tests/unit/core.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit copying build/lib/keystone/tests/unit/test_policy.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit copying build/lib/keystone/tests/unit/test_backend_rules.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit copying build/lib/keystone/tests/unit/utils.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit copying build/lib/keystone/tests/unit/test_backend_sql.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit copying build/lib/keystone/tests/unit/default_catalog.templates -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/federation copying build/lib/keystone/tests/unit/federation/test_core.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/federation copying build/lib/keystone/tests/unit/federation/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/federation copying build/lib/keystone/tests/unit/test_v3_identity.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit copying build/lib/keystone/tests/unit/test_v3_assignment.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit copying build/lib/keystone/tests/unit/test_sql_banned_operations.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit copying build/lib/keystone/tests/unit/test_versions.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/credential copying build/lib/keystone/tests/unit/credential/test_fernet_provider.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/credential copying build/lib/keystone/tests/unit/credential/test_backend_sql.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/credential copying build/lib/keystone/tests/unit/credential/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/credential copying build/lib/keystone/tests/unit/rest.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit copying build/lib/keystone/tests/unit/test_v3_application_credential.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit copying build/lib/keystone/tests/unit/test_v3_os_revoke.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/assignment creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/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-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/assignment/role_backends copying build/lib/keystone/tests/unit/assignment/role_backends/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/assignment/role_backends copying build/lib/keystone/tests/unit/assignment/test_backends.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/assignment copying build/lib/keystone/tests/unit/assignment/test_core.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/assignment copying build/lib/keystone/tests/unit/assignment/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/assignment copying build/lib/keystone/tests/unit/test_v3_federation.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/receipt copying build/lib/keystone/tests/unit/receipt/test_fernet_provider.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/receipt copying build/lib/keystone/tests/unit/receipt/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/receipt copying build/lib/keystone/tests/unit/receipt/test_receipt_serialization.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/receipt creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/config_files copying build/lib/keystone/tests/unit/config_files/backend_pool_liveldap.conf -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/config_files copying build/lib/keystone/tests/unit/config_files/backend_tls_liveldap.conf -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/config_files creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/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-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/config_files/domain_configs_default_ldap_one_sql creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/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-21.0.0-1.el9s.noarch/usr/lib/python3.9/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-21.0.0-1.el9s.noarch/usr/lib/python3.9/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-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/config_files/domain_configs_multi_ldap copying build/lib/keystone/tests/unit/config_files/backend_liveldap.conf -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/config_files creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/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-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/config_files/domain_configs_one_extra_sql copying build/lib/keystone/tests/unit/config_files/backend_ldap_sql.conf -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/config_files creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/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-21.0.0-1.el9s.noarch/usr/lib/python3.9/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-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/config_files/domain_configs_one_sql_one_ldap copying build/lib/keystone/tests/unit/config_files/backend_ldap_pool.conf -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/config_files copying build/lib/keystone/tests/unit/config_files/backend_ldap.conf -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/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-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/config_files copying build/lib/keystone/tests/unit/config_files/backend_sql.conf -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/config_files copying build/lib/keystone/tests/unit/config_files/test_auth_plugin.conf -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/config_files copying build/lib/keystone/tests/unit/federation_fixtures.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit copying build/lib/keystone/tests/unit/test_v3_auth.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit copying build/lib/keystone/tests/unit/test_token_provider.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit copying build/lib/keystone/tests/unit/test_receipt_provider.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/common copying build/lib/keystone/tests/unit/common/test_notifications.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/common copying build/lib/keystone/tests/unit/common/test_provider_api.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/common copying build/lib/keystone/tests/unit/common/test_resource_options_common.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/common copying build/lib/keystone/tests/unit/common/test_rbac_enforcer.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/common creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/common/sql copying build/lib/keystone/tests/unit/common/sql/test_upgrades.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/common/sql copying build/lib/keystone/tests/unit/common/test_json_home.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/common copying build/lib/keystone/tests/unit/common/test_utils.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/common copying build/lib/keystone/tests/unit/common/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/common copying build/lib/keystone/tests/unit/common/test_database_conflicts.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/common copying build/lib/keystone/tests/unit/common/test_sql_core.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/common copying build/lib/keystone/tests/unit/common/test_cache.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/common copying build/lib/keystone/tests/unit/test_contrib_simple_cert.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit copying build/lib/keystone/tests/unit/default_fixtures.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit copying build/lib/keystone/tests/unit/test_v3_policy.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit copying build/lib/keystone/tests/unit/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit copying build/lib/keystone/tests/unit/test_revoke.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/application_credential copying build/lib/keystone/tests/unit/application_credential/test_backends.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/application_credential creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/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-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/application_credential/backends copying build/lib/keystone/tests/unit/application_credential/backends/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/application_credential/backends copying build/lib/keystone/tests/unit/application_credential/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/application_credential copying build/lib/keystone/tests/unit/test_healthcheck.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit copying build/lib/keystone/tests/unit/test_limits.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/limit copying build/lib/keystone/tests/unit/limit/test_backends.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/limit copying build/lib/keystone/tests/unit/limit/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/limit copying build/lib/keystone/tests/unit/test_ldap_tls_livetest.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit copying build/lib/keystone/tests/unit/test_entry_points.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit copying build/lib/keystone/tests/unit/test_backend_templated.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/policy copying build/lib/keystone/tests/unit/policy/test_backends.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/policy creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/policy/backends copying build/lib/keystone/tests/unit/policy/backends/test_base.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/policy/backends copying build/lib/keystone/tests/unit/policy/backends/test_sql.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/policy/backends copying build/lib/keystone/tests/unit/policy/backends/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/policy/backends copying build/lib/keystone/tests/unit/policy/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/policy copying build/lib/keystone/tests/unit/test_backend_endpoint_policy.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/resource copying build/lib/keystone/tests/unit/resource/test_backends.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/resource creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/resource/backends copying build/lib/keystone/tests/unit/resource/backends/test_sql.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/resource/backends copying build/lib/keystone/tests/unit/resource/backends/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/resource/backends copying build/lib/keystone/tests/unit/resource/test_core.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/resource creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/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-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/resource/config_backends copying build/lib/keystone/tests/unit/resource/config_backends/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/resource/config_backends copying build/lib/keystone/tests/unit/resource/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/resource copying build/lib/keystone/tests/unit/test_app_config.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/ksfixtures copying build/lib/keystone/tests/unit/ksfixtures/logging.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/ksfixtures copying build/lib/keystone/tests/unit/ksfixtures/cache.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/ksfixtures copying build/lib/keystone/tests/unit/ksfixtures/hacking.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/ksfixtures copying build/lib/keystone/tests/unit/ksfixtures/ldapdb.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/ksfixtures copying build/lib/keystone/tests/unit/ksfixtures/database.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/ksfixtures copying build/lib/keystone/tests/unit/ksfixtures/temporaryfile.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/ksfixtures copying build/lib/keystone/tests/unit/ksfixtures/auth_plugins.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/ksfixtures copying build/lib/keystone/tests/unit/ksfixtures/warnings.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/ksfixtures copying build/lib/keystone/tests/unit/ksfixtures/backendloader.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/ksfixtures copying build/lib/keystone/tests/unit/ksfixtures/policy.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/ksfixtures copying build/lib/keystone/tests/unit/ksfixtures/key_repository.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/ksfixtures copying build/lib/keystone/tests/unit/ksfixtures/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/ksfixtures copying build/lib/keystone/tests/unit/ksfixtures/jws_key_repository.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/ksfixtures creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/tests copying build/lib/keystone/tests/unit/tests/test_utils.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/tests copying build/lib/keystone/tests/unit/tests/test_core.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/tests copying build/lib/keystone/tests/unit/tests/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/tests creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/protection creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/protection/v3 copying build/lib/keystone/tests/protection/v3/test_assignment.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/protection/v3 copying build/lib/keystone/tests/protection/v3/test_roles.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/protection/v3 copying build/lib/keystone/tests/protection/v3/test_mappings.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/protection/v3 copying build/lib/keystone/tests/protection/v3/test_registered_limits.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/protection/v3 copying build/lib/keystone/tests/protection/v3/test_endpoint_group.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/protection/v3 copying build/lib/keystone/tests/protection/v3/test_service_providers.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/protection/v3 copying build/lib/keystone/tests/protection/v3/test_groups.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/protection/v3 copying build/lib/keystone/tests/protection/v3/test_tokens.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/protection/v3 copying build/lib/keystone/tests/protection/v3/test_ec2_credential.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/protection/v3 copying build/lib/keystone/tests/protection/v3/test_grants.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/protection/v3 copying build/lib/keystone/tests/protection/v3/test_domain_config.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/protection/v3 copying build/lib/keystone/tests/protection/v3/test_projects.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/protection/v3 copying build/lib/keystone/tests/protection/v3/test_endpoints.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/protection/v3 copying build/lib/keystone/tests/protection/v3/test_regions.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/protection/v3 copying build/lib/keystone/tests/protection/v3/test_services.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/protection/v3 copying build/lib/keystone/tests/protection/v3/test_project_endpoint.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/protection/v3 copying build/lib/keystone/tests/protection/v3/test_policy.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/protection/v3 copying build/lib/keystone/tests/protection/v3/test_credentials.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/protection/v3 copying build/lib/keystone/tests/protection/v3/test_protocols.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/protection/v3 copying build/lib/keystone/tests/protection/v3/test_access_rules.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/protection/v3 copying build/lib/keystone/tests/protection/v3/test_domains.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/protection/v3 copying build/lib/keystone/tests/protection/v3/test_system_assignments.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/protection/v3 copying build/lib/keystone/tests/protection/v3/test_trusts.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/protection/v3 copying build/lib/keystone/tests/protection/v3/test_users.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/protection/v3 copying build/lib/keystone/tests/protection/v3/test_domain_roles.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/protection/v3 copying build/lib/keystone/tests/protection/v3/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/protection/v3 copying build/lib/keystone/tests/protection/v3/test_identity_providers.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/protection/v3 copying build/lib/keystone/tests/protection/v3/test_limits.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/protection/v3 copying build/lib/keystone/tests/protection/v3/test_implied_roles.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/protection/v3 copying build/lib/keystone/tests/protection/v3/test_project_tags.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/protection/v3 copying build/lib/keystone/tests/protection/v3/test_policy_association.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/protection/v3 copying build/lib/keystone/tests/protection/v3/test_application_credential.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/protection/v3 copying build/lib/keystone/tests/protection/v3/test_consumer.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/protection/v3 copying build/lib/keystone/tests/protection/__init__.py -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/protection byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/version.py to version.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/trust/backends/sql.py to sql.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/trust/backends/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/trust/backends/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/trust/core.py to core.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/trust/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/trust/schema.py to schema.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/identity/backends/sql.py to sql.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/identity/backends/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/identity/backends/sql_model.py to sql_model.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/identity/backends/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/identity/backends/ldap/common.py to common.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/identity/backends/ldap/core.py to core.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/identity/backends/ldap/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/identity/backends/ldap/models.py to models.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/identity/backends/resource_options.py to resource_options.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/identity/core.py to core.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/identity/generator.py to generator.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/identity/shadow_backends/sql.py to sql.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/identity/shadow_backends/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/identity/shadow_backends/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/identity/id_generators/sha256.py to sha256.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/identity/id_generators/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/identity/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/identity/mapping_backends/sql.py to sql.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/identity/mapping_backends/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/identity/mapping_backends/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/identity/mapping_backends/mapping.py to mapping.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/identity/schema.py to schema.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/auth/core.py to core.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/auth/plugins/password.py to password.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/auth/plugins/application_credential.py to application_credential.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/auth/plugins/external.py to external.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/auth/plugins/oauth1.py to oauth1.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/auth/plugins/core.py to core.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/auth/plugins/mapped.py to mapped.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/auth/plugins/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/auth/plugins/totp.py to totp.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/auth/plugins/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/auth/plugins/token.py to token.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/auth/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/auth/schema.py to schema.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/conf/fernet_tokens.py to fernet_tokens.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/conf/receipt.py to receipt.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/conf/constants.py to constants.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/conf/endpoint_policy.py to endpoint_policy.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/conf/opts.py to opts.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/conf/federation.py to federation.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/conf/fernet_receipts.py to fernet_receipts.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/conf/eventlet_server.py to eventlet_server.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/conf/tokenless_auth.py to tokenless_auth.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/conf/endpoint_filter.py to endpoint_filter.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/conf/application_credential.py to application_credential.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/conf/identity_mapping.py to identity_mapping.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/conf/oauth1.py to oauth1.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/conf/identity.py to identity.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/conf/shadow_users.py to shadow_users.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/conf/catalog.py to catalog.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/conf/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/conf/security_compliance.py to security_compliance.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/conf/totp.py to totp.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/conf/policy.py to policy.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/conf/auth.py to auth.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/conf/wsgi.py to wsgi.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/conf/unified_limit.py to unified_limit.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/conf/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/conf/memcache.py to memcache.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/conf/revoke.py to revoke.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/conf/domain_config.py to domain_config.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/conf/assignment.py to assignment.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/conf/role.py to role.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/conf/trust.py to trust.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/conf/jwt_tokens.py to jwt_tokens.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/conf/resource.py to resource.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/conf/default.py to default.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/conf/token.py to token.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/conf/saml.py to saml.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/conf/ldap.py to ldap.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/conf/credential.py to credential.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/endpoint_policy/backends/sql.py to sql.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/endpoint_policy/backends/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/endpoint_policy/backends/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/endpoint_policy/core.py to core.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/endpoint_policy/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/catalog/backends/sql.py to sql.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/catalog/backends/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/catalog/backends/templated.py to templated.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/catalog/backends/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/catalog/core.py to core.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/catalog/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/catalog/schema.py to schema.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/models/token_model.py to token_model.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/models/receipt_model.py to receipt_model.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/models/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/models/revoke_model.py to revoke_model.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/token/providers/fernet/core.py to core.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/token/providers/fernet/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/token/providers/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/token/providers/jws/core.py to core.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/token/providers/jws/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/token/providers/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/token/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/token/provider.py to provider.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/token/token_formatters.py to token_formatters.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/api/endpoints.py to endpoints.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/api/users.py to users.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/api/_shared/EC2_S3_Resource.py to EC2_S3_Resource.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/api/_shared/json_home_relations.py to json_home_relations.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/api/_shared/implied_roles.py to implied_roles.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/api/_shared/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/api/_shared/authentication.py to authentication.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/api/_shared/saml.py to saml.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/api/s3tokens.py to s3tokens.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/api/role_assignments.py to role_assignments.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/api/projects.py to projects.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/api/domains.py to domains.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/api/regions.py to regions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/api/os_inherit.py to os_inherit.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/api/os_federation.py to os_federation.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/api/system.py to system.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/api/credentials.py to credentials.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/api/policy.py to policy.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/api/role_inferences.py to role_inferences.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/api/trusts.py to trusts.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/api/groups.py to groups.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/api/discovery.py to discovery.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/api/auth.py to auth.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/api/limits.py to limits.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/api/os_revoke.py to os_revoke.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/api/ec2tokens.py to ec2tokens.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/api/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/api/services.py to services.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/api/os_ep_filter.py to os_ep_filter.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/api/roles.py to roles.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/api/os_simple_cert.py to os_simple_cert.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/api/os_oauth1.py to os_oauth1.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/api/registered_limits.py to registered_limits.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/server/backends.py to backends.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/server/wsgi.py to wsgi.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/server/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/server/flask/application.py to application.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/server/flask/request_processing/json_body.py to json_body.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/server/flask/request_processing/req_logging.py to req_logging.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/server/flask/request_processing/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/server/flask/request_processing/middleware/url_normalize.py to url_normalize.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/server/flask/request_processing/middleware/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/server/flask/request_processing/middleware/auth_context.py to auth_context.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/server/flask/common.py to common.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/server/flask/core.py to core.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/server/flask/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/federation/constants.py to constants.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/federation/backends/sql.py to sql.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/federation/backends/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/federation/backends/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/federation/core.py to core.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/federation/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/federation/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/federation/schema.py to schema.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/federation/idp.py to idp.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/credential/backends/sql.py to sql.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/credential/backends/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/credential/backends/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/credential/providers/fernet/core.py to core.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/credential/providers/fernet/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/credential/providers/core.py to core.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/credential/providers/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/credential/core.py to core.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/credential/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/credential/schema.py to schema.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/credential/provider.py to provider.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/assignment/role_backends/sql.py to sql.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/assignment/role_backends/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/assignment/role_backends/sql_model.py to sql_model.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/assignment/role_backends/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/assignment/role_backends/resource_options.py to resource_options.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/assignment/backends/sql.py to sql.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/assignment/backends/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/assignment/backends/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/assignment/core.py to core.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/assignment/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/assignment/schema.py to schema.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/revoke/backends/sql.py to sql.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/revoke/backends/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/revoke/backends/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/revoke/model.py to model.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/revoke/core.py to core.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/revoke/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/receipt/providers/fernet/core.py to core.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/receipt/providers/fernet/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/receipt/providers/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/receipt/providers/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/receipt/receipt_formatters.py to receipt_formatters.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/receipt/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/receipt/provider.py to provider.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/receipt/handlers.py to handlers.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/exception.py to exception.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/authorization.py to authorization.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/json_home.py to json_home.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/context.py to context.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/tokenless_auth.py to tokenless_auth.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/validation/parameter_types.py to parameter_types.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/validation/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/validation/validators.py to validators.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/resource_options/options/immutable.py to immutable.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/resource_options/options/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/resource_options/core.py to core.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/resource_options/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/sql/migrations/env.py to env.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/sql/migrations/versions/27e647c0fad4_initial_version.py to 27e647c0fad4_initial_version.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/sql/migrations/versions/yoga/expand/29e87d24a316_initial.py to 29e87d24a316_initial.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/sql/migrations/versions/yoga/contract/e25ffa003242_initial.py to e25ffa003242_initial.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/sql/core.py to core.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/sql/legacy_migrations/contract_repo/manage.py to manage.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/sql/legacy_migrations/contract_repo/versions/073_contract_initial_migration.py to 073_contract_initial_migration.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/sql/legacy_migrations/contract_repo/versions/079_contract_update_local_id_limit.py to 079_contract_update_local_id_limit.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/sql/legacy_migrations/contract_repo/versions/076_placeholder.py to 076_placeholder.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/sql/legacy_migrations/contract_repo/versions/075_placeholder.py to 075_placeholder.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/sql/legacy_migrations/contract_repo/versions/077_placeholder.py to 077_placeholder.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/sql/legacy_migrations/contract_repo/versions/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/sql/legacy_migrations/contract_repo/versions/074_placeholder.py to 074_placeholder.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/sql/legacy_migrations/contract_repo/versions/078_placeholder.py to 078_placeholder.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/sql/legacy_migrations/contract_repo/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/sql/legacy_migrations/data_migration_repo/manage.py to manage.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/sql/legacy_migrations/data_migration_repo/versions/076_placeholder.py to 076_placeholder.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/sql/legacy_migrations/data_migration_repo/versions/075_placeholder.py to 075_placeholder.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/sql/legacy_migrations/data_migration_repo/versions/073_migrate_initial_migration.py to 073_migrate_initial_migration.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/sql/legacy_migrations/data_migration_repo/versions/077_placeholder.py to 077_placeholder.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/sql/legacy_migrations/data_migration_repo/versions/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/sql/legacy_migrations/data_migration_repo/versions/074_placeholder.py to 074_placeholder.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/sql/legacy_migrations/data_migration_repo/versions/079_migrate_update_local_id_limit.py to 079_migrate_update_local_id_limit.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/sql/legacy_migrations/data_migration_repo/versions/078_placeholder.py to 078_placeholder.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/sql/legacy_migrations/data_migration_repo/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/sql/legacy_migrations/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/sql/legacy_migrations/expand_repo/manage.py to manage.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/sql/legacy_migrations/expand_repo/versions/073_expand_initial_migration.py to 073_expand_initial_migration.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py to 076_placeholder.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py to 075_placeholder.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py to 077_placeholder.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/sql/legacy_migrations/expand_repo/versions/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py to 074_placeholder.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/sql/legacy_migrations/expand_repo/versions/079_expand_update_local_id_limit.py to 079_expand_update_local_id_limit.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py to 078_placeholder.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/sql/legacy_migrations/expand_repo/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/sql/upgrades.py to upgrades.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/sql/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/manager.py to manager.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/driver_hints.py to driver_hints.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/policies/token_revocation.py to token_revocation.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/policies/project.py to project.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/policies/service_provider.py to service_provider.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/policies/limit.py to limit.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/policies/endpoint.py to endpoint.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/policies/application_credential.py to application_credential.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/policies/implied_role.py to implied_role.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/policies/revoke_event.py to revoke_event.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/policies/access_rule.py to access_rule.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/policies/group.py to group.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/policies/grant.py to grant.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/policies/endpoint_group.py to endpoint_group.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/policies/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/policies/policy.py to policy.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/policies/domain.py to domain.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/policies/access_token.py to access_token.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/policies/auth.py to auth.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/policies/protocol.py to protocol.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/policies/registered_limit.py to registered_limit.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/policies/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/policies/ec2_credential.py to ec2_credential.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/policies/domain_config.py to domain_config.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/policies/project_endpoint.py to project_endpoint.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/policies/role.py to role.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/policies/mapping.py to mapping.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/policies/trust.py to trust.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/policies/region.py to region.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/policies/service.py to service.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/policies/token.py to token.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/policies/role_assignment.py to role_assignment.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/policies/identity_provider.py to identity_provider.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/policies/user.py to user.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/policies/policy_association.py to policy_association.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/policies/consumer.py to consumer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/policies/credential.py to credential.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/provider_api.py to provider_api.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/jwt_utils.py to jwt_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/profiler.py to profiler.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/render_token.py to render_token.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/password_hashing.py to password_hashing.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/cache/_context_cache.py to _context_cache.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/cache/core.py to core.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/cache/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/fernet_utils.py to fernet_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/rbac_enforcer/enforcer.py to enforcer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/rbac_enforcer/policy.py to policy.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/common/rbac_enforcer/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/cmd/manage.py to manage.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/cmd/bootstrap.py to bootstrap.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/cmd/status.py to status.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/cmd/cli.py to cli.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/cmd/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/cmd/doctor/tokens.py to tokens.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/cmd/doctor/federation.py to federation.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/cmd/doctor/tokens_fernet.py to tokens_fernet.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/cmd/doctor/database.py to database.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/cmd/doctor/security_compliance.py to security_compliance.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/cmd/doctor/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/cmd/doctor/caching.py to caching.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/cmd/doctor/ldap.py to ldap.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/cmd/doctor/debug.py to debug.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/cmd/doctor/credential.py to credential.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/application_credential/backends/sql.py to sql.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/application_credential/backends/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/application_credential/backends/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/application_credential/core.py to core.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/application_credential/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/application_credential/schema.py to schema.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/oauth1/backends/sql.py to sql.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/oauth1/backends/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/oauth1/backends/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/oauth1/core.py to core.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/oauth1/validator.py to validator.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/oauth1/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/oauth1/schema.py to schema.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/limit/models/strict_two_level.py to strict_two_level.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/limit/models/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/limit/models/flat.py to flat.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/limit/models/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/limit/backends/sql.py to sql.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/limit/backends/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/limit/backends/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/limit/core.py to core.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/limit/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/limit/schema.py to schema.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/i18n.py to i18n.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/notifications.py to notifications.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/policy/backends/sql.py to sql.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/policy/backends/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/policy/backends/rules.py to rules.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/policy/backends/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/policy/core.py to core.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/policy/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/policy/schema.py to schema.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/resource/backends/sql.py to sql.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/resource/backends/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/resource/backends/sql_model.py to sql_model.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/resource/backends/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/resource/backends/resource_options.py to resource_options.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/resource/core.py to core.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/resource/config_backends/sql.py to sql.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/resource/config_backends/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/resource/config_backends/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/resource/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/resource/schema.py to schema.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/hacking/checks.py to checks.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/hacking/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/functional/core.py to core.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/functional/shared/test_running.py to test_running.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/functional/shared/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/functional/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/common/auth.py to auth.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/common/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/trust/test_backends.py to test_backends.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/trust/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/identity/test_backends.py to test_backends.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/identity/backends/test_base.py to test_base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/identity/backends/test_ldap_common.py to test_ldap_common.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/identity/backends/test_sql.py to test_sql.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/identity/backends/test_ldap.py to test_ldap.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/identity/backends/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/identity/test_core.py to test_core.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/identity/test_backend_sql.py to test_backend_sql.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/identity/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/identity/shadow_users/test_core.py to test_core.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/identity/shadow_users/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/identity/shadow_users/test_backend.py to test_backend.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/base_classes.py to base_classes.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/mapping_fixtures.py to mapping_fixtures.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/test_cli.py to test_cli.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/test_url_middleware.py to test_url_middleware.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/test_v3_filters.py to test_v3_filters.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/backend/core_sql.py to core_sql.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/backend/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/backend/core_ldap.py to core_ldap.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/filtering.py to filtering.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/test_v3_domain_config.py to test_v3_domain_config.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/auth/test_schema.py to test_schema.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/auth/plugins/test_core.py to test_core.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/auth/plugins/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/auth/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/auth/test_controllers.py to test_controllers.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/test_backend_ldap_pool.py to test_backend_ldap_pool.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/test_middleware.py to test_middleware.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/test_v3_catalog.py to test_v3_catalog.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/test_contrib_s3_core.py to test_contrib_s3_core.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/test_contrib_ec2_core.py to test_contrib_ec2_core.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/endpoint_policy/backends/test_base.py to test_base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/endpoint_policy/backends/test_sql.py to test_sql.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/endpoint_policy/backends/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/endpoint_policy/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/test_shadow_users.py to test_shadow_users.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/test_ldap_livetest.py to test_ldap_livetest.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/catalog/test_backends.py to test_backends.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/catalog/test_core.py to test_core.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/catalog/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/test_backend_federation_sql.py to test_backend_federation_sql.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/test_backend_id_mapping_sql.py to test_backend_id_mapping_sql.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/test_v3_resource.py to test_v3_resource.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/fakeldap.py to fakeldap.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/test_hacking_checks.py to test_hacking_checks.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/identity_mapping.py to identity_mapping.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/test_v3_credential.py to test_v3_credential.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/contrib/federation/test_utils.py to test_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/contrib/federation/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/contrib/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/test_ldap_pool_livetest.py to test_ldap_pool_livetest.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/test_validation.py to test_validation.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/token/test_jws_provider.py to test_jws_provider.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/token/test_token_serialization.py to test_token_serialization.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/token/test_fernet_provider.py to test_fernet_provider.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/token/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/test_associate_project_endpoint_extension.py to test_associate_project_endpoint_extension.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/test_config.py to test_config.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/test_v3_oauth1.py to test_v3_oauth1.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/test_backend_endpoint_policy_sql.py to test_backend_endpoint_policy_sql.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/test_v3_endpoint_policy.py to test_v3_endpoint_policy.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/test_driver_hints.py to test_driver_hints.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/test_backend_ldap.py to test_backend_ldap.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/external/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/external/test_timeutils.py to test_timeutils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/test_v3_trust.py to test_v3_trust.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/server/test_keystone_flask.py to test_keystone_flask.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/server/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/test_sql_upgrade.py to test_sql_upgrade.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/test_v3.py to test_v3.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/test_auth_plugin.py to test_auth_plugin.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/test_exception.py to test_exception.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/core.py to core.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/test_policy.py to test_policy.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/test_backend_rules.py to test_backend_rules.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/test_backend_sql.py to test_backend_sql.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/federation/test_core.py to test_core.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/federation/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/test_v3_identity.py to test_v3_identity.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/test_v3_assignment.py to test_v3_assignment.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/test_sql_banned_operations.py to test_sql_banned_operations.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/test_versions.py to test_versions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/credential/test_fernet_provider.py to test_fernet_provider.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/credential/test_backend_sql.py to test_backend_sql.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/credential/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/rest.py to rest.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/test_v3_application_credential.py to test_v3_application_credential.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/test_v3_os_revoke.py to test_v3_os_revoke.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/assignment/role_backends/test_sql.py to test_sql.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/assignment/role_backends/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/assignment/test_backends.py to test_backends.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/assignment/test_core.py to test_core.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/assignment/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/test_v3_federation.py to test_v3_federation.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/receipt/test_fernet_provider.py to test_fernet_provider.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/receipt/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/receipt/test_receipt_serialization.py to test_receipt_serialization.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/federation_fixtures.py to federation_fixtures.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/test_v3_auth.py to test_v3_auth.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/test_token_provider.py to test_token_provider.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/test_receipt_provider.py to test_receipt_provider.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/common/test_notifications.py to test_notifications.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/common/test_provider_api.py to test_provider_api.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/common/test_resource_options_common.py to test_resource_options_common.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/common/test_rbac_enforcer.py to test_rbac_enforcer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/common/sql/test_upgrades.py to test_upgrades.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/common/test_json_home.py to test_json_home.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/common/test_utils.py to test_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/common/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/common/test_database_conflicts.py to test_database_conflicts.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/common/test_sql_core.py to test_sql_core.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/common/test_cache.py to test_cache.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/test_contrib_simple_cert.py to test_contrib_simple_cert.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/default_fixtures.py to default_fixtures.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/test_v3_policy.py to test_v3_policy.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/test_revoke.py to test_revoke.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/application_credential/test_backends.py to test_backends.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/application_credential/backends/test_sql.py to test_sql.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/application_credential/backends/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/application_credential/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/test_healthcheck.py to test_healthcheck.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/test_limits.py to test_limits.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/limit/test_backends.py to test_backends.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/limit/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/test_ldap_tls_livetest.py to test_ldap_tls_livetest.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/test_entry_points.py to test_entry_points.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/test_backend_templated.py to test_backend_templated.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/policy/test_backends.py to test_backends.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/policy/backends/test_base.py to test_base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/policy/backends/test_sql.py to test_sql.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/policy/backends/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/policy/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/test_backend_endpoint_policy.py to test_backend_endpoint_policy.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/resource/test_backends.py to test_backends.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/resource/backends/test_sql.py to test_sql.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/resource/backends/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/resource/test_core.py to test_core.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/resource/config_backends/test_sql.py to test_sql.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/resource/config_backends/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/resource/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/test_app_config.py to test_app_config.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/ksfixtures/logging.py to logging.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/ksfixtures/cache.py to cache.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/ksfixtures/hacking.py to hacking.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/ksfixtures/ldapdb.py to ldapdb.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/ksfixtures/database.py to database.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/ksfixtures/temporaryfile.py to temporaryfile.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/ksfixtures/auth_plugins.py to auth_plugins.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/ksfixtures/warnings.py to warnings.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/ksfixtures/backendloader.py to backendloader.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/ksfixtures/policy.py to policy.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/ksfixtures/key_repository.py to key_repository.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/ksfixtures/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/ksfixtures/jws_key_repository.py to jws_key_repository.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/tests/test_utils.py to test_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/tests/test_core.py to test_core.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/unit/tests/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/protection/v3/test_assignment.py to test_assignment.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/protection/v3/test_roles.py to test_roles.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/protection/v3/test_mappings.py to test_mappings.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/protection/v3/test_registered_limits.py to test_registered_limits.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/protection/v3/test_endpoint_group.py to test_endpoint_group.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/protection/v3/test_service_providers.py to test_service_providers.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/protection/v3/test_groups.py to test_groups.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/protection/v3/test_tokens.py to test_tokens.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/protection/v3/test_ec2_credential.py to test_ec2_credential.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/protection/v3/test_grants.py to test_grants.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/protection/v3/test_domain_config.py to test_domain_config.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/protection/v3/test_projects.py to test_projects.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/protection/v3/test_endpoints.py to test_endpoints.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/protection/v3/test_regions.py to test_regions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/protection/v3/test_services.py to test_services.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/protection/v3/test_project_endpoint.py to test_project_endpoint.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/protection/v3/test_policy.py to test_policy.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/protection/v3/test_credentials.py to test_credentials.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/protection/v3/test_protocols.py to test_protocols.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/protection/v3/test_access_rules.py to test_access_rules.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/protection/v3/test_domains.py to test_domains.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/protection/v3/test_system_assignments.py to test_system_assignments.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/protection/v3/test_trusts.py to test_trusts.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/protection/v3/test_users.py to test_users.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/protection/v3/test_domain_roles.py to test_domain_roles.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/protection/v3/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/protection/v3/test_identity_providers.py to test_identity_providers.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/protection/v3/test_limits.py to test_limits.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/protection/v3/test_implied_roles.py to test_implied_roles.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/protection/v3/test_project_tags.py to test_project_tags.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/protection/v3/test_policy_association.py to test_policy_association.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/protection/v3/test_application_credential.py to test_application_credential.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/protection/v3/test_consumer.py to test_consumer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/tests/protection/__init__.py to __init__.cpython-39.pyc writing byte-compilation script '/tmp/tmpk233ftic.py' /usr/bin/python3 /tmp/tmpk233ftic.py removing /tmp/tmpk233ftic.py running install_data creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/etc creating /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/etc/keystone copying etc/sso_callback_template.html -> /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/etc/keystone running install_egg_info running egg_info writing keystone.egg-info/PKG-INFO writing dependency_links to keystone.egg-info/dependency_links.txt writing entry points to keystone.egg-info/entry_points.txt writing requirements to keystone.egg-info/requires.txt writing top-level names to keystone.egg-info/top_level.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 adding license file 'LICENSE' adding license file 'AUTHORS' writing manifest file 'keystone.egg-info/SOURCES.txt' Copying keystone.egg-info to /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone-21.0.0-py3.9.egg-info running install_scripts Installing keystone-manage script to /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/bin Installing keystone-status script to /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/bin Installing keystone-wsgi-admin script to /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/bin Installing keystone-wsgi-public script to /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/bin + echo '{}' + install -d -m 755 /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/etc/keystone + install -d -m 755 /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/etc/keystone/policy.d + install -p -D -m 640 etc/keystone.conf.sample /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/etc/keystone/keystone.conf + install -p -D -m 640 policy.json /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/etc/keystone/policy.json + install -p -D -m 640 keystone-schema.yaml /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/share/keystone/keystone-schema.yaml + install -p -D -m 640 keystone-schema.json /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/share/keystone/keystone-schema.json + install -p -D -m 644 /builddir/build/SOURCES/keystone-dist.conf /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/share/keystone/keystone-dist.conf + install -p -D -m 640 etc/logging.conf.sample /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/etc/keystone/logging.conf + install -p -D -m 640 etc/default_catalog.templates /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/etc/keystone/default_catalog.templates + install -p -D -m 640 etc/sso_callback_template.html /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/etc/keystone/sso_callback_template.html + install -p -D -m 644 /builddir/build/SOURCES/openstack-keystone.logrotate /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/etc/logrotate.d/openstack-keystone + install -d -m 755 /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/sysctl.d + install -p -D -m 644 /builddir/build/SOURCES/openstack-keystone.sysctl /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/sysctl.d/openstack-keystone.conf + install -p -D -m 755 tools/sample_data.sh /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/share/keystone/sample_data.sh + install -p -D -m 755 /builddir/build/SOURCES/openstack-keystone-sample-data /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/bin/openstack-keystone-sample-data + install -p -D -m 644 httpd/wsgi-keystone.conf /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/share/keystone/ + install -d -m 755 /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/var/lib/keystone + install -d -m 755 /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/var/log/keystone + rm -rf /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch//usr/etc + sphinx-build -b html doc/source doc/build/html Running Sphinx v3.4.3 [openstackdocstheme] version: 2.2.6 [openstackdocstheme] connecting html-page-context event handler making output directory... done [openstackdocstheme] overriding configured project name (Python) with name extracted from the package (keystone); you can disable this behavior with the 'openstackdocs_auto_name' option [oslo_config.sphinxconfiggen] reading config generator instructions from /builddir/build/BUILD/keystone-21.0.0/doc/source/../../config-generator/keystone.conf [oslo_config.sphinxconfiggen] writing sample configuration to /builddir/build/BUILD/keystone-21.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-21.0.0/doc/source/../../config-generator/keystone-policy-generator.conf [oslo_policy.sphinxpolicygen] writing sample policy to /builddir/build/BUILD/keystone-21.0.0/doc/source/_static/keystone.policy.yaml.sample WARNING:stevedore.named:Could not load keystone [openstackdocstheme] using theme from /usr/lib/python3.9/site-packages/openstackdocstheme/theme [openstackdocstheme] no /builddir/build/BUILD/keystone-21.0.0/.gitreview found Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.exception.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.i18n.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.notifications.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.version.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.api.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.api.auth.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.api.credentials.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.api.discovery.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.api.domains.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.api.ec2tokens.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.api.endpoints.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.api.groups.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.api.limits.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.api.os_ep_filter.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.api.os_federation.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.api.os_inherit.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.api.os_oauth1.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.api.os_revoke.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.api.os_simple_cert.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.api.policy.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.api.projects.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.api.regions.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.api.registered_limits.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.api.role_assignments.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.api.role_inferences.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.api.roles.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.api.s3tokens.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.api.services.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.api.system.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.api.trusts.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.api.users.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.application_credential.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.application_credential.core.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.application_credential.schema.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.application_credential.backends.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.application_credential.backends.base.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.application_credential.backends.sql.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.assignment.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.assignment.core.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.assignment.schema.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.assignment.backends.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.assignment.backends.base.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.assignment.backends.sql.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.assignment.role_backends.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.assignment.role_backends.base.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.assignment.role_backends.resource_options.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.assignment.role_backends.sql.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.assignment.role_backends.sql_model.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.auth.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.auth.core.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.auth.schema.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.auth.plugins.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.auth.plugins.application_credential.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.auth.plugins.base.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.auth.plugins.core.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.auth.plugins.external.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.auth.plugins.mapped.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.auth.plugins.oauth1.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.auth.plugins.password.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.auth.plugins.token.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.auth.plugins.totp.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.catalog.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.catalog.core.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.catalog.schema.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.catalog.backends.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.catalog.backends.base.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.catalog.backends.sql.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.catalog.backends.templated.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.cmd.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.cmd.bootstrap.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.cmd.cli.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.cmd.manage.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.cmd.status.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.cmd.doctor.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.cmd.doctor.caching.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.cmd.doctor.credential.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.cmd.doctor.database.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.cmd.doctor.debug.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.cmd.doctor.federation.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.cmd.doctor.ldap.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.cmd.doctor.security_compliance.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.cmd.doctor.tokens.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.cmd.doctor.tokens_fernet.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.authorization.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.context.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.driver_hints.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.fernet_utils.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.json_home.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.jwt_utils.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.manager.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.password_hashing.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.profiler.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.provider_api.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.render_token.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.tokenless_auth.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.utils.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.cache.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.cache.core.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.policies.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.policies.access_rule.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.policies.access_token.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.policies.application_credential.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.policies.auth.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.policies.base.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.policies.consumer.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.policies.credential.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.policies.domain.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.policies.domain_config.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.policies.ec2_credential.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.policies.endpoint.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.policies.endpoint_group.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.policies.grant.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.policies.group.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.policies.identity_provider.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.policies.implied_role.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.policies.limit.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.policies.mapping.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.policies.policy.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.policies.policy_association.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.policies.project.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.policies.project_endpoint.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.policies.protocol.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.policies.region.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.policies.registered_limit.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.policies.revoke_event.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.policies.role.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.policies.role_assignment.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.policies.service.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.policies.service_provider.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.policies.token.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.policies.token_revocation.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.policies.trust.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.policies.user.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.rbac_enforcer.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.rbac_enforcer.enforcer.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.rbac_enforcer.policy.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.resource_options.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.resource_options.core.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.resource_options.options.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.resource_options.options.immutable.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.sql.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.sql.upgrades.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.sql.legacy_migrations.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.sql.legacy_migrations.contract_repo.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.sql.legacy_migrations.contract_repo.manage.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.sql.legacy_migrations.contract_repo.versions.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.sql.legacy_migrations.contract_repo.versions.073_contract_initial_migration.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.sql.legacy_migrations.contract_repo.versions.074_placeholder.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.sql.legacy_migrations.contract_repo.versions.075_placeholder.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.sql.legacy_migrations.contract_repo.versions.076_placeholder.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.sql.legacy_migrations.contract_repo.versions.077_placeholder.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.sql.legacy_migrations.contract_repo.versions.078_placeholder.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.sql.legacy_migrations.contract_repo.versions.079_contract_update_local_id_limit.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.sql.legacy_migrations.data_migration_repo.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.sql.legacy_migrations.data_migration_repo.manage.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.sql.legacy_migrations.data_migration_repo.versions.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.sql.legacy_migrations.data_migration_repo.versions.073_migrate_initial_migration.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.sql.legacy_migrations.data_migration_repo.versions.074_placeholder.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.sql.legacy_migrations.data_migration_repo.versions.075_placeholder.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.sql.legacy_migrations.data_migration_repo.versions.076_placeholder.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.sql.legacy_migrations.data_migration_repo.versions.077_placeholder.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.sql.legacy_migrations.data_migration_repo.versions.078_placeholder.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.sql.legacy_migrations.data_migration_repo.versions.079_migrate_update_local_id_limit.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.sql.legacy_migrations.expand_repo.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.sql.legacy_migrations.expand_repo.manage.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.sql.legacy_migrations.expand_repo.versions.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.sql.legacy_migrations.expand_repo.versions.073_expand_initial_migration.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.sql.legacy_migrations.expand_repo.versions.074_placeholder.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.sql.legacy_migrations.expand_repo.versions.075_placeholder.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.sql.legacy_migrations.expand_repo.versions.076_placeholder.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.sql.legacy_migrations.expand_repo.versions.077_placeholder.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.sql.legacy_migrations.expand_repo.versions.078_placeholder.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.sql.legacy_migrations.expand_repo.versions.079_expand_update_local_id_limit.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.validation.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.validation.parameter_types.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.validation.validators.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.conf.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.conf.application_credential.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.conf.assignment.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.conf.auth.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.conf.catalog.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.conf.constants.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.conf.credential.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.conf.default.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.conf.domain_config.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.conf.endpoint_filter.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.conf.endpoint_policy.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.conf.eventlet_server.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.conf.federation.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.conf.fernet_receipts.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.conf.fernet_tokens.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.conf.identity.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.conf.identity_mapping.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.conf.jwt_tokens.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.conf.ldap.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.conf.memcache.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.conf.oauth1.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.conf.opts.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.conf.policy.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.conf.receipt.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.conf.resource.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.conf.revoke.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.conf.role.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.conf.saml.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.conf.security_compliance.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.conf.shadow_users.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.conf.token.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.conf.tokenless_auth.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.conf.totp.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.conf.trust.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.conf.unified_limit.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.conf.utils.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.conf.wsgi.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.credential.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.credential.core.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.credential.provider.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.credential.schema.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.credential.backends.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.credential.backends.base.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.credential.backends.sql.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.credential.providers.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.credential.providers.core.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.credential.providers.fernet.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.credential.providers.fernet.core.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.endpoint_policy.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.endpoint_policy.core.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.endpoint_policy.backends.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.endpoint_policy.backends.base.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.endpoint_policy.backends.sql.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.federation.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.federation.constants.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.federation.core.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.federation.idp.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.federation.schema.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.federation.utils.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.federation.backends.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.federation.backends.base.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.federation.backends.sql.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.identity.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.identity.core.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.identity.generator.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.identity.schema.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.identity.backends.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.identity.backends.base.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.identity.backends.resource_options.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.identity.backends.sql.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.identity.backends.sql_model.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.identity.backends.ldap.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.identity.backends.ldap.common.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.identity.backends.ldap.core.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.identity.backends.ldap.models.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.identity.id_generators.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.identity.id_generators.sha256.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.identity.mapping_backends.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.identity.mapping_backends.base.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.identity.mapping_backends.mapping.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.identity.mapping_backends.sql.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.identity.shadow_backends.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.identity.shadow_backends.base.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.identity.shadow_backends.sql.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.limit.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.limit.core.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.limit.schema.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.limit.backends.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.limit.backends.base.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.limit.backends.sql.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.limit.models.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.limit.models.base.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.limit.models.flat.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.limit.models.strict_two_level.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.models.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.models.receipt_model.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.models.revoke_model.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.models.token_model.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.oauth1.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.oauth1.core.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.oauth1.schema.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.oauth1.validator.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.oauth1.backends.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.oauth1.backends.base.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.oauth1.backends.sql.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.policy.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.policy.core.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.policy.schema.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.policy.backends.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.policy.backends.base.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.policy.backends.rules.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.policy.backends.sql.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.receipt.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.receipt.handlers.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.receipt.provider.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.receipt.receipt_formatters.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.receipt.providers.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.receipt.providers.base.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.receipt.providers.fernet.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.receipt.providers.fernet.core.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.resource.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.resource.core.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.resource.schema.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.resource.backends.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.resource.backends.base.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.resource.backends.resource_options.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.resource.backends.sql.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.resource.backends.sql_model.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.resource.config_backends.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.resource.config_backends.base.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.resource.config_backends.sql.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.revoke.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.revoke.core.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.revoke.model.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.revoke.backends.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.revoke.backends.base.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.revoke.backends.sql.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.server.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.server.backends.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.server.wsgi.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.server.flask.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.server.flask.application.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.server.flask.common.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.server.flask.core.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.server.flask.request_processing.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.server.flask.request_processing.json_body.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.server.flask.request_processing.req_logging.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.server.flask.request_processing.middleware.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.server.flask.request_processing.middleware.auth_context.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.server.flask.request_processing.middleware.url_normalize.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.token.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.token.provider.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.token.token_formatters.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.token.providers.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.token.providers.base.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.token.providers.fernet.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.token.providers.fernet.core.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.token.providers.jws.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.token.providers.jws.core.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.trust.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.trust.core.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.trust.schema.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.trust.backends.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.trust.backends.base.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.trust.backends.sql.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/modules.rst. building [mo]: targets for 0 po files that are out of date building [html]: targets for 102 source files that are out of date updating environment: [new config] 446 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/case-insensitive reading sources... [ 1%] 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... [ 2%] 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... [ 3%] admin/federation/mapping_combinations reading sources... [ 3%] admin/fernet-token-faq reading sources... [ 3%] admin/getting-started reading sources... [ 3%] admin/health-check-middleware reading sources... [ 4%] admin/identity-concepts reading sources... [ 4%] admin/identity-sources reading sources... [ 4%] admin/index reading sources... [ 4%] admin/jws-key-rotation reading sources... [ 4%] admin/keystone-features reading sources... [ 5%] admin/manage-services reading sources... [ 5%] admin/manage-trusts reading sources... [ 5%] admin/multi-factor-authentication reading sources... [ 5%] admin/oauth1 reading sources... [ 6%] admin/operations reading sources... [ 6%] admin/resource-options reading sources... [ 6%] admin/service-api-protection reading sources... [ 6%] admin/token-provider reading sources... [ 6%] admin/tokens reading sources... [ 7%] admin/tokens-overview reading sources... [ 7%] admin/unified-limits reading sources... [ 7%] admin/upgrading reading sources... [ 7%] api/keystone 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... [ 10%] api/keystone.api.os_ep_filter reading sources... [ 10%] api/keystone.api.os_federation reading sources... [ 10%] api/keystone.api.os_inherit reading sources... [ 10%] api/keystone.api.os_oauth1 reading sources... [ 10%] api/keystone.api.os_revoke reading sources... [ 11%] api/keystone.api.os_simple_cert reading sources... [ 11%] api/keystone.api.policy reading sources... [ 11%] api/keystone.api.projects reading sources... [ 11%] api/keystone.api.regions reading sources... [ 12%] api/keystone.api.registered_limits reading sources... [ 12%] api/keystone.api.role_assignments reading sources... [ 12%] api/keystone.api.role_inferences reading sources... [ 12%] api/keystone.api.roles reading sources... [ 13%] api/keystone.api.s3tokens reading sources... [ 13%] api/keystone.api.services reading sources... [ 13%] api/keystone.api.system reading sources... [ 13%] api/keystone.api.trusts reading sources... [ 13%] api/keystone.api.users reading sources... [ 14%] api/keystone.application_credential reading sources... [ 14%] api/keystone.application_credential.backends reading sources... [ 14%] api/keystone.application_credential.backends.base reading sources... [ 14%] api/keystone.application_credential.backends.sql reading sources... [ 15%] api/keystone.application_credential.core reading sources... [ 15%] api/keystone.application_credential.schema reading sources... [ 15%] api/keystone.assignment reading sources... [ 15%] api/keystone.assignment.backends reading sources... [ 15%] api/keystone.assignment.backends.base reading sources... [ 16%] api/keystone.assignment.backends.sql reading sources... [ 16%] api/keystone.assignment.core reading sources... [ 16%] api/keystone.assignment.role_backends reading sources... [ 16%] api/keystone.assignment.role_backends.base reading sources... [ 17%] api/keystone.assignment.role_backends.resource_options reading sources... [ 17%] api/keystone.assignment.role_backends.sql reading sources... [ 17%] api/keystone.assignment.role_backends.sql_model reading sources... [ 17%] api/keystone.assignment.schema reading sources... [ 17%] api/keystone.auth reading sources... [ 18%] api/keystone.auth.core reading sources... [ 18%] api/keystone.auth.plugins reading sources... [ 18%] api/keystone.auth.plugins.application_credential reading sources... [ 18%] api/keystone.auth.plugins.base reading sources... [ 19%] api/keystone.auth.plugins.core reading sources... [ 19%] api/keystone.auth.plugins.external reading sources... [ 19%] api/keystone.auth.plugins.mapped reading sources... [ 19%] api/keystone.auth.plugins.oauth1 reading sources... [ 19%] api/keystone.auth.plugins.password reading sources... [ 20%] api/keystone.auth.plugins.token reading sources... [ 20%] api/keystone.auth.plugins.totp reading sources... [ 20%] api/keystone.auth.schema reading sources... [ 20%] api/keystone.catalog reading sources... [ 21%] api/keystone.catalog.backends reading sources... [ 21%] api/keystone.catalog.backends.base reading sources... [ 21%] api/keystone.catalog.backends.sql reading sources... [ 21%] api/keystone.catalog.backends.templated reading sources... [ 21%] api/keystone.catalog.core reading sources... [ 22%] api/keystone.catalog.schema reading sources... [ 22%] api/keystone.cmd reading sources... [ 22%] api/keystone.cmd.bootstrap reading sources... [ 22%] api/keystone.cmd.cli reading sources... [ 23%] api/keystone.cmd.doctor reading sources... [ 23%] api/keystone.cmd.doctor.caching reading sources... [ 23%] api/keystone.cmd.doctor.credential reading sources... [ 23%] api/keystone.cmd.doctor.database reading sources... [ 23%] api/keystone.cmd.doctor.debug reading sources... [ 24%] api/keystone.cmd.doctor.federation reading sources... [ 24%] api/keystone.cmd.doctor.ldap reading sources... [ 24%] api/keystone.cmd.doctor.security_compliance reading sources... [ 24%] api/keystone.cmd.doctor.tokens reading sources... [ 25%] api/keystone.cmd.doctor.tokens_fernet reading sources... [ 25%] api/keystone.cmd.manage reading sources... [ 25%] api/keystone.cmd.status reading sources... [ 25%] api/keystone.common reading sources... [ 26%] api/keystone.common.authorization reading sources... [ 26%] api/keystone.common.cache reading sources... [ 26%] api/keystone.common.cache.core reading sources... [ 26%] api/keystone.common.context reading sources... [ 26%] api/keystone.common.driver_hints reading sources... [ 27%] api/keystone.common.fernet_utils reading sources... [ 27%] api/keystone.common.json_home reading sources... [ 27%] api/keystone.common.jwt_utils reading sources... [ 27%] api/keystone.common.manager reading sources... [ 28%] api/keystone.common.password_hashing reading sources... [ 28%] api/keystone.common.policies reading sources... [ 28%] api/keystone.common.policies.access_rule reading sources... [ 28%] api/keystone.common.policies.access_token reading sources... [ 28%] api/keystone.common.policies.application_credential reading sources... [ 29%] api/keystone.common.policies.auth reading sources... [ 29%] api/keystone.common.policies.base reading sources... [ 29%] api/keystone.common.policies.consumer reading sources... [ 29%] api/keystone.common.policies.credential reading sources... [ 30%] api/keystone.common.policies.domain reading sources... [ 30%] api/keystone.common.policies.domain_config reading sources... [ 30%] api/keystone.common.policies.ec2_credential reading sources... [ 30%] api/keystone.common.policies.endpoint reading sources... [ 30%] api/keystone.common.policies.endpoint_group reading sources... [ 31%] api/keystone.common.policies.grant reading sources... [ 31%] api/keystone.common.policies.group reading sources... [ 31%] api/keystone.common.policies.identity_provider reading sources... [ 31%] api/keystone.common.policies.implied_role reading sources... [ 32%] api/keystone.common.policies.limit reading sources... [ 32%] api/keystone.common.policies.mapping reading sources... [ 32%] api/keystone.common.policies.policy reading sources... [ 32%] api/keystone.common.policies.policy_association reading sources... [ 32%] api/keystone.common.policies.project reading sources... [ 33%] api/keystone.common.policies.project_endpoint reading sources... [ 33%] api/keystone.common.policies.protocol reading sources... [ 33%] api/keystone.common.policies.region reading sources... [ 33%] api/keystone.common.policies.registered_limit reading sources... [ 34%] api/keystone.common.policies.revoke_event reading sources... [ 34%] api/keystone.common.policies.role reading sources... [ 34%] api/keystone.common.policies.role_assignment reading sources... [ 34%] api/keystone.common.policies.service reading sources... [ 34%] api/keystone.common.policies.service_provider reading sources... [ 35%] api/keystone.common.policies.token reading sources... [ 35%] api/keystone.common.policies.token_revocation reading sources... [ 35%] api/keystone.common.policies.trust reading sources... [ 35%] api/keystone.common.policies.user reading sources... [ 36%] api/keystone.common.profiler reading sources... [ 36%] api/keystone.common.provider_api reading sources... [ 36%] api/keystone.common.rbac_enforcer reading sources... [ 36%] api/keystone.common.rbac_enforcer.enforcer reading sources... [ 36%] api/keystone.common.rbac_enforcer.policy reading sources... [ 37%] api/keystone.common.render_token reading sources... [ 37%] api/keystone.common.resource_options reading sources... [ 37%] api/keystone.common.resource_options.core reading sources... [ 37%] api/keystone.common.resource_options.options reading sources... [ 38%] api/keystone.common.resource_options.options.immutable reading sources... [ 38%] api/keystone.common.sql reading sources... [ 38%] api/keystone.common.sql.legacy_migrations reading sources... [ 38%] api/keystone.common.sql.legacy_migrations.contract_repo reading sources... [ 39%] api/keystone.common.sql.legacy_migrations.contract_repo.manage reading sources... [ 39%] api/keystone.common.sql.legacy_migrations.contract_repo.versions reading sources... [ 39%] api/keystone.common.sql.legacy_migrations.contract_repo.versions.073_contract_initial_migration reading sources... [ 39%] api/keystone.common.sql.legacy_migrations.contract_repo.versions.074_placeholder reading sources... [ 39%] api/keystone.common.sql.legacy_migrations.contract_repo.versions.075_placeholder reading sources... [ 40%] api/keystone.common.sql.legacy_migrations.contract_repo.versions.076_placeholder reading sources... [ 40%] api/keystone.common.sql.legacy_migrations.contract_repo.versions.077_placeholder reading sources... [ 40%] api/keystone.common.sql.legacy_migrations.contract_repo.versions.078_placeholder reading sources... [ 40%] api/keystone.common.sql.legacy_migrations.contract_repo.versions.079_contract_update_local_id_limit reading sources... [ 41%] api/keystone.common.sql.legacy_migrations.data_migration_repo reading sources... [ 41%] api/keystone.common.sql.legacy_migrations.data_migration_repo.manage reading sources... [ 41%] api/keystone.common.sql.legacy_migrations.data_migration_repo.versions reading sources... [ 41%] api/keystone.common.sql.legacy_migrations.data_migration_repo.versions.073_migrate_initial_migration reading sources... [ 41%] api/keystone.common.sql.legacy_migrations.data_migration_repo.versions.074_placeholder reading sources... [ 42%] api/keystone.common.sql.legacy_migrations.data_migration_repo.versions.075_placeholder reading sources... [ 42%] api/keystone.common.sql.legacy_migrations.data_migration_repo.versions.076_placeholder reading sources... [ 42%] api/keystone.common.sql.legacy_migrations.data_migration_repo.versions.077_placeholder reading sources... [ 42%] api/keystone.common.sql.legacy_migrations.data_migration_repo.versions.078_placeholder reading sources... [ 43%] api/keystone.common.sql.legacy_migrations.data_migration_repo.versions.079_migrate_update_local_id_limit reading sources... [ 43%] api/keystone.common.sql.legacy_migrations.expand_repo reading sources... [ 43%] api/keystone.common.sql.legacy_migrations.expand_repo.manage reading sources... [ 43%] api/keystone.common.sql.legacy_migrations.expand_repo.versions reading sources... [ 43%] api/keystone.common.sql.legacy_migrations.expand_repo.versions.073_expand_initial_migration reading sources... [ 44%] api/keystone.common.sql.legacy_migrations.expand_repo.versions.074_placeholder reading sources... [ 44%] api/keystone.common.sql.legacy_migrations.expand_repo.versions.075_placeholder reading sources... [ 44%] api/keystone.common.sql.legacy_migrations.expand_repo.versions.076_placeholder reading sources... [ 44%] api/keystone.common.sql.legacy_migrations.expand_repo.versions.077_placeholder reading sources... [ 45%] api/keystone.common.sql.legacy_migrations.expand_repo.versions.078_placeholder reading sources... [ 45%] api/keystone.common.sql.legacy_migrations.expand_repo.versions.079_expand_update_local_id_limit reading sources... [ 45%] api/keystone.common.sql.upgrades reading sources... [ 45%] api/keystone.common.tokenless_auth reading sources... [ 45%] api/keystone.common.utils reading sources... [ 46%] api/keystone.common.validation reading sources... [ 46%] api/keystone.common.validation.parameter_types reading sources... [ 46%] api/keystone.common.validation.validators reading sources... [ 46%] api/keystone.conf reading sources... [ 47%] api/keystone.conf.application_credential reading sources... [ 47%] api/keystone.conf.assignment reading sources... [ 47%] api/keystone.conf.auth reading sources... [ 47%] api/keystone.conf.catalog reading sources... [ 47%] api/keystone.conf.constants reading sources... [ 48%] api/keystone.conf.credential reading sources... [ 48%] api/keystone.conf.default reading sources... [ 48%] api/keystone.conf.domain_config reading sources... [ 48%] api/keystone.conf.endpoint_filter reading sources... [ 49%] api/keystone.conf.endpoint_policy reading sources... [ 49%] api/keystone.conf.eventlet_server reading sources... [ 49%] api/keystone.conf.federation reading sources... [ 49%] api/keystone.conf.fernet_receipts reading sources... [ 50%] api/keystone.conf.fernet_tokens reading sources... [ 50%] api/keystone.conf.identity reading sources... [ 50%] api/keystone.conf.identity_mapping reading sources... [ 50%] api/keystone.conf.jwt_tokens reading sources... [ 50%] api/keystone.conf.ldap reading sources... [ 51%] api/keystone.conf.memcache reading sources... [ 51%] api/keystone.conf.oauth1 reading sources... [ 51%] api/keystone.conf.opts reading sources... [ 51%] api/keystone.conf.policy reading sources... [ 52%] api/keystone.conf.receipt reading sources... [ 52%] api/keystone.conf.resource reading sources... [ 52%] api/keystone.conf.revoke reading sources... [ 52%] api/keystone.conf.role reading sources... [ 52%] api/keystone.conf.saml reading sources... [ 53%] api/keystone.conf.security_compliance reading sources... [ 53%] api/keystone.conf.shadow_users reading sources... [ 53%] api/keystone.conf.token reading sources... [ 53%] api/keystone.conf.tokenless_auth reading sources... [ 54%] api/keystone.conf.totp reading sources... [ 54%] api/keystone.conf.trust reading sources... [ 54%] api/keystone.conf.unified_limit reading sources... [ 54%] api/keystone.conf.utils reading sources... [ 54%] api/keystone.conf.wsgi reading sources... [ 55%] api/keystone.credential reading sources... [ 55%] api/keystone.credential.backends reading sources... [ 55%] api/keystone.credential.backends.base reading sources... [ 55%] api/keystone.credential.backends.sql reading sources... [ 56%] api/keystone.credential.core reading sources... [ 56%] api/keystone.credential.provider reading sources... [ 56%] api/keystone.credential.providers reading sources... [ 56%] api/keystone.credential.providers.core reading sources... [ 56%] api/keystone.credential.providers.fernet reading sources... [ 57%] api/keystone.credential.providers.fernet.core reading sources... [ 57%] api/keystone.credential.schema reading sources... [ 57%] api/keystone.endpoint_policy reading sources... [ 57%] api/keystone.endpoint_policy.backends reading sources... [ 58%] api/keystone.endpoint_policy.backends.base reading sources... [ 58%] api/keystone.endpoint_policy.backends.sql reading sources... [ 58%] api/keystone.endpoint_policy.core reading sources... [ 58%] api/keystone.exception reading sources... [ 58%] api/keystone.federation reading sources... [ 59%] api/keystone.federation.backends reading sources... [ 59%] api/keystone.federation.backends.base reading sources... [ 59%] api/keystone.federation.backends.sql reading sources... [ 59%] api/keystone.federation.constants reading sources... [ 60%] api/keystone.federation.core reading sources... [ 60%] api/keystone.federation.idp reading sources... [ 60%] api/keystone.federation.schema reading sources... [ 60%] api/keystone.federation.utils reading sources... [ 60%] api/keystone.i18n reading sources... [ 61%] api/keystone.identity reading sources... [ 61%] api/keystone.identity.backends reading sources... [ 61%] api/keystone.identity.backends.base reading sources... [ 61%] api/keystone.identity.backends.ldap reading sources... [ 62%] api/keystone.identity.backends.ldap.common reading sources... [ 62%] api/keystone.identity.backends.ldap.core reading sources... [ 62%] api/keystone.identity.backends.ldap.models reading sources... [ 62%] api/keystone.identity.backends.resource_options reading sources... [ 63%] api/keystone.identity.backends.sql reading sources... [ 63%] api/keystone.identity.backends.sql_model reading sources... [ 63%] api/keystone.identity.core reading sources... [ 63%] api/keystone.identity.generator reading sources... [ 63%] api/keystone.identity.id_generators reading sources... [ 64%] api/keystone.identity.id_generators.sha256 reading sources... [ 64%] api/keystone.identity.mapping_backends reading sources... [ 64%] api/keystone.identity.mapping_backends.base reading sources... [ 64%] api/keystone.identity.mapping_backends.mapping reading sources... [ 65%] api/keystone.identity.mapping_backends.sql reading sources... [ 65%] api/keystone.identity.schema reading sources... [ 65%] api/keystone.identity.shadow_backends reading sources... [ 65%] api/keystone.identity.shadow_backends.base reading sources... [ 65%] api/keystone.identity.shadow_backends.sql reading sources... [ 66%] api/keystone.limit reading sources... [ 66%] api/keystone.limit.backends reading sources... [ 66%] api/keystone.limit.backends.base reading sources... [ 66%] api/keystone.limit.backends.sql reading sources... [ 67%] api/keystone.limit.core reading sources... [ 67%] api/keystone.limit.models reading sources... [ 67%] api/keystone.limit.models.base reading sources... [ 67%] api/keystone.limit.models.flat reading sources... [ 67%] api/keystone.limit.models.strict_two_level reading sources... [ 68%] api/keystone.limit.schema reading sources... [ 68%] api/keystone.models reading sources... [ 68%] api/keystone.models.receipt_model reading sources... [ 68%] api/keystone.models.revoke_model reading sources... [ 69%] api/keystone.models.token_model reading sources... [ 69%] api/keystone.notifications reading sources... [ 69%] api/keystone.oauth1 reading sources... [ 69%] api/keystone.oauth1.backends reading sources... [ 69%] api/keystone.oauth1.backends.base reading sources... [ 70%] api/keystone.oauth1.backends.sql reading sources... [ 70%] api/keystone.oauth1.core reading sources... [ 70%] api/keystone.oauth1.schema reading sources... [ 70%] api/keystone.oauth1.validator reading sources... [ 71%] api/keystone.policy reading sources... [ 71%] api/keystone.policy.backends reading sources... [ 71%] api/keystone.policy.backends.base reading sources... [ 71%] api/keystone.policy.backends.rules reading sources... [ 71%] api/keystone.policy.backends.sql reading sources... [ 72%] api/keystone.policy.core reading sources... [ 72%] api/keystone.policy.schema reading sources... [ 72%] api/keystone.receipt reading sources... [ 72%] api/keystone.receipt.handlers reading sources... [ 73%] api/keystone.receipt.provider reading sources... [ 73%] api/keystone.receipt.providers reading sources... [ 73%] api/keystone.receipt.providers.base reading sources... [ 73%] api/keystone.receipt.providers.fernet reading sources... [ 73%] api/keystone.receipt.providers.fernet.core reading sources... [ 74%] api/keystone.receipt.receipt_formatters reading sources... [ 74%] api/keystone.resource reading sources... [ 74%] api/keystone.resource.backends reading sources... [ 74%] api/keystone.resource.backends.base reading sources... [ 75%] api/keystone.resource.backends.resource_options reading sources... [ 75%] api/keystone.resource.backends.sql reading sources... [ 75%] api/keystone.resource.backends.sql_model reading sources... [ 75%] api/keystone.resource.config_backends reading sources... [ 76%] api/keystone.resource.config_backends.base reading sources... [ 76%] api/keystone.resource.config_backends.sql reading sources... [ 76%] api/keystone.resource.core reading sources... [ 76%] api/keystone.resource.schema reading sources... [ 76%] api/keystone.revoke reading sources... [ 77%] api/keystone.revoke.backends reading sources... [ 77%] api/keystone.revoke.backends.base reading sources... [ 77%] api/keystone.revoke.backends.sql reading sources... [ 77%] api/keystone.revoke.core reading sources... [ 78%] api/keystone.revoke.model reading sources... [ 78%] api/keystone.server reading sources... [ 78%] api/keystone.server.backends reading sources... [ 78%] api/keystone.server.flask reading sources... [ 78%] api/keystone.server.flask.application reading sources... [ 79%] api/keystone.server.flask.common reading sources... [ 79%] api/keystone.server.flask.core reading sources... [ 79%] api/keystone.server.flask.request_processing reading sources... [ 79%] api/keystone.server.flask.request_processing.json_body reading sources... [ 80%] api/keystone.server.flask.request_processing.middleware reading sources... [ 80%] api/keystone.server.flask.request_processing.middleware.auth_context reading sources... [ 80%] api/keystone.server.flask.request_processing.middleware.url_normalize reading sources... [ 80%] api/keystone.server.flask.request_processing.req_logging reading sources... [ 80%] api/keystone.server.wsgi reading sources... [ 81%] api/keystone.token reading sources... [ 81%] api/keystone.token.provider reading sources... [ 81%] api/keystone.token.providers reading sources... [ 81%] api/keystone.token.providers.base reading sources... [ 82%] api/keystone.token.providers.fernet reading sources... [ 82%] api/keystone.token.providers.fernet.core reading sources... [ 82%] api/keystone.token.providers.jws reading sources... [ 82%] api/keystone.token.providers.jws.core reading sources... [ 82%] api/keystone.token.token_formatters reading sources... [ 83%] api/keystone.trust reading sources... [ 83%] api/keystone.trust.backends reading sources... [ 83%] api/keystone.trust.backends.base reading sources... [ 83%] api/keystone.trust.backends.sql reading sources... [ 84%] api/keystone.trust.core reading sources... [ 84%] api/keystone.trust.schema reading sources... [ 84%] api/keystone.version reading sources... [ 84%] api/modules reading sources... [ 84%] api_curl_examples reading sources... [ 85%] cli/commands reading sources... [ 85%] cli/index reading sources... [ 85%] cli/keystone-manage reading sources... [ 85%] cli/keystone-status reading sources... [ 86%] code_documentation reading sources... [ 86%] configuration/config-options loading config file config-generator/keystone.conf WARNING:stevedore.named:Could not load keystone reading sources... [ 86%] configuration/index reading sources... [ 86%] configuration/policy WARNING:stevedore.named:Could not load keystone reading sources... [ 86%] configuration/samples/index reading sources... [ 87%] configuration/samples/keystone-conf reading sources... [ 87%] configuration/samples/logging-conf reading sources... [ 87%] configuration/samples/policy-yaml reading sources... [ 87%] contributor/api_change_tutorial reading sources... [ 88%] contributor/architecture reading sources... [ 88%] contributor/auth-plugins reading sources... [ 88%] contributor/caching-layer reading sources... [ 88%] contributor/contributing reading sources... [ 89%] contributor/database-migrations reading sources... [ 89%] contributor/developing-drivers reading sources... [ 89%] contributor/doctor-checks reading sources... [ 89%] contributor/filtering-responsibilities reading sources... [ 89%] contributor/how-can-i-help reading sources... [ 90%] contributor/http-api reading sources... [ 90%] contributor/id-manage reading sources... [ 90%] contributor/index reading sources... [ 90%] contributor/list-truncation reading sources... [ 91%] contributor/programming-exercises reading sources... [ 91%] contributor/proposing-features reading sources... [ 91%] contributor/release-notes reading sources... [ 91%] contributor/service-catalog reading sources... [ 91%] contributor/services reading sources... [ 92%] contributor/set-up-keystone reading sources... [ 92%] contributor/testing-keystone reading sources... [ 92%] contributor/translated-responses reading sources... [ 92%] contributor/vision-reflection reading sources... [ 93%] getting-started/architecture reading sources... [ 93%] getting-started/community reading sources... [ 93%] getting-started/index reading sources... [ 93%] getting-started/policy_mapping reading sources... [ 93%] index reading sources... [ 94%] indices-tables reading sources... [ 94%] install/get-started-obs reading sources... [ 94%] install/get-started-rdo reading sources... [ 94%] install/get-started-ubuntu reading sources... [ 95%] install/index reading sources... [ 95%] install/index-obs reading sources... [ 95%] install/index-rdo reading sources... [ 95%] install/index-ubuntu reading sources... [ 95%] install/keystone-install-obs reading sources... [ 96%] install/keystone-install-rdo reading sources... [ 96%] install/keystone-install-ubuntu reading sources... [ 96%] install/keystone-openrc-obs reading sources... [ 96%] install/keystone-openrc-rdo reading sources... [ 97%] install/keystone-openrc-ubuntu reading sources... [ 97%] install/keystone-users-obs reading sources... [ 97%] install/keystone-users-rdo reading sources... [ 97%] install/keystone-users-ubuntu reading sources... [ 97%] install/keystone-verify-obs reading sources... [ 98%] install/keystone-verify-rdo reading sources... [ 98%] install/keystone-verify-ubuntu reading sources... [ 98%] install/shared/note_configuration_vary_by_distribution reading sources... [ 98%] 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 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'api' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'api.auth' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'api.credentials' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'api.discovery' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'api.domains' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'api.ec2tokens' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'api.endpoints' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'api.groups' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'api.limits' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'api.os_ep_filter' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'api.os_federation' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'api.os_inherit' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'api.os_oauth1' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'api.os_revoke' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'api.os_simple_cert' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'api.policy' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'api.projects' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'api.regions' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'api.registered_limits' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'api.role_assignments' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'api.role_inferences' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'api.roles' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'api.s3tokens' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'api.services' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'api.system' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'api.trusts' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'api.users' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'application_credential' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'application_credential.backends' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'application_credential.backends.base' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'application_credential.backends.sql' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'application_credential.core' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'application_credential.schema' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'assignment' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'assignment.backends' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'assignment.backends.base' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'assignment.backends.sql' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'assignment.core' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'assignment.role_backends' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'assignment.role_backends.base' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'assignment.role_backends.resource_options' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'assignment.role_backends.sql' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'assignment.role_backends.sql_model' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'assignment.schema' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'auth' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'auth.core' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'auth.plugins' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'auth.plugins.application_credential' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'auth.plugins.base' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'auth.plugins.core' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'auth.plugins.external' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'auth.plugins.mapped' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'auth.plugins.oauth1' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'auth.plugins.password' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'auth.plugins.token' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'auth.plugins.totp' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'auth.schema' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'catalog' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'catalog.backends' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'catalog.backends.base' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'catalog.backends.sql' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'catalog.backends.templated' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'catalog.core' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'catalog.schema' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'cmd' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'cmd.bootstrap' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'cmd.cli' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'cmd.doctor' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'cmd.doctor.caching' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'cmd.doctor.credential' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'cmd.doctor.database' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'cmd.doctor.debug' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'cmd.doctor.federation' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'cmd.doctor.ldap' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'cmd.doctor.security_compliance' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'cmd.doctor.tokens' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'cmd.doctor.tokens_fernet' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'cmd.manage' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'cmd.status' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.authorization' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.cache' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.cache.core' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.context' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.driver_hints' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.fernet_utils' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.json_home' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.jwt_utils' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.manager' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.password_hashing' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.policies' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.policies.access_rule' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.policies.access_token' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.policies.application_credential' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.policies.auth' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.policies.base' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.policies.consumer' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.policies.credential' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.policies.domain' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.policies.domain_config' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.policies.ec2_credential' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.policies.endpoint' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.policies.endpoint_group' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.policies.grant' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.policies.group' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.policies.identity_provider' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.policies.implied_role' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.policies.limit' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.policies.mapping' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.policies.policy' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.policies.policy_association' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.policies.project' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.policies.project_endpoint' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.policies.protocol' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.policies.region' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.policies.registered_limit' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.policies.revoke_event' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.policies.role' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.policies.role_assignment' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.policies.service' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.policies.service_provider' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.policies.token' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.policies.token_revocation' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.policies.trust' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.policies.user' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.profiler' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.provider_api' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.rbac_enforcer' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.rbac_enforcer.enforcer' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.rbac_enforcer.policy' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.render_token' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.resource_options' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.resource_options.core' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.resource_options.options' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.resource_options.options.immutable' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.sql' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.sql.legacy_migrations' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.sql.legacy_migrations.contract_repo' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.sql.legacy_migrations.contract_repo.manage' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.sql.legacy_migrations.contract_repo.versions' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.sql.legacy_migrations.contract_repo.versions.073_contract_initial_migration' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.sql.legacy_migrations.contract_repo.versions.074_placeholder' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.sql.legacy_migrations.contract_repo.versions.075_placeholder' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.sql.legacy_migrations.contract_repo.versions.076_placeholder' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.sql.legacy_migrations.contract_repo.versions.077_placeholder' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.sql.legacy_migrations.contract_repo.versions.078_placeholder' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.sql.legacy_migrations.contract_repo.versions.079_contract_update_local_id_limit' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.sql.legacy_migrations.data_migration_repo' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.sql.legacy_migrations.data_migration_repo.manage' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.sql.legacy_migrations.data_migration_repo.versions' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.sql.legacy_migrations.data_migration_repo.versions.073_migrate_initial_migration' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.sql.legacy_migrations.data_migration_repo.versions.074_placeholder' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.sql.legacy_migrations.data_migration_repo.versions.075_placeholder' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.sql.legacy_migrations.data_migration_repo.versions.076_placeholder' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.sql.legacy_migrations.data_migration_repo.versions.077_placeholder' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.sql.legacy_migrations.data_migration_repo.versions.078_placeholder' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.sql.legacy_migrations.data_migration_repo.versions.079_migrate_update_local_id_limit' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.sql.legacy_migrations.expand_repo' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.sql.legacy_migrations.expand_repo.manage' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.sql.legacy_migrations.expand_repo.versions' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.sql.legacy_migrations.expand_repo.versions.073_expand_initial_migration' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.sql.legacy_migrations.expand_repo.versions.074_placeholder' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.sql.legacy_migrations.expand_repo.versions.075_placeholder' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.sql.legacy_migrations.expand_repo.versions.076_placeholder' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.sql.legacy_migrations.expand_repo.versions.077_placeholder' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.sql.legacy_migrations.expand_repo.versions.078_placeholder' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.sql.legacy_migrations.expand_repo.versions.079_expand_update_local_id_limit' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.sql.upgrades' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.tokenless_auth' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.utils' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.validation' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.validation.parameter_types' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.validation.validators' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'conf' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'conf.application_credential' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'conf.assignment' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'conf.auth' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'conf.catalog' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'conf.constants' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'conf.credential' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'conf.default' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'conf.domain_config' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'conf.endpoint_filter' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'conf.endpoint_policy' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'conf.eventlet_server' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'conf.federation' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'conf.fernet_receipts' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'conf.fernet_tokens' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'conf.identity' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'conf.identity_mapping' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'conf.jwt_tokens' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'conf.ldap' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'conf.memcache' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'conf.oauth1' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'conf.opts' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'conf.policy' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'conf.receipt' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'conf.resource' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'conf.revoke' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'conf.role' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'conf.saml' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'conf.security_compliance' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'conf.shadow_users' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'conf.token' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'conf.tokenless_auth' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'conf.totp' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'conf.trust' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'conf.unified_limit' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'conf.utils' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'conf.wsgi' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'credential' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'credential.backends' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'credential.backends.base' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'credential.backends.sql' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'credential.core' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'credential.provider' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'credential.providers' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'credential.providers.core' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'credential.providers.fernet' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'credential.providers.fernet.core' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'credential.schema' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'endpoint_policy' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'endpoint_policy.backends' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'endpoint_policy.backends.base' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'endpoint_policy.backends.sql' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'endpoint_policy.core' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'exception' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'federation' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'federation.backends' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'federation.backends.base' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'federation.backends.sql' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'federation.constants' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'federation.core' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'federation.idp' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'federation.schema' from module 'keystone'; the following exception was raised: No module named 'keystone' looking for now-outdated files... none found pickling environment... WARNING: autodoc: failed to import module 'federation.utils' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'i18n' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'identity' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'identity.backends' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'identity.backends.base' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'identity.backends.ldap' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'identity.backends.ldap.common' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'identity.backends.ldap.core' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'identity.backends.ldap.models' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'identity.backends.resource_options' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'identity.backends.sql' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'identity.backends.sql_model' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'identity.core' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'identity.generator' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'identity.id_generators' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'identity.id_generators.sha256' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'identity.mapping_backends' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'identity.mapping_backends.base' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'identity.mapping_backends.mapping' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'identity.mapping_backends.sql' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'identity.schema' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'identity.shadow_backends' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'identity.shadow_backends.base' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'identity.shadow_backends.sql' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'limit' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'limit.backends' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'limit.backends.base' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'limit.backends.sql' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'limit.core' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'limit.models' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'limit.models.base' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'limit.models.flat' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'limit.models.strict_two_level' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'limit.schema' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'models' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'models.receipt_model' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'models.revoke_model' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'models.token_model' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'notifications' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'oauth1' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'oauth1.backends' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'oauth1.backends.base' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'oauth1.backends.sql' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'oauth1.core' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'oauth1.schema' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'oauth1.validator' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'policy' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'policy.backends' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'policy.backends.base' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'policy.backends.rules' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'policy.backends.sql' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'policy.core' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'policy.schema' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'receipt' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'receipt.handlers' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'receipt.provider' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'receipt.providers' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'receipt.providers.base' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'receipt.providers.fernet' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'receipt.providers.fernet.core' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'receipt.receipt_formatters' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'resource' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'resource.backends' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'resource.backends.base' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'resource.backends.resource_options' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'resource.backends.sql' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'resource.backends.sql_model' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'resource.config_backends' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'resource.config_backends.base' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'resource.config_backends.sql' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'resource.core' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'resource.schema' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'revoke' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'revoke.backends' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'revoke.backends.base' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'revoke.backends.sql' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'revoke.core' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'revoke.model' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'server' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'server.backends' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'server.flask' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'server.flask.application' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'server.flask.common' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'server.flask.core' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'server.flask.request_processing' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'server.flask.request_processing.json_body' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'server.flask.request_processing.middleware' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'server.flask.request_processing.middleware.auth_context' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'server.flask.request_processing.middleware.url_normalize' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'server.flask.request_processing.req_logging' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'server.wsgi' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'token' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'token.provider' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'token.providers' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'token.providers.base' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'token.providers.fernet' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'token.providers.fernet.core' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'token.providers.jws' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'token.providers.jws.core' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'token.token_formatters' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'trust' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'trust.backends' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'trust.backends.base' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'trust.backends.sql' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'trust.core' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'trust.schema' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'version' from module 'keystone'; the following exception was raised: No module named 'keystone' done checking consistency... done preparing documents... done writing output... [ 0%] admin/auth-totp writing output... [ 0%] admin/authentication-mechanisms writing output... [ 0%] admin/bootstrap writing output... [ 0%] admin/case-insensitive writing output... [ 1%] admin/cli-manage-projects-users-and-roles writing output... [ 1%] admin/configuration writing output... [ 1%] admin/configure_tokenless_x509 writing output... [ 1%] admin/credential-encryption writing output... [ 2%] admin/event_notifications writing output... [ 2%] admin/external-authentication writing output... [ 2%] admin/federation/configure_federation writing output... [ 2%] admin/federation/federated_identity writing output... [ 2%] admin/federation/introduction writing output... [ 3%] admin/federation/mapping_combinations writing output... [ 3%] admin/fernet-token-faq writing output... [ 3%] admin/getting-started writing output... [ 3%] admin/health-check-middleware writing output... [ 4%] admin/identity-concepts writing output... [ 4%] admin/identity-sources writing output... [ 4%] admin/index writing output... [ 4%] admin/jws-key-rotation writing output... [ 4%] admin/keystone-features writing output... [ 5%] admin/manage-services writing output... [ 5%] admin/manage-trusts writing output... [ 5%] admin/multi-factor-authentication writing output... [ 5%] admin/oauth1 writing output... [ 6%] admin/operations writing output... [ 6%] admin/resource-options writing output... [ 6%] admin/service-api-protection writing output... [ 6%] admin/token-provider writing output... [ 6%] admin/tokens writing output... [ 7%] admin/tokens-overview writing output... [ 7%] admin/unified-limits writing output... [ 7%] admin/upgrading writing output... [ 7%] api/keystone [openstackdocstheme] could not determine last_updated for 'api/keystone' writing output... [ 8%] api/keystone.api [openstackdocstheme] could not determine last_updated for 'api/keystone.api' writing output... [ 8%] api/keystone.api.auth [openstackdocstheme] could not determine last_updated for 'api/keystone.api.auth' writing output... [ 8%] api/keystone.api.credentials [openstackdocstheme] could not determine last_updated for 'api/keystone.api.credentials' writing output... [ 8%] api/keystone.api.discovery [openstackdocstheme] could not determine last_updated for 'api/keystone.api.discovery' writing output... [ 8%] api/keystone.api.domains [openstackdocstheme] could not determine last_updated for 'api/keystone.api.domains' writing output... [ 9%] api/keystone.api.ec2tokens [openstackdocstheme] could not determine last_updated for 'api/keystone.api.ec2tokens' writing output... [ 9%] api/keystone.api.endpoints [openstackdocstheme] could not determine last_updated for 'api/keystone.api.endpoints' writing output... [ 9%] api/keystone.api.groups [openstackdocstheme] could not determine last_updated for 'api/keystone.api.groups' writing output... [ 9%] api/keystone.api.limits [openstackdocstheme] could not determine last_updated for 'api/keystone.api.limits' writing output... [ 10%] api/keystone.api.os_ep_filter [openstackdocstheme] could not determine last_updated for 'api/keystone.api.os_ep_filter' writing output... [ 10%] api/keystone.api.os_federation [openstackdocstheme] could not determine last_updated for 'api/keystone.api.os_federation' writing output... [ 10%] api/keystone.api.os_inherit [openstackdocstheme] could not determine last_updated for 'api/keystone.api.os_inherit' writing output... [ 10%] api/keystone.api.os_oauth1 [openstackdocstheme] could not determine last_updated for 'api/keystone.api.os_oauth1' writing output... [ 10%] api/keystone.api.os_revoke [openstackdocstheme] could not determine last_updated for 'api/keystone.api.os_revoke' writing output... [ 11%] api/keystone.api.os_simple_cert [openstackdocstheme] could not determine last_updated for 'api/keystone.api.os_simple_cert' writing output... [ 11%] api/keystone.api.policy [openstackdocstheme] could not determine last_updated for 'api/keystone.api.policy' writing output... [ 11%] api/keystone.api.projects [openstackdocstheme] could not determine last_updated for 'api/keystone.api.projects' writing output... [ 11%] api/keystone.api.regions [openstackdocstheme] could not determine last_updated for 'api/keystone.api.regions' writing output... [ 12%] api/keystone.api.registered_limits [openstackdocstheme] could not determine last_updated for 'api/keystone.api.registered_limits' writing output... [ 12%] api/keystone.api.role_assignments [openstackdocstheme] could not determine last_updated for 'api/keystone.api.role_assignments' writing output... [ 12%] api/keystone.api.role_inferences [openstackdocstheme] could not determine last_updated for 'api/keystone.api.role_inferences' writing output... [ 12%] api/keystone.api.roles [openstackdocstheme] could not determine last_updated for 'api/keystone.api.roles' writing output... [ 13%] api/keystone.api.s3tokens [openstackdocstheme] could not determine last_updated for 'api/keystone.api.s3tokens' writing output... [ 13%] api/keystone.api.services [openstackdocstheme] could not determine last_updated for 'api/keystone.api.services' writing output... [ 13%] api/keystone.api.system [openstackdocstheme] could not determine last_updated for 'api/keystone.api.system' writing output... [ 13%] api/keystone.api.trusts [openstackdocstheme] could not determine last_updated for 'api/keystone.api.trusts' writing output... [ 13%] api/keystone.api.users [openstackdocstheme] could not determine last_updated for 'api/keystone.api.users' writing output... [ 14%] api/keystone.application_credential [openstackdocstheme] could not determine last_updated for 'api/keystone.application_credential' writing output... [ 14%] api/keystone.application_credential.backends [openstackdocstheme] could not determine last_updated for 'api/keystone.application_credential.backends' writing output... [ 14%] api/keystone.application_credential.backends.base [openstackdocstheme] could not determine last_updated for 'api/keystone.application_credential.backends.base' writing output... [ 14%] api/keystone.application_credential.backends.sql [openstackdocstheme] could not determine last_updated for 'api/keystone.application_credential.backends.sql' writing output... [ 15%] api/keystone.application_credential.core [openstackdocstheme] could not determine last_updated for 'api/keystone.application_credential.core' writing output... [ 15%] api/keystone.application_credential.schema [openstackdocstheme] could not determine last_updated for 'api/keystone.application_credential.schema' writing output... [ 15%] api/keystone.assignment [openstackdocstheme] could not determine last_updated for 'api/keystone.assignment' writing output... [ 15%] api/keystone.assignment.backends [openstackdocstheme] could not determine last_updated for 'api/keystone.assignment.backends' writing output... [ 15%] api/keystone.assignment.backends.base [openstackdocstheme] could not determine last_updated for 'api/keystone.assignment.backends.base' writing output... [ 16%] api/keystone.assignment.backends.sql [openstackdocstheme] could not determine last_updated for 'api/keystone.assignment.backends.sql' writing output... [ 16%] api/keystone.assignment.core [openstackdocstheme] could not determine last_updated for 'api/keystone.assignment.core' writing output... [ 16%] api/keystone.assignment.role_backends [openstackdocstheme] could not determine last_updated for 'api/keystone.assignment.role_backends' writing output... [ 16%] api/keystone.assignment.role_backends.base [openstackdocstheme] could not determine last_updated for 'api/keystone.assignment.role_backends.base' writing output... [ 17%] api/keystone.assignment.role_backends.resource_options [openstackdocstheme] could not determine last_updated for 'api/keystone.assignment.role_backends.resource_options' writing output... [ 17%] api/keystone.assignment.role_backends.sql [openstackdocstheme] could not determine last_updated for 'api/keystone.assignment.role_backends.sql' writing output... [ 17%] api/keystone.assignment.role_backends.sql_model [openstackdocstheme] could not determine last_updated for 'api/keystone.assignment.role_backends.sql_model' writing output... [ 17%] api/keystone.assignment.schema [openstackdocstheme] could not determine last_updated for 'api/keystone.assignment.schema' writing output... [ 17%] api/keystone.auth [openstackdocstheme] could not determine last_updated for 'api/keystone.auth' writing output... [ 18%] api/keystone.auth.core [openstackdocstheme] could not determine last_updated for 'api/keystone.auth.core' writing output... [ 18%] api/keystone.auth.plugins [openstackdocstheme] could not determine last_updated for 'api/keystone.auth.plugins' writing output... [ 18%] api/keystone.auth.plugins.application_credential [openstackdocstheme] could not determine last_updated for 'api/keystone.auth.plugins.application_credential' writing output... [ 18%] api/keystone.auth.plugins.base [openstackdocstheme] could not determine last_updated for 'api/keystone.auth.plugins.base' writing output... [ 19%] api/keystone.auth.plugins.core [openstackdocstheme] could not determine last_updated for 'api/keystone.auth.plugins.core' writing output... [ 19%] api/keystone.auth.plugins.external [openstackdocstheme] could not determine last_updated for 'api/keystone.auth.plugins.external' writing output... [ 19%] api/keystone.auth.plugins.mapped [openstackdocstheme] could not determine last_updated for 'api/keystone.auth.plugins.mapped' writing output... [ 19%] api/keystone.auth.plugins.oauth1 [openstackdocstheme] could not determine last_updated for 'api/keystone.auth.plugins.oauth1' writing output... [ 19%] api/keystone.auth.plugins.password [openstackdocstheme] could not determine last_updated for 'api/keystone.auth.plugins.password' writing output... [ 20%] api/keystone.auth.plugins.token [openstackdocstheme] could not determine last_updated for 'api/keystone.auth.plugins.token' writing output... [ 20%] api/keystone.auth.plugins.totp [openstackdocstheme] could not determine last_updated for 'api/keystone.auth.plugins.totp' writing output... [ 20%] api/keystone.auth.schema [openstackdocstheme] could not determine last_updated for 'api/keystone.auth.schema' writing output... [ 20%] api/keystone.catalog [openstackdocstheme] could not determine last_updated for 'api/keystone.catalog' writing output... [ 21%] api/keystone.catalog.backends [openstackdocstheme] could not determine last_updated for 'api/keystone.catalog.backends' writing output... [ 21%] api/keystone.catalog.backends.base [openstackdocstheme] could not determine last_updated for 'api/keystone.catalog.backends.base' writing output... [ 21%] api/keystone.catalog.backends.sql [openstackdocstheme] could not determine last_updated for 'api/keystone.catalog.backends.sql' writing output... [ 21%] api/keystone.catalog.backends.templated [openstackdocstheme] could not determine last_updated for 'api/keystone.catalog.backends.templated' writing output... [ 21%] api/keystone.catalog.core [openstackdocstheme] could not determine last_updated for 'api/keystone.catalog.core' writing output... [ 22%] api/keystone.catalog.schema [openstackdocstheme] could not determine last_updated for 'api/keystone.catalog.schema' writing output... [ 22%] api/keystone.cmd [openstackdocstheme] could not determine last_updated for 'api/keystone.cmd' writing output... [ 22%] api/keystone.cmd.bootstrap [openstackdocstheme] could not determine last_updated for 'api/keystone.cmd.bootstrap' writing output... [ 22%] api/keystone.cmd.cli [openstackdocstheme] could not determine last_updated for 'api/keystone.cmd.cli' writing output... [ 23%] api/keystone.cmd.doctor [openstackdocstheme] could not determine last_updated for 'api/keystone.cmd.doctor' writing output... [ 23%] api/keystone.cmd.doctor.caching [openstackdocstheme] could not determine last_updated for 'api/keystone.cmd.doctor.caching' writing output... [ 23%] api/keystone.cmd.doctor.credential [openstackdocstheme] could not determine last_updated for 'api/keystone.cmd.doctor.credential' writing output... [ 23%] api/keystone.cmd.doctor.database [openstackdocstheme] could not determine last_updated for 'api/keystone.cmd.doctor.database' writing output... [ 23%] api/keystone.cmd.doctor.debug [openstackdocstheme] could not determine last_updated for 'api/keystone.cmd.doctor.debug' writing output... [ 24%] api/keystone.cmd.doctor.federation [openstackdocstheme] could not determine last_updated for 'api/keystone.cmd.doctor.federation' writing output... [ 24%] api/keystone.cmd.doctor.ldap [openstackdocstheme] could not determine last_updated for 'api/keystone.cmd.doctor.ldap' writing output... [ 24%] api/keystone.cmd.doctor.security_compliance [openstackdocstheme] could not determine last_updated for 'api/keystone.cmd.doctor.security_compliance' writing output... [ 24%] api/keystone.cmd.doctor.tokens [openstackdocstheme] could not determine last_updated for 'api/keystone.cmd.doctor.tokens' writing output... [ 25%] api/keystone.cmd.doctor.tokens_fernet [openstackdocstheme] could not determine last_updated for 'api/keystone.cmd.doctor.tokens_fernet' writing output... [ 25%] api/keystone.cmd.manage [openstackdocstheme] could not determine last_updated for 'api/keystone.cmd.manage' writing output... [ 25%] api/keystone.cmd.status [openstackdocstheme] could not determine last_updated for 'api/keystone.cmd.status' writing output... [ 25%] api/keystone.common [openstackdocstheme] could not determine last_updated for 'api/keystone.common' writing output... [ 26%] api/keystone.common.authorization [openstackdocstheme] could not determine last_updated for 'api/keystone.common.authorization' writing output... [ 26%] api/keystone.common.cache [openstackdocstheme] could not determine last_updated for 'api/keystone.common.cache' writing output... [ 26%] api/keystone.common.cache.core [openstackdocstheme] could not determine last_updated for 'api/keystone.common.cache.core' writing output... [ 26%] api/keystone.common.context [openstackdocstheme] could not determine last_updated for 'api/keystone.common.context' writing output... [ 26%] api/keystone.common.driver_hints [openstackdocstheme] could not determine last_updated for 'api/keystone.common.driver_hints' writing output... [ 27%] api/keystone.common.fernet_utils [openstackdocstheme] could not determine last_updated for 'api/keystone.common.fernet_utils' writing output... [ 27%] api/keystone.common.json_home [openstackdocstheme] could not determine last_updated for 'api/keystone.common.json_home' writing output... [ 27%] api/keystone.common.jwt_utils [openstackdocstheme] could not determine last_updated for 'api/keystone.common.jwt_utils' writing output... [ 27%] api/keystone.common.manager [openstackdocstheme] could not determine last_updated for 'api/keystone.common.manager' writing output... [ 28%] api/keystone.common.password_hashing [openstackdocstheme] could not determine last_updated for 'api/keystone.common.password_hashing' writing output... [ 28%] api/keystone.common.policies [openstackdocstheme] could not determine last_updated for 'api/keystone.common.policies' writing output... [ 28%] api/keystone.common.policies.access_rule [openstackdocstheme] could not determine last_updated for 'api/keystone.common.policies.access_rule' writing output... [ 28%] api/keystone.common.policies.access_token [openstackdocstheme] could not determine last_updated for 'api/keystone.common.policies.access_token' writing output... [ 28%] api/keystone.common.policies.application_credential [openstackdocstheme] could not determine last_updated for 'api/keystone.common.policies.application_credential' writing output... [ 29%] api/keystone.common.policies.auth [openstackdocstheme] could not determine last_updated for 'api/keystone.common.policies.auth' writing output... [ 29%] api/keystone.common.policies.base [openstackdocstheme] could not determine last_updated for 'api/keystone.common.policies.base' writing output... [ 29%] api/keystone.common.policies.consumer [openstackdocstheme] could not determine last_updated for 'api/keystone.common.policies.consumer' writing output... [ 29%] api/keystone.common.policies.credential [openstackdocstheme] could not determine last_updated for 'api/keystone.common.policies.credential' writing output... [ 30%] api/keystone.common.policies.domain [openstackdocstheme] could not determine last_updated for 'api/keystone.common.policies.domain' writing output... [ 30%] api/keystone.common.policies.domain_config [openstackdocstheme] could not determine last_updated for 'api/keystone.common.policies.domain_config' writing output... [ 30%] api/keystone.common.policies.ec2_credential [openstackdocstheme] could not determine last_updated for 'api/keystone.common.policies.ec2_credential' writing output... [ 30%] api/keystone.common.policies.endpoint [openstackdocstheme] could not determine last_updated for 'api/keystone.common.policies.endpoint' writing output... [ 30%] api/keystone.common.policies.endpoint_group [openstackdocstheme] could not determine last_updated for 'api/keystone.common.policies.endpoint_group' writing output... [ 31%] api/keystone.common.policies.grant [openstackdocstheme] could not determine last_updated for 'api/keystone.common.policies.grant' writing output... [ 31%] api/keystone.common.policies.group [openstackdocstheme] could not determine last_updated for 'api/keystone.common.policies.group' writing output... [ 31%] api/keystone.common.policies.identity_provider [openstackdocstheme] could not determine last_updated for 'api/keystone.common.policies.identity_provider' writing output... [ 31%] api/keystone.common.policies.implied_role [openstackdocstheme] could not determine last_updated for 'api/keystone.common.policies.implied_role' writing output... [ 32%] api/keystone.common.policies.limit [openstackdocstheme] could not determine last_updated for 'api/keystone.common.policies.limit' writing output... [ 32%] api/keystone.common.policies.mapping [openstackdocstheme] could not determine last_updated for 'api/keystone.common.policies.mapping' writing output... [ 32%] api/keystone.common.policies.policy [openstackdocstheme] could not determine last_updated for 'api/keystone.common.policies.policy' writing output... [ 32%] api/keystone.common.policies.policy_association [openstackdocstheme] could not determine last_updated for 'api/keystone.common.policies.policy_association' writing output... [ 32%] api/keystone.common.policies.project [openstackdocstheme] could not determine last_updated for 'api/keystone.common.policies.project' writing output... [ 33%] api/keystone.common.policies.project_endpoint [openstackdocstheme] could not determine last_updated for 'api/keystone.common.policies.project_endpoint' writing output... [ 33%] api/keystone.common.policies.protocol [openstackdocstheme] could not determine last_updated for 'api/keystone.common.policies.protocol' writing output... [ 33%] api/keystone.common.policies.region [openstackdocstheme] could not determine last_updated for 'api/keystone.common.policies.region' writing output... [ 33%] api/keystone.common.policies.registered_limit [openstackdocstheme] could not determine last_updated for 'api/keystone.common.policies.registered_limit' writing output... [ 34%] api/keystone.common.policies.revoke_event [openstackdocstheme] could not determine last_updated for 'api/keystone.common.policies.revoke_event' writing output... [ 34%] api/keystone.common.policies.role [openstackdocstheme] could not determine last_updated for 'api/keystone.common.policies.role' writing output... [ 34%] api/keystone.common.policies.role_assignment [openstackdocstheme] could not determine last_updated for 'api/keystone.common.policies.role_assignment' writing output... [ 34%] api/keystone.common.policies.service [openstackdocstheme] could not determine last_updated for 'api/keystone.common.policies.service' writing output... [ 34%] api/keystone.common.policies.service_provider [openstackdocstheme] could not determine last_updated for 'api/keystone.common.policies.service_provider' writing output... [ 35%] api/keystone.common.policies.token [openstackdocstheme] could not determine last_updated for 'api/keystone.common.policies.token' writing output... [ 35%] api/keystone.common.policies.token_revocation [openstackdocstheme] could not determine last_updated for 'api/keystone.common.policies.token_revocation' writing output... [ 35%] api/keystone.common.policies.trust [openstackdocstheme] could not determine last_updated for 'api/keystone.common.policies.trust' writing output... [ 35%] api/keystone.common.policies.user [openstackdocstheme] could not determine last_updated for 'api/keystone.common.policies.user' writing output... [ 36%] api/keystone.common.profiler [openstackdocstheme] could not determine last_updated for 'api/keystone.common.profiler' writing output... [ 36%] api/keystone.common.provider_api [openstackdocstheme] could not determine last_updated for 'api/keystone.common.provider_api' writing output... [ 36%] api/keystone.common.rbac_enforcer [openstackdocstheme] could not determine last_updated for 'api/keystone.common.rbac_enforcer' writing output... [ 36%] api/keystone.common.rbac_enforcer.enforcer [openstackdocstheme] could not determine last_updated for 'api/keystone.common.rbac_enforcer.enforcer' writing output... [ 36%] api/keystone.common.rbac_enforcer.policy [openstackdocstheme] could not determine last_updated for 'api/keystone.common.rbac_enforcer.policy' writing output... [ 37%] api/keystone.common.render_token [openstackdocstheme] could not determine last_updated for 'api/keystone.common.render_token' writing output... [ 37%] api/keystone.common.resource_options [openstackdocstheme] could not determine last_updated for 'api/keystone.common.resource_options' writing output... [ 37%] api/keystone.common.resource_options.core [openstackdocstheme] could not determine last_updated for 'api/keystone.common.resource_options.core' writing output... [ 37%] api/keystone.common.resource_options.options [openstackdocstheme] could not determine last_updated for 'api/keystone.common.resource_options.options' writing output... [ 38%] api/keystone.common.resource_options.options.immutable [openstackdocstheme] could not determine last_updated for 'api/keystone.common.resource_options.options.immutable' writing output... [ 38%] api/keystone.common.sql [openstackdocstheme] could not determine last_updated for 'api/keystone.common.sql' writing output... [ 38%] api/keystone.common.sql.legacy_migrations [openstackdocstheme] could not determine last_updated for 'api/keystone.common.sql.legacy_migrations' writing output... [ 38%] api/keystone.common.sql.legacy_migrations.contract_repo [openstackdocstheme] could not determine last_updated for 'api/keystone.common.sql.legacy_migrations.contract_repo' writing output... [ 39%] api/keystone.common.sql.legacy_migrations.contract_repo.manage [openstackdocstheme] could not determine last_updated for 'api/keystone.common.sql.legacy_migrations.contract_repo.manage' writing output... [ 39%] api/keystone.common.sql.legacy_migrations.contract_repo.versions [openstackdocstheme] could not determine last_updated for 'api/keystone.common.sql.legacy_migrations.contract_repo.versions' writing output... [ 39%] api/keystone.common.sql.legacy_migrations.contract_repo.versions.073_contract_initial_migration [openstackdocstheme] could not determine last_updated for 'api/keystone.common.sql.legacy_migrations.contract_repo.versions.073_contract_initial_migration' writing output... [ 39%] api/keystone.common.sql.legacy_migrations.contract_repo.versions.074_placeholder [openstackdocstheme] could not determine last_updated for 'api/keystone.common.sql.legacy_migrations.contract_repo.versions.074_placeholder' writing output... [ 39%] api/keystone.common.sql.legacy_migrations.contract_repo.versions.075_placeholder [openstackdocstheme] could not determine last_updated for 'api/keystone.common.sql.legacy_migrations.contract_repo.versions.075_placeholder' writing output... [ 40%] api/keystone.common.sql.legacy_migrations.contract_repo.versions.076_placeholder [openstackdocstheme] could not determine last_updated for 'api/keystone.common.sql.legacy_migrations.contract_repo.versions.076_placeholder' writing output... [ 40%] api/keystone.common.sql.legacy_migrations.contract_repo.versions.077_placeholder [openstackdocstheme] could not determine last_updated for 'api/keystone.common.sql.legacy_migrations.contract_repo.versions.077_placeholder' writing output... [ 40%] api/keystone.common.sql.legacy_migrations.contract_repo.versions.078_placeholder [openstackdocstheme] could not determine last_updated for 'api/keystone.common.sql.legacy_migrations.contract_repo.versions.078_placeholder' writing output... [ 40%] api/keystone.common.sql.legacy_migrations.contract_repo.versions.079_contract_update_local_id_limit [openstackdocstheme] could not determine last_updated for 'api/keystone.common.sql.legacy_migrations.contract_repo.versions.079_contract_update_local_id_limit' writing output... [ 41%] api/keystone.common.sql.legacy_migrations.data_migration_repo [openstackdocstheme] could not determine last_updated for 'api/keystone.common.sql.legacy_migrations.data_migration_repo' writing output... [ 41%] api/keystone.common.sql.legacy_migrations.data_migration_repo.manage [openstackdocstheme] could not determine last_updated for 'api/keystone.common.sql.legacy_migrations.data_migration_repo.manage' writing output... [ 41%] api/keystone.common.sql.legacy_migrations.data_migration_repo.versions [openstackdocstheme] could not determine last_updated for 'api/keystone.common.sql.legacy_migrations.data_migration_repo.versions' writing output... [ 41%] api/keystone.common.sql.legacy_migrations.data_migration_repo.versions.073_migrate_initial_migration [openstackdocstheme] could not determine last_updated for 'api/keystone.common.sql.legacy_migrations.data_migration_repo.versions.073_migrate_initial_migration' writing output... [ 41%] api/keystone.common.sql.legacy_migrations.data_migration_repo.versions.074_placeholder [openstackdocstheme] could not determine last_updated for 'api/keystone.common.sql.legacy_migrations.data_migration_repo.versions.074_placeholder' writing output... [ 42%] api/keystone.common.sql.legacy_migrations.data_migration_repo.versions.075_placeholder [openstackdocstheme] could not determine last_updated for 'api/keystone.common.sql.legacy_migrations.data_migration_repo.versions.075_placeholder' writing output... [ 42%] api/keystone.common.sql.legacy_migrations.data_migration_repo.versions.076_placeholder [openstackdocstheme] could not determine last_updated for 'api/keystone.common.sql.legacy_migrations.data_migration_repo.versions.076_placeholder' writing output... [ 42%] api/keystone.common.sql.legacy_migrations.data_migration_repo.versions.077_placeholder [openstackdocstheme] could not determine last_updated for 'api/keystone.common.sql.legacy_migrations.data_migration_repo.versions.077_placeholder' writing output... [ 42%] api/keystone.common.sql.legacy_migrations.data_migration_repo.versions.078_placeholder [openstackdocstheme] could not determine last_updated for 'api/keystone.common.sql.legacy_migrations.data_migration_repo.versions.078_placeholder' writing output... [ 43%] api/keystone.common.sql.legacy_migrations.data_migration_repo.versions.079_migrate_update_local_id_limit [openstackdocstheme] could not determine last_updated for 'api/keystone.common.sql.legacy_migrations.data_migration_repo.versions.079_migrate_update_local_id_limit' writing output... [ 43%] api/keystone.common.sql.legacy_migrations.expand_repo [openstackdocstheme] could not determine last_updated for 'api/keystone.common.sql.legacy_migrations.expand_repo' writing output... [ 43%] api/keystone.common.sql.legacy_migrations.expand_repo.manage [openstackdocstheme] could not determine last_updated for 'api/keystone.common.sql.legacy_migrations.expand_repo.manage' writing output... [ 43%] api/keystone.common.sql.legacy_migrations.expand_repo.versions [openstackdocstheme] could not determine last_updated for 'api/keystone.common.sql.legacy_migrations.expand_repo.versions' writing output... [ 43%] api/keystone.common.sql.legacy_migrations.expand_repo.versions.073_expand_initial_migration [openstackdocstheme] could not determine last_updated for 'api/keystone.common.sql.legacy_migrations.expand_repo.versions.073_expand_initial_migration' writing output... [ 44%] api/keystone.common.sql.legacy_migrations.expand_repo.versions.074_placeholder [openstackdocstheme] could not determine last_updated for 'api/keystone.common.sql.legacy_migrations.expand_repo.versions.074_placeholder' writing output... [ 44%] api/keystone.common.sql.legacy_migrations.expand_repo.versions.075_placeholder [openstackdocstheme] could not determine last_updated for 'api/keystone.common.sql.legacy_migrations.expand_repo.versions.075_placeholder' writing output... [ 44%] api/keystone.common.sql.legacy_migrations.expand_repo.versions.076_placeholder [openstackdocstheme] could not determine last_updated for 'api/keystone.common.sql.legacy_migrations.expand_repo.versions.076_placeholder' writing output... [ 44%] api/keystone.common.sql.legacy_migrations.expand_repo.versions.077_placeholder [openstackdocstheme] could not determine last_updated for 'api/keystone.common.sql.legacy_migrations.expand_repo.versions.077_placeholder' writing output... [ 45%] api/keystone.common.sql.legacy_migrations.expand_repo.versions.078_placeholder [openstackdocstheme] could not determine last_updated for 'api/keystone.common.sql.legacy_migrations.expand_repo.versions.078_placeholder' writing output... [ 45%] api/keystone.common.sql.legacy_migrations.expand_repo.versions.079_expand_update_local_id_limit [openstackdocstheme] could not determine last_updated for 'api/keystone.common.sql.legacy_migrations.expand_repo.versions.079_expand_update_local_id_limit' writing output... [ 45%] api/keystone.common.sql.upgrades [openstackdocstheme] could not determine last_updated for 'api/keystone.common.sql.upgrades' writing output... [ 45%] api/keystone.common.tokenless_auth [openstackdocstheme] could not determine last_updated for 'api/keystone.common.tokenless_auth' writing output... [ 45%] api/keystone.common.utils [openstackdocstheme] could not determine last_updated for 'api/keystone.common.utils' writing output... [ 46%] api/keystone.common.validation [openstackdocstheme] could not determine last_updated for 'api/keystone.common.validation' writing output... [ 46%] api/keystone.common.validation.parameter_types [openstackdocstheme] could not determine last_updated for 'api/keystone.common.validation.parameter_types' writing output... [ 46%] api/keystone.common.validation.validators [openstackdocstheme] could not determine last_updated for 'api/keystone.common.validation.validators' writing output... [ 46%] api/keystone.conf [openstackdocstheme] could not determine last_updated for 'api/keystone.conf' writing output... [ 47%] api/keystone.conf.application_credential [openstackdocstheme] could not determine last_updated for 'api/keystone.conf.application_credential' writing output... [ 47%] api/keystone.conf.assignment [openstackdocstheme] could not determine last_updated for 'api/keystone.conf.assignment' writing output... [ 47%] api/keystone.conf.auth [openstackdocstheme] could not determine last_updated for 'api/keystone.conf.auth' writing output... [ 47%] api/keystone.conf.catalog [openstackdocstheme] could not determine last_updated for 'api/keystone.conf.catalog' writing output... [ 47%] api/keystone.conf.constants [openstackdocstheme] could not determine last_updated for 'api/keystone.conf.constants' writing output... [ 48%] api/keystone.conf.credential [openstackdocstheme] could not determine last_updated for 'api/keystone.conf.credential' writing output... [ 48%] api/keystone.conf.default [openstackdocstheme] could not determine last_updated for 'api/keystone.conf.default' writing output... [ 48%] api/keystone.conf.domain_config [openstackdocstheme] could not determine last_updated for 'api/keystone.conf.domain_config' writing output... [ 48%] api/keystone.conf.endpoint_filter [openstackdocstheme] could not determine last_updated for 'api/keystone.conf.endpoint_filter' writing output... [ 49%] api/keystone.conf.endpoint_policy [openstackdocstheme] could not determine last_updated for 'api/keystone.conf.endpoint_policy' writing output... [ 49%] api/keystone.conf.eventlet_server [openstackdocstheme] could not determine last_updated for 'api/keystone.conf.eventlet_server' writing output... [ 49%] api/keystone.conf.federation [openstackdocstheme] could not determine last_updated for 'api/keystone.conf.federation' writing output... [ 49%] api/keystone.conf.fernet_receipts [openstackdocstheme] could not determine last_updated for 'api/keystone.conf.fernet_receipts' writing output... [ 50%] api/keystone.conf.fernet_tokens [openstackdocstheme] could not determine last_updated for 'api/keystone.conf.fernet_tokens' writing output... [ 50%] api/keystone.conf.identity [openstackdocstheme] could not determine last_updated for 'api/keystone.conf.identity' writing output... [ 50%] api/keystone.conf.identity_mapping [openstackdocstheme] could not determine last_updated for 'api/keystone.conf.identity_mapping' writing output... [ 50%] api/keystone.conf.jwt_tokens [openstackdocstheme] could not determine last_updated for 'api/keystone.conf.jwt_tokens' writing output... [ 50%] api/keystone.conf.ldap [openstackdocstheme] could not determine last_updated for 'api/keystone.conf.ldap' writing output... [ 51%] api/keystone.conf.memcache [openstackdocstheme] could not determine last_updated for 'api/keystone.conf.memcache' writing output... [ 51%] api/keystone.conf.oauth1 [openstackdocstheme] could not determine last_updated for 'api/keystone.conf.oauth1' writing output... [ 51%] api/keystone.conf.opts [openstackdocstheme] could not determine last_updated for 'api/keystone.conf.opts' writing output... [ 51%] api/keystone.conf.policy [openstackdocstheme] could not determine last_updated for 'api/keystone.conf.policy' writing output... [ 52%] api/keystone.conf.receipt [openstackdocstheme] could not determine last_updated for 'api/keystone.conf.receipt' writing output... [ 52%] api/keystone.conf.resource [openstackdocstheme] could not determine last_updated for 'api/keystone.conf.resource' writing output... [ 52%] api/keystone.conf.revoke [openstackdocstheme] could not determine last_updated for 'api/keystone.conf.revoke' writing output... [ 52%] api/keystone.conf.role [openstackdocstheme] could not determine last_updated for 'api/keystone.conf.role' writing output... [ 52%] api/keystone.conf.saml [openstackdocstheme] could not determine last_updated for 'api/keystone.conf.saml' writing output... [ 53%] api/keystone.conf.security_compliance [openstackdocstheme] could not determine last_updated for 'api/keystone.conf.security_compliance' writing output... [ 53%] api/keystone.conf.shadow_users [openstackdocstheme] could not determine last_updated for 'api/keystone.conf.shadow_users' writing output... [ 53%] api/keystone.conf.token [openstackdocstheme] could not determine last_updated for 'api/keystone.conf.token' writing output... [ 53%] api/keystone.conf.tokenless_auth [openstackdocstheme] could not determine last_updated for 'api/keystone.conf.tokenless_auth' writing output... [ 54%] api/keystone.conf.totp [openstackdocstheme] could not determine last_updated for 'api/keystone.conf.totp' writing output... [ 54%] api/keystone.conf.trust [openstackdocstheme] could not determine last_updated for 'api/keystone.conf.trust' writing output... [ 54%] api/keystone.conf.unified_limit [openstackdocstheme] could not determine last_updated for 'api/keystone.conf.unified_limit' writing output... [ 54%] api/keystone.conf.utils [openstackdocstheme] could not determine last_updated for 'api/keystone.conf.utils' writing output... [ 54%] api/keystone.conf.wsgi [openstackdocstheme] could not determine last_updated for 'api/keystone.conf.wsgi' writing output... [ 55%] api/keystone.credential [openstackdocstheme] could not determine last_updated for 'api/keystone.credential' writing output... [ 55%] api/keystone.credential.backends [openstackdocstheme] could not determine last_updated for 'api/keystone.credential.backends' writing output... [ 55%] api/keystone.credential.backends.base [openstackdocstheme] could not determine last_updated for 'api/keystone.credential.backends.base' writing output... [ 55%] api/keystone.credential.backends.sql [openstackdocstheme] could not determine last_updated for 'api/keystone.credential.backends.sql' writing output... [ 56%] api/keystone.credential.core [openstackdocstheme] could not determine last_updated for 'api/keystone.credential.core' writing output... [ 56%] api/keystone.credential.provider [openstackdocstheme] could not determine last_updated for 'api/keystone.credential.provider' writing output... [ 56%] api/keystone.credential.providers [openstackdocstheme] could not determine last_updated for 'api/keystone.credential.providers' writing output... [ 56%] api/keystone.credential.providers.core [openstackdocstheme] could not determine last_updated for 'api/keystone.credential.providers.core' writing output... [ 56%] api/keystone.credential.providers.fernet [openstackdocstheme] could not determine last_updated for 'api/keystone.credential.providers.fernet' writing output... [ 57%] api/keystone.credential.providers.fernet.core [openstackdocstheme] could not determine last_updated for 'api/keystone.credential.providers.fernet.core' writing output... [ 57%] api/keystone.credential.schema [openstackdocstheme] could not determine last_updated for 'api/keystone.credential.schema' writing output... [ 57%] api/keystone.endpoint_policy [openstackdocstheme] could not determine last_updated for 'api/keystone.endpoint_policy' writing output... [ 57%] api/keystone.endpoint_policy.backends [openstackdocstheme] could not determine last_updated for 'api/keystone.endpoint_policy.backends' writing output... [ 58%] api/keystone.endpoint_policy.backends.base [openstackdocstheme] could not determine last_updated for 'api/keystone.endpoint_policy.backends.base' writing output... [ 58%] api/keystone.endpoint_policy.backends.sql [openstackdocstheme] could not determine last_updated for 'api/keystone.endpoint_policy.backends.sql' writing output... [ 58%] api/keystone.endpoint_policy.core [openstackdocstheme] could not determine last_updated for 'api/keystone.endpoint_policy.core' writing output... [ 58%] api/keystone.exception [openstackdocstheme] could not determine last_updated for 'api/keystone.exception' writing output... [ 58%] api/keystone.federation [openstackdocstheme] could not determine last_updated for 'api/keystone.federation' writing output... [ 59%] api/keystone.federation.backends [openstackdocstheme] could not determine last_updated for 'api/keystone.federation.backends' writing output... [ 59%] api/keystone.federation.backends.base [openstackdocstheme] could not determine last_updated for 'api/keystone.federation.backends.base' writing output... [ 59%] api/keystone.federation.backends.sql [openstackdocstheme] could not determine last_updated for 'api/keystone.federation.backends.sql' writing output... [ 59%] api/keystone.federation.constants [openstackdocstheme] could not determine last_updated for 'api/keystone.federation.constants' writing output... [ 60%] api/keystone.federation.core [openstackdocstheme] could not determine last_updated for 'api/keystone.federation.core' writing output... [ 60%] api/keystone.federation.idp [openstackdocstheme] could not determine last_updated for 'api/keystone.federation.idp' writing output... [ 60%] api/keystone.federation.schema [openstackdocstheme] could not determine last_updated for 'api/keystone.federation.schema' writing output... [ 60%] api/keystone.federation.utils [openstackdocstheme] could not determine last_updated for 'api/keystone.federation.utils' writing output... [ 60%] api/keystone.i18n [openstackdocstheme] could not determine last_updated for 'api/keystone.i18n' writing output... [ 61%] api/keystone.identity [openstackdocstheme] could not determine last_updated for 'api/keystone.identity' writing output... [ 61%] api/keystone.identity.backends [openstackdocstheme] could not determine last_updated for 'api/keystone.identity.backends' writing output... [ 61%] api/keystone.identity.backends.base [openstackdocstheme] could not determine last_updated for 'api/keystone.identity.backends.base' writing output... [ 61%] api/keystone.identity.backends.ldap [openstackdocstheme] could not determine last_updated for 'api/keystone.identity.backends.ldap' writing output... [ 62%] api/keystone.identity.backends.ldap.common [openstackdocstheme] could not determine last_updated for 'api/keystone.identity.backends.ldap.common' writing output... [ 62%] api/keystone.identity.backends.ldap.core [openstackdocstheme] could not determine last_updated for 'api/keystone.identity.backends.ldap.core' writing output... [ 62%] api/keystone.identity.backends.ldap.models [openstackdocstheme] could not determine last_updated for 'api/keystone.identity.backends.ldap.models' writing output... [ 62%] api/keystone.identity.backends.resource_options [openstackdocstheme] could not determine last_updated for 'api/keystone.identity.backends.resource_options' writing output... [ 63%] api/keystone.identity.backends.sql [openstackdocstheme] could not determine last_updated for 'api/keystone.identity.backends.sql' writing output... [ 63%] api/keystone.identity.backends.sql_model [openstackdocstheme] could not determine last_updated for 'api/keystone.identity.backends.sql_model' writing output... [ 63%] api/keystone.identity.core [openstackdocstheme] could not determine last_updated for 'api/keystone.identity.core' writing output... [ 63%] api/keystone.identity.generator [openstackdocstheme] could not determine last_updated for 'api/keystone.identity.generator' writing output... [ 63%] api/keystone.identity.id_generators [openstackdocstheme] could not determine last_updated for 'api/keystone.identity.id_generators' writing output... [ 64%] api/keystone.identity.id_generators.sha256 [openstackdocstheme] could not determine last_updated for 'api/keystone.identity.id_generators.sha256' writing output... [ 64%] api/keystone.identity.mapping_backends [openstackdocstheme] could not determine last_updated for 'api/keystone.identity.mapping_backends' writing output... [ 64%] api/keystone.identity.mapping_backends.base [openstackdocstheme] could not determine last_updated for 'api/keystone.identity.mapping_backends.base' writing output... [ 64%] api/keystone.identity.mapping_backends.mapping [openstackdocstheme] could not determine last_updated for 'api/keystone.identity.mapping_backends.mapping' writing output... [ 65%] api/keystone.identity.mapping_backends.sql [openstackdocstheme] could not determine last_updated for 'api/keystone.identity.mapping_backends.sql' writing output... [ 65%] api/keystone.identity.schema [openstackdocstheme] could not determine last_updated for 'api/keystone.identity.schema' writing output... [ 65%] api/keystone.identity.shadow_backends [openstackdocstheme] could not determine last_updated for 'api/keystone.identity.shadow_backends' writing output... [ 65%] api/keystone.identity.shadow_backends.base [openstackdocstheme] could not determine last_updated for 'api/keystone.identity.shadow_backends.base' writing output... [ 65%] api/keystone.identity.shadow_backends.sql [openstackdocstheme] could not determine last_updated for 'api/keystone.identity.shadow_backends.sql' writing output... [ 66%] api/keystone.limit [openstackdocstheme] could not determine last_updated for 'api/keystone.limit' writing output... [ 66%] api/keystone.limit.backends [openstackdocstheme] could not determine last_updated for 'api/keystone.limit.backends' writing output... [ 66%] api/keystone.limit.backends.base [openstackdocstheme] could not determine last_updated for 'api/keystone.limit.backends.base' writing output... [ 66%] api/keystone.limit.backends.sql [openstackdocstheme] could not determine last_updated for 'api/keystone.limit.backends.sql' writing output... [ 67%] api/keystone.limit.core [openstackdocstheme] could not determine last_updated for 'api/keystone.limit.core' writing output... [ 67%] api/keystone.limit.models [openstackdocstheme] could not determine last_updated for 'api/keystone.limit.models' writing output... [ 67%] api/keystone.limit.models.base [openstackdocstheme] could not determine last_updated for 'api/keystone.limit.models.base' writing output... [ 67%] api/keystone.limit.models.flat [openstackdocstheme] could not determine last_updated for 'api/keystone.limit.models.flat' writing output... [ 67%] api/keystone.limit.models.strict_two_level [openstackdocstheme] could not determine last_updated for 'api/keystone.limit.models.strict_two_level' writing output... [ 68%] api/keystone.limit.schema [openstackdocstheme] could not determine last_updated for 'api/keystone.limit.schema' writing output... [ 68%] api/keystone.models [openstackdocstheme] could not determine last_updated for 'api/keystone.models' writing output... [ 68%] api/keystone.models.receipt_model [openstackdocstheme] could not determine last_updated for 'api/keystone.models.receipt_model' writing output... [ 68%] api/keystone.models.revoke_model [openstackdocstheme] could not determine last_updated for 'api/keystone.models.revoke_model' writing output... [ 69%] api/keystone.models.token_model [openstackdocstheme] could not determine last_updated for 'api/keystone.models.token_model' writing output... [ 69%] api/keystone.notifications [openstackdocstheme] could not determine last_updated for 'api/keystone.notifications' writing output... [ 69%] api/keystone.oauth1 [openstackdocstheme] could not determine last_updated for 'api/keystone.oauth1' writing output... [ 69%] api/keystone.oauth1.backends [openstackdocstheme] could not determine last_updated for 'api/keystone.oauth1.backends' writing output... [ 69%] api/keystone.oauth1.backends.base [openstackdocstheme] could not determine last_updated for 'api/keystone.oauth1.backends.base' writing output... [ 70%] api/keystone.oauth1.backends.sql [openstackdocstheme] could not determine last_updated for 'api/keystone.oauth1.backends.sql' writing output... [ 70%] api/keystone.oauth1.core [openstackdocstheme] could not determine last_updated for 'api/keystone.oauth1.core' writing output... [ 70%] api/keystone.oauth1.schema [openstackdocstheme] could not determine last_updated for 'api/keystone.oauth1.schema' writing output... [ 70%] api/keystone.oauth1.validator [openstackdocstheme] could not determine last_updated for 'api/keystone.oauth1.validator' writing output... [ 71%] api/keystone.policy [openstackdocstheme] could not determine last_updated for 'api/keystone.policy' writing output... [ 71%] api/keystone.policy.backends [openstackdocstheme] could not determine last_updated for 'api/keystone.policy.backends' writing output... [ 71%] api/keystone.policy.backends.base [openstackdocstheme] could not determine last_updated for 'api/keystone.policy.backends.base' writing output... [ 71%] api/keystone.policy.backends.rules [openstackdocstheme] could not determine last_updated for 'api/keystone.policy.backends.rules' writing output... [ 71%] api/keystone.policy.backends.sql [openstackdocstheme] could not determine last_updated for 'api/keystone.policy.backends.sql' writing output... [ 72%] api/keystone.policy.core [openstackdocstheme] could not determine last_updated for 'api/keystone.policy.core' writing output... [ 72%] api/keystone.policy.schema [openstackdocstheme] could not determine last_updated for 'api/keystone.policy.schema' writing output... [ 72%] api/keystone.receipt [openstackdocstheme] could not determine last_updated for 'api/keystone.receipt' writing output... [ 72%] api/keystone.receipt.handlers [openstackdocstheme] could not determine last_updated for 'api/keystone.receipt.handlers' writing output... [ 73%] api/keystone.receipt.provider [openstackdocstheme] could not determine last_updated for 'api/keystone.receipt.provider' writing output... [ 73%] api/keystone.receipt.providers [openstackdocstheme] could not determine last_updated for 'api/keystone.receipt.providers' writing output... [ 73%] api/keystone.receipt.providers.base [openstackdocstheme] could not determine last_updated for 'api/keystone.receipt.providers.base' writing output... [ 73%] api/keystone.receipt.providers.fernet [openstackdocstheme] could not determine last_updated for 'api/keystone.receipt.providers.fernet' writing output... [ 73%] api/keystone.receipt.providers.fernet.core [openstackdocstheme] could not determine last_updated for 'api/keystone.receipt.providers.fernet.core' writing output... [ 74%] api/keystone.receipt.receipt_formatters [openstackdocstheme] could not determine last_updated for 'api/keystone.receipt.receipt_formatters' writing output... [ 74%] api/keystone.resource [openstackdocstheme] could not determine last_updated for 'api/keystone.resource' writing output... [ 74%] api/keystone.resource.backends [openstackdocstheme] could not determine last_updated for 'api/keystone.resource.backends' writing output... [ 74%] api/keystone.resource.backends.base [openstackdocstheme] could not determine last_updated for 'api/keystone.resource.backends.base' writing output... [ 75%] api/keystone.resource.backends.resource_options [openstackdocstheme] could not determine last_updated for 'api/keystone.resource.backends.resource_options' writing output... [ 75%] api/keystone.resource.backends.sql [openstackdocstheme] could not determine last_updated for 'api/keystone.resource.backends.sql' writing output... [ 75%] api/keystone.resource.backends.sql_model [openstackdocstheme] could not determine last_updated for 'api/keystone.resource.backends.sql_model' writing output... [ 75%] api/keystone.resource.config_backends [openstackdocstheme] could not determine last_updated for 'api/keystone.resource.config_backends' writing output... [ 76%] api/keystone.resource.config_backends.base [openstackdocstheme] could not determine last_updated for 'api/keystone.resource.config_backends.base' writing output... [ 76%] api/keystone.resource.config_backends.sql [openstackdocstheme] could not determine last_updated for 'api/keystone.resource.config_backends.sql' writing output... [ 76%] api/keystone.resource.core [openstackdocstheme] could not determine last_updated for 'api/keystone.resource.core' writing output... [ 76%] api/keystone.resource.schema [openstackdocstheme] could not determine last_updated for 'api/keystone.resource.schema' writing output... [ 76%] api/keystone.revoke [openstackdocstheme] could not determine last_updated for 'api/keystone.revoke' writing output... [ 77%] api/keystone.revoke.backends [openstackdocstheme] could not determine last_updated for 'api/keystone.revoke.backends' writing output... [ 77%] api/keystone.revoke.backends.base [openstackdocstheme] could not determine last_updated for 'api/keystone.revoke.backends.base' writing output... [ 77%] api/keystone.revoke.backends.sql [openstackdocstheme] could not determine last_updated for 'api/keystone.revoke.backends.sql' writing output... [ 77%] api/keystone.revoke.core [openstackdocstheme] could not determine last_updated for 'api/keystone.revoke.core' writing output... [ 78%] api/keystone.revoke.model [openstackdocstheme] could not determine last_updated for 'api/keystone.revoke.model' writing output... [ 78%] api/keystone.server [openstackdocstheme] could not determine last_updated for 'api/keystone.server' writing output... [ 78%] api/keystone.server.backends [openstackdocstheme] could not determine last_updated for 'api/keystone.server.backends' writing output... [ 78%] api/keystone.server.flask [openstackdocstheme] could not determine last_updated for 'api/keystone.server.flask' writing output... [ 78%] api/keystone.server.flask.application [openstackdocstheme] could not determine last_updated for 'api/keystone.server.flask.application' writing output... [ 79%] api/keystone.server.flask.common [openstackdocstheme] could not determine last_updated for 'api/keystone.server.flask.common' writing output... [ 79%] api/keystone.server.flask.core [openstackdocstheme] could not determine last_updated for 'api/keystone.server.flask.core' writing output... [ 79%] api/keystone.server.flask.request_processing [openstackdocstheme] could not determine last_updated for 'api/keystone.server.flask.request_processing' writing output... [ 79%] api/keystone.server.flask.request_processing.json_body [openstackdocstheme] could not determine last_updated for 'api/keystone.server.flask.request_processing.json_body' writing output... [ 80%] api/keystone.server.flask.request_processing.middleware [openstackdocstheme] could not determine last_updated for 'api/keystone.server.flask.request_processing.middleware' writing output... [ 80%] api/keystone.server.flask.request_processing.middleware.auth_context [openstackdocstheme] could not determine last_updated for 'api/keystone.server.flask.request_processing.middleware.auth_context' writing output... [ 80%] api/keystone.server.flask.request_processing.middleware.url_normalize [openstackdocstheme] could not determine last_updated for 'api/keystone.server.flask.request_processing.middleware.url_normalize' writing output... [ 80%] api/keystone.server.flask.request_processing.req_logging [openstackdocstheme] could not determine last_updated for 'api/keystone.server.flask.request_processing.req_logging' writing output... [ 80%] api/keystone.server.wsgi [openstackdocstheme] could not determine last_updated for 'api/keystone.server.wsgi' writing output... [ 81%] api/keystone.token [openstackdocstheme] could not determine last_updated for 'api/keystone.token' writing output... [ 81%] api/keystone.token.provider [openstackdocstheme] could not determine last_updated for 'api/keystone.token.provider' writing output... [ 81%] api/keystone.token.providers [openstackdocstheme] could not determine last_updated for 'api/keystone.token.providers' writing output... [ 81%] api/keystone.token.providers.base [openstackdocstheme] could not determine last_updated for 'api/keystone.token.providers.base' writing output... [ 82%] api/keystone.token.providers.fernet [openstackdocstheme] could not determine last_updated for 'api/keystone.token.providers.fernet' writing output... [ 82%] api/keystone.token.providers.fernet.core [openstackdocstheme] could not determine last_updated for 'api/keystone.token.providers.fernet.core' writing output... [ 82%] api/keystone.token.providers.jws [openstackdocstheme] could not determine last_updated for 'api/keystone.token.providers.jws' writing output... [ 82%] api/keystone.token.providers.jws.core [openstackdocstheme] could not determine last_updated for 'api/keystone.token.providers.jws.core' writing output... [ 82%] api/keystone.token.token_formatters [openstackdocstheme] could not determine last_updated for 'api/keystone.token.token_formatters' writing output... [ 83%] api/keystone.trust [openstackdocstheme] could not determine last_updated for 'api/keystone.trust' writing output... [ 83%] api/keystone.trust.backends [openstackdocstheme] could not determine last_updated for 'api/keystone.trust.backends' writing output... [ 83%] api/keystone.trust.backends.base [openstackdocstheme] could not determine last_updated for 'api/keystone.trust.backends.base' writing output... [ 83%] api/keystone.trust.backends.sql [openstackdocstheme] could not determine last_updated for 'api/keystone.trust.backends.sql' writing output... [ 84%] api/keystone.trust.core [openstackdocstheme] could not determine last_updated for 'api/keystone.trust.core' writing output... [ 84%] api/keystone.trust.schema [openstackdocstheme] could not determine last_updated for 'api/keystone.trust.schema' writing output... [ 84%] api/keystone.version [openstackdocstheme] could not determine last_updated for 'api/keystone.version' writing output... [ 84%] api/modules [openstackdocstheme] could not determine last_updated for 'api/modules' writing output... [ 84%] api_curl_examples writing output... [ 85%] cli/commands writing output... [ 85%] cli/index writing output... [ 85%] cli/keystone-manage writing output... [ 85%] cli/keystone-status writing output... [ 86%] code_documentation writing output... [ 86%] configuration/config-options writing output... [ 86%] configuration/index writing output... [ 86%] configuration/policy writing output... [ 86%] configuration/samples/index writing output... [ 87%] configuration/samples/keystone-conf writing output... [ 87%] configuration/samples/logging-conf writing output... [ 87%] configuration/samples/policy-yaml writing output... [ 87%] contributor/api_change_tutorial writing output... [ 88%] contributor/architecture writing output... [ 88%] contributor/auth-plugins writing output... [ 88%] contributor/caching-layer writing output... [ 88%] contributor/contributing writing output... [ 89%] contributor/database-migrations writing output... [ 89%] contributor/developing-drivers writing output... [ 89%] contributor/doctor-checks writing output... [ 89%] contributor/filtering-responsibilities writing output... [ 89%] contributor/how-can-i-help writing output... [ 90%] contributor/http-api writing output... [ 90%] contributor/id-manage writing output... [ 90%] contributor/index writing output... [ 90%] contributor/list-truncation writing output... [ 91%] contributor/programming-exercises writing output... [ 91%] contributor/proposing-features writing output... [ 91%] contributor/release-notes writing output... [ 91%] contributor/service-catalog writing output... [ 91%] contributor/services writing output... [ 92%] contributor/set-up-keystone writing output... [ 92%] contributor/testing-keystone writing output... [ 92%] contributor/translated-responses writing output... [ 92%] contributor/vision-reflection writing output... [ 93%] getting-started/architecture writing output... [ 93%] getting-started/community writing output... [ 93%] getting-started/index writing output... [ 93%] getting-started/policy_mapping writing output... [ 93%] index writing output... [ 94%] indices-tables writing output... [ 94%] install/get-started-obs writing output... [ 94%] install/get-started-rdo writing output... [ 94%] install/get-started-ubuntu writing output... [ 95%] install/index writing output... [ 95%] install/index-obs writing output... [ 95%] install/index-rdo writing output... [ 95%] install/index-ubuntu writing output... [ 95%] install/keystone-install-obs writing output... [ 96%] install/keystone-install-rdo writing output... [ 96%] install/keystone-install-ubuntu writing output... [ 96%] install/keystone-openrc-obs writing output... [ 96%] install/keystone-openrc-rdo writing output... [ 97%] install/keystone-openrc-ubuntu writing output... [ 97%] install/keystone-users-obs writing output... [ 97%] install/keystone-users-rdo writing output... [ 97%] install/keystone-users-ubuntu writing output... [ 97%] install/keystone-verify-obs writing output... [ 98%] install/keystone-verify-rdo writing output... [ 98%] install/keystone-verify-ubuntu writing output... [ 98%] install/shared/note_configuration_vary_by_distribution writing output... [ 98%] user/application_credentials writing output... [ 99%] user/index writing output... [ 99%] user/json_home writing output... [ 99%] user/multi-factor-authentication writing output... [ 99%] user/supported_clients writing output... [100%] user/trusts generating indices... genindex done writing additional pages... search done copying images... [ 50%] admin/federation/../../_static/horizon-login-sp.png copying images... [100%] admin/federation/../../_static/horizon-login-idp.png copying static files... done copying extra files... done dumping search index in English (code: en)... done dumping object inventory... done build succeeded, 343 warnings. The HTML pages are in doc/build/html. + mkdir -p doc/build/man/_static + sphinx-build -b man doc/source doc/build/man Running Sphinx v3.4.3 [openstackdocstheme] version: 2.2.6 [openstackdocstheme] connecting html-page-context event handler [openstackdocstheme] overriding configured project name (Python) with name extracted from the package (keystone); you can disable this behavior with the 'openstackdocs_auto_name' option [oslo_config.sphinxconfiggen] reading config generator instructions from /builddir/build/BUILD/keystone-21.0.0/doc/source/../../config-generator/keystone.conf [oslo_config.sphinxconfiggen] writing sample configuration to /builddir/build/BUILD/keystone-21.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-21.0.0/doc/source/../../config-generator/keystone-policy-generator.conf [oslo_policy.sphinxpolicygen] writing sample policy to /builddir/build/BUILD/keystone-21.0.0/doc/source/_static/keystone.policy.yaml.sample WARNING:stevedore.named:Could not load keystone [openstackdocstheme] using theme from /usr/lib/python3.9/site-packages/openstackdocstheme/theme [openstackdocstheme] no /builddir/build/BUILD/keystone-21.0.0/.gitreview found Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.exception.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.i18n.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.notifications.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.version.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.api.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.api.auth.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.api.credentials.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.api.discovery.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.api.domains.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.api.ec2tokens.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.api.endpoints.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.api.groups.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.api.limits.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.api.os_ep_filter.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.api.os_federation.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.api.os_inherit.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.api.os_oauth1.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.api.os_revoke.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.api.os_simple_cert.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.api.policy.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.api.projects.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.api.regions.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.api.registered_limits.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.api.role_assignments.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.api.role_inferences.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.api.roles.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.api.s3tokens.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.api.services.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.api.system.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.api.trusts.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.api.users.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.application_credential.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.application_credential.core.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.application_credential.schema.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.application_credential.backends.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.application_credential.backends.base.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.application_credential.backends.sql.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.assignment.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.assignment.core.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.assignment.schema.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.assignment.backends.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.assignment.backends.base.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.assignment.backends.sql.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.assignment.role_backends.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.assignment.role_backends.base.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.assignment.role_backends.resource_options.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.assignment.role_backends.sql.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.assignment.role_backends.sql_model.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.auth.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.auth.core.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.auth.schema.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.auth.plugins.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.auth.plugins.application_credential.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.auth.plugins.base.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.auth.plugins.core.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.auth.plugins.external.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.auth.plugins.mapped.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.auth.plugins.oauth1.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.auth.plugins.password.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.auth.plugins.token.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.auth.plugins.totp.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.catalog.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.catalog.core.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.catalog.schema.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.catalog.backends.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.catalog.backends.base.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.catalog.backends.sql.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.catalog.backends.templated.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.cmd.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.cmd.bootstrap.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.cmd.cli.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.cmd.manage.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.cmd.status.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.cmd.doctor.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.cmd.doctor.caching.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.cmd.doctor.credential.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.cmd.doctor.database.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.cmd.doctor.debug.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.cmd.doctor.federation.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.cmd.doctor.ldap.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.cmd.doctor.security_compliance.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.cmd.doctor.tokens.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.cmd.doctor.tokens_fernet.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.authorization.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.context.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.driver_hints.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.fernet_utils.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.json_home.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.jwt_utils.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.manager.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.password_hashing.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.profiler.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.provider_api.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.render_token.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.tokenless_auth.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.utils.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.cache.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.cache.core.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.policies.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.policies.access_rule.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.policies.access_token.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.policies.application_credential.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.policies.auth.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.policies.base.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.policies.consumer.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.policies.credential.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.policies.domain.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.policies.domain_config.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.policies.ec2_credential.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.policies.endpoint.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.policies.endpoint_group.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.policies.grant.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.policies.group.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.policies.identity_provider.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.policies.implied_role.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.policies.limit.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.policies.mapping.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.policies.policy.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.policies.policy_association.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.policies.project.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.policies.project_endpoint.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.policies.protocol.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.policies.region.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.policies.registered_limit.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.policies.revoke_event.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.policies.role.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.policies.role_assignment.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.policies.service.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.policies.service_provider.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.policies.token.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.policies.token_revocation.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.policies.trust.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.policies.user.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.rbac_enforcer.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.rbac_enforcer.enforcer.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.rbac_enforcer.policy.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.resource_options.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.resource_options.core.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.resource_options.options.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.resource_options.options.immutable.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.sql.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.sql.upgrades.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.sql.legacy_migrations.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.sql.legacy_migrations.contract_repo.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.sql.legacy_migrations.contract_repo.manage.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.sql.legacy_migrations.contract_repo.versions.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.sql.legacy_migrations.contract_repo.versions.073_contract_initial_migration.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.sql.legacy_migrations.contract_repo.versions.074_placeholder.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.sql.legacy_migrations.contract_repo.versions.075_placeholder.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.sql.legacy_migrations.contract_repo.versions.076_placeholder.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.sql.legacy_migrations.contract_repo.versions.077_placeholder.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.sql.legacy_migrations.contract_repo.versions.078_placeholder.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.sql.legacy_migrations.contract_repo.versions.079_contract_update_local_id_limit.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.sql.legacy_migrations.data_migration_repo.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.sql.legacy_migrations.data_migration_repo.manage.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.sql.legacy_migrations.data_migration_repo.versions.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.sql.legacy_migrations.data_migration_repo.versions.073_migrate_initial_migration.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.sql.legacy_migrations.data_migration_repo.versions.074_placeholder.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.sql.legacy_migrations.data_migration_repo.versions.075_placeholder.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.sql.legacy_migrations.data_migration_repo.versions.076_placeholder.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.sql.legacy_migrations.data_migration_repo.versions.077_placeholder.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.sql.legacy_migrations.data_migration_repo.versions.078_placeholder.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.sql.legacy_migrations.data_migration_repo.versions.079_migrate_update_local_id_limit.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.sql.legacy_migrations.expand_repo.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.sql.legacy_migrations.expand_repo.manage.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.sql.legacy_migrations.expand_repo.versions.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.sql.legacy_migrations.expand_repo.versions.073_expand_initial_migration.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.sql.legacy_migrations.expand_repo.versions.074_placeholder.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.sql.legacy_migrations.expand_repo.versions.075_placeholder.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.sql.legacy_migrations.expand_repo.versions.076_placeholder.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.sql.legacy_migrations.expand_repo.versions.077_placeholder.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.sql.legacy_migrations.expand_repo.versions.078_placeholder.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.sql.legacy_migrations.expand_repo.versions.079_expand_update_local_id_limit.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.validation.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.validation.parameter_types.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.common.validation.validators.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.conf.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.conf.application_credential.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.conf.assignment.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.conf.auth.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.conf.catalog.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.conf.constants.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.conf.credential.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.conf.default.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.conf.domain_config.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.conf.endpoint_filter.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.conf.endpoint_policy.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.conf.eventlet_server.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.conf.federation.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.conf.fernet_receipts.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.conf.fernet_tokens.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.conf.identity.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.conf.identity_mapping.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.conf.jwt_tokens.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.conf.ldap.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.conf.memcache.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.conf.oauth1.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.conf.opts.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.conf.policy.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.conf.receipt.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.conf.resource.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.conf.revoke.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.conf.role.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.conf.saml.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.conf.security_compliance.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.conf.shadow_users.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.conf.token.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.conf.tokenless_auth.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.conf.totp.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.conf.trust.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.conf.unified_limit.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.conf.utils.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.conf.wsgi.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.credential.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.credential.core.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.credential.provider.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.credential.schema.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.credential.backends.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.credential.backends.base.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.credential.backends.sql.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.credential.providers.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.credential.providers.core.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.credential.providers.fernet.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.credential.providers.fernet.core.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.endpoint_policy.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.endpoint_policy.core.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.endpoint_policy.backends.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.endpoint_policy.backends.base.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.endpoint_policy.backends.sql.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.federation.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.federation.constants.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.federation.core.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.federation.idp.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.federation.schema.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.federation.utils.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.federation.backends.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.federation.backends.base.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.federation.backends.sql.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.identity.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.identity.core.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.identity.generator.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.identity.schema.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.identity.backends.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.identity.backends.base.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.identity.backends.resource_options.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.identity.backends.sql.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.identity.backends.sql_model.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.identity.backends.ldap.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.identity.backends.ldap.common.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.identity.backends.ldap.core.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.identity.backends.ldap.models.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.identity.id_generators.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.identity.id_generators.sha256.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.identity.mapping_backends.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.identity.mapping_backends.base.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.identity.mapping_backends.mapping.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.identity.mapping_backends.sql.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.identity.shadow_backends.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.identity.shadow_backends.base.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.identity.shadow_backends.sql.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.limit.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.limit.core.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.limit.schema.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.limit.backends.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.limit.backends.base.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.limit.backends.sql.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.limit.models.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.limit.models.base.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.limit.models.flat.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.limit.models.strict_two_level.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.models.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.models.receipt_model.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.models.revoke_model.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.models.token_model.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.oauth1.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.oauth1.core.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.oauth1.schema.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.oauth1.validator.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.oauth1.backends.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.oauth1.backends.base.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.oauth1.backends.sql.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.policy.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.policy.core.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.policy.schema.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.policy.backends.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.policy.backends.base.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.policy.backends.rules.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.policy.backends.sql.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.receipt.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.receipt.handlers.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.receipt.provider.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.receipt.receipt_formatters.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.receipt.providers.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.receipt.providers.base.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.receipt.providers.fernet.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.receipt.providers.fernet.core.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.resource.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.resource.core.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.resource.schema.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.resource.backends.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.resource.backends.base.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.resource.backends.resource_options.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.resource.backends.sql.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.resource.backends.sql_model.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.resource.config_backends.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.resource.config_backends.base.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.resource.config_backends.sql.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.revoke.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.revoke.core.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.revoke.model.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.revoke.backends.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.revoke.backends.base.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.revoke.backends.sql.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.server.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.server.backends.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.server.wsgi.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.server.flask.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.server.flask.application.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.server.flask.common.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.server.flask.core.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.server.flask.request_processing.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.server.flask.request_processing.json_body.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.server.flask.request_processing.req_logging.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.server.flask.request_processing.middleware.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.server.flask.request_processing.middleware.auth_context.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.server.flask.request_processing.middleware.url_normalize.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.token.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.token.provider.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.token.token_formatters.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.token.providers.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.token.providers.base.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.token.providers.fernet.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.token.providers.fernet.core.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.token.providers.jws.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.token.providers.jws.core.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.trust.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.trust.core.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.trust.schema.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.trust.backends.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.trust.backends.base.rst. Creating file /builddir/build/BUILD/keystone-21.0.0/doc/source/api/keystone.trust.backends.sql.rst. Creating file /builddir/build/BUILD/keystone-21.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: [new config] 446 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/case-insensitive reading sources... [ 1%] 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... [ 2%] 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... [ 3%] admin/federation/mapping_combinations reading sources... [ 3%] admin/fernet-token-faq reading sources... [ 3%] admin/getting-started reading sources... [ 3%] admin/health-check-middleware reading sources... [ 4%] admin/identity-concepts reading sources... [ 4%] admin/identity-sources reading sources... [ 4%] admin/index reading sources... [ 4%] admin/jws-key-rotation reading sources... [ 4%] admin/keystone-features reading sources... [ 5%] admin/manage-services reading sources... [ 5%] admin/manage-trusts reading sources... [ 5%] admin/multi-factor-authentication reading sources... [ 5%] admin/oauth1 reading sources... [ 6%] admin/operations reading sources... [ 6%] admin/resource-options reading sources... [ 6%] admin/service-api-protection reading sources... [ 6%] admin/token-provider reading sources... [ 6%] admin/tokens reading sources... [ 7%] admin/tokens-overview reading sources... [ 7%] admin/unified-limits reading sources... [ 7%] admin/upgrading reading sources... [ 7%] api/keystone 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... [ 10%] api/keystone.api.os_ep_filter reading sources... [ 10%] api/keystone.api.os_federation reading sources... [ 10%] api/keystone.api.os_inherit reading sources... [ 10%] api/keystone.api.os_oauth1 reading sources... [ 10%] api/keystone.api.os_revoke reading sources... [ 11%] api/keystone.api.os_simple_cert reading sources... [ 11%] api/keystone.api.policy reading sources... [ 11%] api/keystone.api.projects reading sources... [ 11%] api/keystone.api.regions reading sources... [ 12%] api/keystone.api.registered_limits reading sources... [ 12%] api/keystone.api.role_assignments reading sources... [ 12%] api/keystone.api.role_inferences reading sources... [ 12%] api/keystone.api.roles reading sources... [ 13%] api/keystone.api.s3tokens reading sources... [ 13%] api/keystone.api.services reading sources... [ 13%] api/keystone.api.system reading sources... [ 13%] api/keystone.api.trusts reading sources... [ 13%] api/keystone.api.users reading sources... [ 14%] api/keystone.application_credential reading sources... [ 14%] api/keystone.application_credential.backends reading sources... [ 14%] api/keystone.application_credential.backends.base reading sources... [ 14%] api/keystone.application_credential.backends.sql reading sources... [ 15%] api/keystone.application_credential.core reading sources... [ 15%] api/keystone.application_credential.schema reading sources... [ 15%] api/keystone.assignment reading sources... [ 15%] api/keystone.assignment.backends reading sources... [ 15%] api/keystone.assignment.backends.base reading sources... [ 16%] api/keystone.assignment.backends.sql reading sources... [ 16%] api/keystone.assignment.core reading sources... [ 16%] api/keystone.assignment.role_backends reading sources... [ 16%] api/keystone.assignment.role_backends.base reading sources... [ 17%] api/keystone.assignment.role_backends.resource_options reading sources... [ 17%] api/keystone.assignment.role_backends.sql reading sources... [ 17%] api/keystone.assignment.role_backends.sql_model reading sources... [ 17%] api/keystone.assignment.schema reading sources... [ 17%] api/keystone.auth reading sources... [ 18%] api/keystone.auth.core reading sources... [ 18%] api/keystone.auth.plugins reading sources... [ 18%] api/keystone.auth.plugins.application_credential reading sources... [ 18%] api/keystone.auth.plugins.base reading sources... [ 19%] api/keystone.auth.plugins.core reading sources... [ 19%] api/keystone.auth.plugins.external reading sources... [ 19%] api/keystone.auth.plugins.mapped reading sources... [ 19%] api/keystone.auth.plugins.oauth1 reading sources... [ 19%] api/keystone.auth.plugins.password reading sources... [ 20%] api/keystone.auth.plugins.token reading sources... [ 20%] api/keystone.auth.plugins.totp reading sources... [ 20%] api/keystone.auth.schema reading sources... [ 20%] api/keystone.catalog reading sources... [ 21%] api/keystone.catalog.backends reading sources... [ 21%] api/keystone.catalog.backends.base reading sources... [ 21%] api/keystone.catalog.backends.sql reading sources... [ 21%] api/keystone.catalog.backends.templated reading sources... [ 21%] api/keystone.catalog.core reading sources... [ 22%] api/keystone.catalog.schema reading sources... [ 22%] api/keystone.cmd reading sources... [ 22%] api/keystone.cmd.bootstrap reading sources... [ 22%] api/keystone.cmd.cli reading sources... [ 23%] api/keystone.cmd.doctor reading sources... [ 23%] api/keystone.cmd.doctor.caching reading sources... [ 23%] api/keystone.cmd.doctor.credential reading sources... [ 23%] api/keystone.cmd.doctor.database reading sources... [ 23%] api/keystone.cmd.doctor.debug reading sources... [ 24%] api/keystone.cmd.doctor.federation reading sources... [ 24%] api/keystone.cmd.doctor.ldap reading sources... [ 24%] api/keystone.cmd.doctor.security_compliance reading sources... [ 24%] api/keystone.cmd.doctor.tokens reading sources... [ 25%] api/keystone.cmd.doctor.tokens_fernet reading sources... [ 25%] api/keystone.cmd.manage reading sources... [ 25%] api/keystone.cmd.status reading sources... [ 25%] api/keystone.common reading sources... [ 26%] api/keystone.common.authorization reading sources... [ 26%] api/keystone.common.cache reading sources... [ 26%] api/keystone.common.cache.core reading sources... [ 26%] api/keystone.common.context reading sources... [ 26%] api/keystone.common.driver_hints reading sources... [ 27%] api/keystone.common.fernet_utils reading sources... [ 27%] api/keystone.common.json_home reading sources... [ 27%] api/keystone.common.jwt_utils reading sources... [ 27%] api/keystone.common.manager reading sources... [ 28%] api/keystone.common.password_hashing reading sources... [ 28%] api/keystone.common.policies reading sources... [ 28%] api/keystone.common.policies.access_rule reading sources... [ 28%] api/keystone.common.policies.access_token reading sources... [ 28%] api/keystone.common.policies.application_credential reading sources... [ 29%] api/keystone.common.policies.auth reading sources... [ 29%] api/keystone.common.policies.base reading sources... [ 29%] api/keystone.common.policies.consumer reading sources... [ 29%] api/keystone.common.policies.credential reading sources... [ 30%] api/keystone.common.policies.domain reading sources... [ 30%] api/keystone.common.policies.domain_config reading sources... [ 30%] api/keystone.common.policies.ec2_credential reading sources... [ 30%] api/keystone.common.policies.endpoint reading sources... [ 30%] api/keystone.common.policies.endpoint_group reading sources... [ 31%] api/keystone.common.policies.grant reading sources... [ 31%] api/keystone.common.policies.group reading sources... [ 31%] api/keystone.common.policies.identity_provider reading sources... [ 31%] api/keystone.common.policies.implied_role reading sources... [ 32%] api/keystone.common.policies.limit reading sources... [ 32%] api/keystone.common.policies.mapping reading sources... [ 32%] api/keystone.common.policies.policy reading sources... [ 32%] api/keystone.common.policies.policy_association reading sources... [ 32%] api/keystone.common.policies.project reading sources... [ 33%] api/keystone.common.policies.project_endpoint reading sources... [ 33%] api/keystone.common.policies.protocol reading sources... [ 33%] api/keystone.common.policies.region reading sources... [ 33%] api/keystone.common.policies.registered_limit reading sources... [ 34%] api/keystone.common.policies.revoke_event reading sources... [ 34%] api/keystone.common.policies.role reading sources... [ 34%] api/keystone.common.policies.role_assignment reading sources... [ 34%] api/keystone.common.policies.service reading sources... [ 34%] api/keystone.common.policies.service_provider reading sources... [ 35%] api/keystone.common.policies.token reading sources... [ 35%] api/keystone.common.policies.token_revocation reading sources... [ 35%] api/keystone.common.policies.trust reading sources... [ 35%] api/keystone.common.policies.user reading sources... [ 36%] api/keystone.common.profiler reading sources... [ 36%] api/keystone.common.provider_api reading sources... [ 36%] api/keystone.common.rbac_enforcer reading sources... [ 36%] api/keystone.common.rbac_enforcer.enforcer reading sources... [ 36%] api/keystone.common.rbac_enforcer.policy reading sources... [ 37%] api/keystone.common.render_token reading sources... [ 37%] api/keystone.common.resource_options reading sources... [ 37%] api/keystone.common.resource_options.core reading sources... [ 37%] api/keystone.common.resource_options.options reading sources... [ 38%] api/keystone.common.resource_options.options.immutable reading sources... [ 38%] api/keystone.common.sql reading sources... [ 38%] api/keystone.common.sql.legacy_migrations reading sources... [ 38%] api/keystone.common.sql.legacy_migrations.contract_repo reading sources... [ 39%] api/keystone.common.sql.legacy_migrations.contract_repo.manage reading sources... [ 39%] api/keystone.common.sql.legacy_migrations.contract_repo.versions reading sources... [ 39%] api/keystone.common.sql.legacy_migrations.contract_repo.versions.073_contract_initial_migration reading sources... [ 39%] api/keystone.common.sql.legacy_migrations.contract_repo.versions.074_placeholder reading sources... [ 39%] api/keystone.common.sql.legacy_migrations.contract_repo.versions.075_placeholder reading sources... [ 40%] api/keystone.common.sql.legacy_migrations.contract_repo.versions.076_placeholder reading sources... [ 40%] api/keystone.common.sql.legacy_migrations.contract_repo.versions.077_placeholder reading sources... [ 40%] api/keystone.common.sql.legacy_migrations.contract_repo.versions.078_placeholder reading sources... [ 40%] api/keystone.common.sql.legacy_migrations.contract_repo.versions.079_contract_update_local_id_limit reading sources... [ 41%] api/keystone.common.sql.legacy_migrations.data_migration_repo reading sources... [ 41%] api/keystone.common.sql.legacy_migrations.data_migration_repo.manage reading sources... [ 41%] api/keystone.common.sql.legacy_migrations.data_migration_repo.versions reading sources... [ 41%] api/keystone.common.sql.legacy_migrations.data_migration_repo.versions.073_migrate_initial_migration reading sources... [ 41%] api/keystone.common.sql.legacy_migrations.data_migration_repo.versions.074_placeholder reading sources... [ 42%] api/keystone.common.sql.legacy_migrations.data_migration_repo.versions.075_placeholder reading sources... [ 42%] api/keystone.common.sql.legacy_migrations.data_migration_repo.versions.076_placeholder reading sources... [ 42%] api/keystone.common.sql.legacy_migrations.data_migration_repo.versions.077_placeholder reading sources... [ 42%] api/keystone.common.sql.legacy_migrations.data_migration_repo.versions.078_placeholder reading sources... [ 43%] api/keystone.common.sql.legacy_migrations.data_migration_repo.versions.079_migrate_update_local_id_limit reading sources... [ 43%] api/keystone.common.sql.legacy_migrations.expand_repo reading sources... [ 43%] api/keystone.common.sql.legacy_migrations.expand_repo.manage reading sources... [ 43%] api/keystone.common.sql.legacy_migrations.expand_repo.versions reading sources... [ 43%] api/keystone.common.sql.legacy_migrations.expand_repo.versions.073_expand_initial_migration reading sources... [ 44%] api/keystone.common.sql.legacy_migrations.expand_repo.versions.074_placeholder reading sources... [ 44%] api/keystone.common.sql.legacy_migrations.expand_repo.versions.075_placeholder reading sources... [ 44%] api/keystone.common.sql.legacy_migrations.expand_repo.versions.076_placeholder reading sources... [ 44%] api/keystone.common.sql.legacy_migrations.expand_repo.versions.077_placeholder reading sources... [ 45%] api/keystone.common.sql.legacy_migrations.expand_repo.versions.078_placeholder reading sources... [ 45%] api/keystone.common.sql.legacy_migrations.expand_repo.versions.079_expand_update_local_id_limit reading sources... [ 45%] api/keystone.common.sql.upgrades reading sources... [ 45%] api/keystone.common.tokenless_auth reading sources... [ 45%] api/keystone.common.utils reading sources... [ 46%] api/keystone.common.validation reading sources... [ 46%] api/keystone.common.validation.parameter_types reading sources... [ 46%] api/keystone.common.validation.validators reading sources... [ 46%] api/keystone.conf reading sources... [ 47%] api/keystone.conf.application_credential reading sources... [ 47%] api/keystone.conf.assignment reading sources... [ 47%] api/keystone.conf.auth reading sources... [ 47%] api/keystone.conf.catalog reading sources... [ 47%] api/keystone.conf.constants reading sources... [ 48%] api/keystone.conf.credential reading sources... [ 48%] api/keystone.conf.default reading sources... [ 48%] api/keystone.conf.domain_config reading sources... [ 48%] api/keystone.conf.endpoint_filter reading sources... [ 49%] api/keystone.conf.endpoint_policy reading sources... [ 49%] api/keystone.conf.eventlet_server reading sources... [ 49%] api/keystone.conf.federation reading sources... [ 49%] api/keystone.conf.fernet_receipts reading sources... [ 50%] api/keystone.conf.fernet_tokens reading sources... [ 50%] api/keystone.conf.identity reading sources... [ 50%] api/keystone.conf.identity_mapping reading sources... [ 50%] api/keystone.conf.jwt_tokens reading sources... [ 50%] api/keystone.conf.ldap reading sources... [ 51%] api/keystone.conf.memcache reading sources... [ 51%] api/keystone.conf.oauth1 reading sources... [ 51%] api/keystone.conf.opts reading sources... [ 51%] api/keystone.conf.policy reading sources... [ 52%] api/keystone.conf.receipt reading sources... [ 52%] api/keystone.conf.resource reading sources... [ 52%] api/keystone.conf.revoke reading sources... [ 52%] api/keystone.conf.role reading sources... [ 52%] api/keystone.conf.saml reading sources... [ 53%] api/keystone.conf.security_compliance reading sources... [ 53%] api/keystone.conf.shadow_users reading sources... [ 53%] api/keystone.conf.token reading sources... [ 53%] api/keystone.conf.tokenless_auth reading sources... [ 54%] api/keystone.conf.totp reading sources... [ 54%] api/keystone.conf.trust reading sources... [ 54%] api/keystone.conf.unified_limit reading sources... [ 54%] api/keystone.conf.utils reading sources... [ 54%] api/keystone.conf.wsgi reading sources... [ 55%] api/keystone.credential reading sources... [ 55%] api/keystone.credential.backends reading sources... [ 55%] api/keystone.credential.backends.base reading sources... [ 55%] api/keystone.credential.backends.sql reading sources... [ 56%] api/keystone.credential.core reading sources... [ 56%] api/keystone.credential.provider reading sources... [ 56%] api/keystone.credential.providers reading sources... [ 56%] api/keystone.credential.providers.core reading sources... [ 56%] api/keystone.credential.providers.fernet reading sources... [ 57%] api/keystone.credential.providers.fernet.core reading sources... [ 57%] api/keystone.credential.schema reading sources... [ 57%] api/keystone.endpoint_policy reading sources... [ 57%] api/keystone.endpoint_policy.backends reading sources... [ 58%] api/keystone.endpoint_policy.backends.base reading sources... [ 58%] api/keystone.endpoint_policy.backends.sql reading sources... [ 58%] api/keystone.endpoint_policy.core reading sources... [ 58%] api/keystone.exception reading sources... [ 58%] api/keystone.federation reading sources... [ 59%] api/keystone.federation.backends reading sources... [ 59%] api/keystone.federation.backends.base reading sources... [ 59%] api/keystone.federation.backends.sql reading sources... [ 59%] api/keystone.federation.constants reading sources... [ 60%] api/keystone.federation.core reading sources... [ 60%] api/keystone.federation.idp reading sources... [ 60%] api/keystone.federation.schema reading sources... [ 60%] api/keystone.federation.utils reading sources... [ 60%] api/keystone.i18n reading sources... [ 61%] api/keystone.identity reading sources... [ 61%] api/keystone.identity.backends reading sources... [ 61%] api/keystone.identity.backends.base reading sources... [ 61%] api/keystone.identity.backends.ldap reading sources... [ 62%] api/keystone.identity.backends.ldap.common reading sources... [ 62%] api/keystone.identity.backends.ldap.core reading sources... [ 62%] api/keystone.identity.backends.ldap.models reading sources... [ 62%] api/keystone.identity.backends.resource_options reading sources... [ 63%] api/keystone.identity.backends.sql reading sources... [ 63%] api/keystone.identity.backends.sql_model reading sources... [ 63%] api/keystone.identity.core reading sources... [ 63%] api/keystone.identity.generator reading sources... [ 63%] api/keystone.identity.id_generators reading sources... [ 64%] api/keystone.identity.id_generators.sha256 reading sources... [ 64%] api/keystone.identity.mapping_backends reading sources... [ 64%] api/keystone.identity.mapping_backends.base reading sources... [ 64%] api/keystone.identity.mapping_backends.mapping reading sources... [ 65%] api/keystone.identity.mapping_backends.sql reading sources... [ 65%] api/keystone.identity.schema reading sources... [ 65%] api/keystone.identity.shadow_backends reading sources... [ 65%] api/keystone.identity.shadow_backends.base reading sources... [ 65%] api/keystone.identity.shadow_backends.sql reading sources... [ 66%] api/keystone.limit reading sources... [ 66%] api/keystone.limit.backends reading sources... [ 66%] api/keystone.limit.backends.base reading sources... [ 66%] api/keystone.limit.backends.sql reading sources... [ 67%] api/keystone.limit.core reading sources... [ 67%] api/keystone.limit.models reading sources... [ 67%] api/keystone.limit.models.base reading sources... [ 67%] api/keystone.limit.models.flat reading sources... [ 67%] api/keystone.limit.models.strict_two_level reading sources... [ 68%] api/keystone.limit.schema reading sources... [ 68%] api/keystone.models reading sources... [ 68%] api/keystone.models.receipt_model reading sources... [ 68%] api/keystone.models.revoke_model reading sources... [ 69%] api/keystone.models.token_model reading sources... [ 69%] api/keystone.notifications reading sources... [ 69%] api/keystone.oauth1 reading sources... [ 69%] api/keystone.oauth1.backends reading sources... [ 69%] api/keystone.oauth1.backends.base reading sources... [ 70%] api/keystone.oauth1.backends.sql reading sources... [ 70%] api/keystone.oauth1.core reading sources... [ 70%] api/keystone.oauth1.schema reading sources... [ 70%] api/keystone.oauth1.validator reading sources... [ 71%] api/keystone.policy reading sources... [ 71%] api/keystone.policy.backends reading sources... [ 71%] api/keystone.policy.backends.base reading sources... [ 71%] api/keystone.policy.backends.rules reading sources... [ 71%] api/keystone.policy.backends.sql reading sources... [ 72%] api/keystone.policy.core reading sources... [ 72%] api/keystone.policy.schema reading sources... [ 72%] api/keystone.receipt reading sources... [ 72%] api/keystone.receipt.handlers reading sources... [ 73%] api/keystone.receipt.provider reading sources... [ 73%] api/keystone.receipt.providers reading sources... [ 73%] api/keystone.receipt.providers.base reading sources... [ 73%] api/keystone.receipt.providers.fernet reading sources... [ 73%] api/keystone.receipt.providers.fernet.core reading sources... [ 74%] api/keystone.receipt.receipt_formatters reading sources... [ 74%] api/keystone.resource reading sources... [ 74%] api/keystone.resource.backends reading sources... [ 74%] api/keystone.resource.backends.base reading sources... [ 75%] api/keystone.resource.backends.resource_options reading sources... [ 75%] api/keystone.resource.backends.sql reading sources... [ 75%] api/keystone.resource.backends.sql_model reading sources... [ 75%] api/keystone.resource.config_backends reading sources... [ 76%] api/keystone.resource.config_backends.base reading sources... [ 76%] api/keystone.resource.config_backends.sql reading sources... [ 76%] api/keystone.resource.core reading sources... [ 76%] api/keystone.resource.schema reading sources... [ 76%] api/keystone.revoke reading sources... [ 77%] api/keystone.revoke.backends reading sources... [ 77%] api/keystone.revoke.backends.base reading sources... [ 77%] api/keystone.revoke.backends.sql reading sources... [ 77%] api/keystone.revoke.core reading sources... [ 78%] api/keystone.revoke.model reading sources... [ 78%] api/keystone.server reading sources... [ 78%] api/keystone.server.backends reading sources... [ 78%] api/keystone.server.flask reading sources... [ 78%] api/keystone.server.flask.application reading sources... [ 79%] api/keystone.server.flask.common reading sources... [ 79%] api/keystone.server.flask.core reading sources... [ 79%] api/keystone.server.flask.request_processing reading sources... [ 79%] api/keystone.server.flask.request_processing.json_body reading sources... [ 80%] api/keystone.server.flask.request_processing.middleware reading sources... [ 80%] api/keystone.server.flask.request_processing.middleware.auth_context reading sources... [ 80%] api/keystone.server.flask.request_processing.middleware.url_normalize reading sources... [ 80%] api/keystone.server.flask.request_processing.req_logging reading sources... [ 80%] api/keystone.server.wsgi reading sources... [ 81%] api/keystone.token reading sources... [ 81%] api/keystone.token.provider reading sources... [ 81%] api/keystone.token.providers reading sources... [ 81%] api/keystone.token.providers.base reading sources... [ 82%] api/keystone.token.providers.fernet reading sources... [ 82%] api/keystone.token.providers.fernet.core reading sources... [ 82%] api/keystone.token.providers.jws reading sources... [ 82%] api/keystone.token.providers.jws.core reading sources... [ 82%] api/keystone.token.token_formatters reading sources... [ 83%] api/keystone.trust reading sources... [ 83%] api/keystone.trust.backends reading sources... [ 83%] api/keystone.trust.backends.base reading sources... [ 83%] api/keystone.trust.backends.sql reading sources... [ 84%] api/keystone.trust.core reading sources... [ 84%] api/keystone.trust.schema reading sources... [ 84%] api/keystone.version reading sources... [ 84%] api/modules reading sources... [ 84%] api_curl_examples reading sources... [ 85%] cli/commands reading sources... [ 85%] cli/index reading sources... [ 85%] cli/keystone-manage reading sources... [ 85%] cli/keystone-status reading sources... [ 86%] code_documentation reading sources... [ 86%] configuration/config-options loading config file config-generator/keystone.conf WARNING:stevedore.named:Could not load keystone reading sources... [ 86%] configuration/index reading sources... [ 86%] configuration/policy WARNING:stevedore.named:Could not load keystone reading sources... [ 86%] configuration/samples/index reading sources... [ 87%] configuration/samples/keystone-conf reading sources... [ 87%] configuration/samples/logging-conf reading sources... [ 87%] configuration/samples/policy-yaml reading sources... [ 87%] contributor/api_change_tutorial reading sources... [ 88%] contributor/architecture reading sources... [ 88%] contributor/auth-plugins reading sources... [ 88%] contributor/caching-layer reading sources... [ 88%] contributor/contributing reading sources... [ 89%] contributor/database-migrations reading sources... [ 89%] contributor/developing-drivers reading sources... [ 89%] contributor/doctor-checks reading sources... [ 89%] contributor/filtering-responsibilities reading sources... [ 89%] contributor/how-can-i-help reading sources... [ 90%] contributor/http-api reading sources... [ 90%] contributor/id-manage reading sources... [ 90%] contributor/index reading sources... [ 90%] contributor/list-truncation reading sources... [ 91%] contributor/programming-exercises reading sources... [ 91%] contributor/proposing-features reading sources... [ 91%] contributor/release-notes reading sources... [ 91%] contributor/service-catalog reading sources... [ 91%] contributor/services reading sources... [ 92%] contributor/set-up-keystone reading sources... [ 92%] contributor/testing-keystone reading sources... [ 92%] contributor/translated-responses reading sources... [ 92%] contributor/vision-reflection reading sources... [ 93%] getting-started/architecture reading sources... [ 93%] getting-started/community reading sources... [ 93%] getting-started/index reading sources... [ 93%] getting-started/policy_mapping reading sources... [ 93%] index reading sources... [ 94%] indices-tables reading sources... [ 94%] install/get-started-obs reading sources... [ 94%] install/get-started-rdo reading sources... [ 94%] install/get-started-ubuntu reading sources... [ 95%] install/index reading sources... [ 95%] install/index-obs reading sources... [ 95%] install/index-rdo reading sources... [ 95%] install/index-ubuntu reading sources... [ 95%] install/keystone-install-obs reading sources... [ 96%] install/keystone-install-rdo reading sources... [ 96%] install/keystone-install-ubuntu reading sources... [ 96%] install/keystone-openrc-obs reading sources... [ 96%] install/keystone-openrc-rdo reading sources... [ 97%] install/keystone-openrc-ubuntu reading sources... [ 97%] install/keystone-users-obs reading sources... [ 97%] install/keystone-users-rdo reading sources... [ 97%] install/keystone-users-ubuntu reading sources... [ 97%] install/keystone-verify-obs reading sources... [ 98%] install/keystone-verify-rdo reading sources... [ 98%] install/keystone-verify-ubuntu reading sources... [ 98%] install/shared/note_configuration_vary_by_distribution reading sources... [ 98%] 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 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'api' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'api.auth' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'api.credentials' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'api.discovery' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'api.domains' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'api.ec2tokens' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'api.endpoints' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'api.groups' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'api.limits' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'api.os_ep_filter' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'api.os_federation' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'api.os_inherit' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'api.os_oauth1' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'api.os_revoke' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'api.os_simple_cert' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'api.policy' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'api.projects' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'api.regions' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'api.registered_limits' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'api.role_assignments' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'api.role_inferences' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'api.roles' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'api.s3tokens' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'api.services' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'api.system' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'api.trusts' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'api.users' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'application_credential' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'application_credential.backends' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'application_credential.backends.base' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'application_credential.backends.sql' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'application_credential.core' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'application_credential.schema' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'assignment' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'assignment.backends' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'assignment.backends.base' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'assignment.backends.sql' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'assignment.core' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'assignment.role_backends' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'assignment.role_backends.base' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'assignment.role_backends.resource_options' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'assignment.role_backends.sql' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'assignment.role_backends.sql_model' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'assignment.schema' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'auth' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'auth.core' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'auth.plugins' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'auth.plugins.application_credential' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'auth.plugins.base' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'auth.plugins.core' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'auth.plugins.external' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'auth.plugins.mapped' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'auth.plugins.oauth1' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'auth.plugins.password' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'auth.plugins.token' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'auth.plugins.totp' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'auth.schema' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'catalog' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'catalog.backends' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'catalog.backends.base' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'catalog.backends.sql' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'catalog.backends.templated' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'catalog.core' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'catalog.schema' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'cmd' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'cmd.bootstrap' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'cmd.cli' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'cmd.doctor' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'cmd.doctor.caching' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'cmd.doctor.credential' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'cmd.doctor.database' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'cmd.doctor.debug' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'cmd.doctor.federation' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'cmd.doctor.ldap' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'cmd.doctor.security_compliance' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'cmd.doctor.tokens' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'cmd.doctor.tokens_fernet' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'cmd.manage' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'cmd.status' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.authorization' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.cache' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.cache.core' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.context' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.driver_hints' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.fernet_utils' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.json_home' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.jwt_utils' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.manager' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.password_hashing' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.policies' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.policies.access_rule' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.policies.access_token' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.policies.application_credential' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.policies.auth' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.policies.base' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.policies.consumer' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.policies.credential' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.policies.domain' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.policies.domain_config' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.policies.ec2_credential' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.policies.endpoint' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.policies.endpoint_group' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.policies.grant' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.policies.group' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.policies.identity_provider' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.policies.implied_role' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.policies.limit' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.policies.mapping' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.policies.policy' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.policies.policy_association' from module 'keystone'; the following exception was raised: No module named 'keystone' looking for now-outdated files... none found pickling environment... WARNING: autodoc: failed to import module 'common.policies.project' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.policies.project_endpoint' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.policies.protocol' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.policies.region' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.policies.registered_limit' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.policies.revoke_event' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.policies.role' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.policies.role_assignment' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.policies.service' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.policies.service_provider' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.policies.token' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.policies.token_revocation' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.policies.trust' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.policies.user' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.profiler' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.provider_api' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.rbac_enforcer' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.rbac_enforcer.enforcer' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.rbac_enforcer.policy' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.render_token' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.resource_options' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.resource_options.core' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.resource_options.options' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.resource_options.options.immutable' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.sql' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.sql.legacy_migrations' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.sql.legacy_migrations.contract_repo' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.sql.legacy_migrations.contract_repo.manage' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.sql.legacy_migrations.contract_repo.versions' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.sql.legacy_migrations.contract_repo.versions.073_contract_initial_migration' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.sql.legacy_migrations.contract_repo.versions.074_placeholder' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.sql.legacy_migrations.contract_repo.versions.075_placeholder' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.sql.legacy_migrations.contract_repo.versions.076_placeholder' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.sql.legacy_migrations.contract_repo.versions.077_placeholder' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.sql.legacy_migrations.contract_repo.versions.078_placeholder' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.sql.legacy_migrations.contract_repo.versions.079_contract_update_local_id_limit' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.sql.legacy_migrations.data_migration_repo' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.sql.legacy_migrations.data_migration_repo.manage' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.sql.legacy_migrations.data_migration_repo.versions' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.sql.legacy_migrations.data_migration_repo.versions.073_migrate_initial_migration' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.sql.legacy_migrations.data_migration_repo.versions.074_placeholder' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.sql.legacy_migrations.data_migration_repo.versions.075_placeholder' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.sql.legacy_migrations.data_migration_repo.versions.076_placeholder' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.sql.legacy_migrations.data_migration_repo.versions.077_placeholder' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.sql.legacy_migrations.data_migration_repo.versions.078_placeholder' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.sql.legacy_migrations.data_migration_repo.versions.079_migrate_update_local_id_limit' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.sql.legacy_migrations.expand_repo' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.sql.legacy_migrations.expand_repo.manage' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.sql.legacy_migrations.expand_repo.versions' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.sql.legacy_migrations.expand_repo.versions.073_expand_initial_migration' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.sql.legacy_migrations.expand_repo.versions.074_placeholder' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.sql.legacy_migrations.expand_repo.versions.075_placeholder' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.sql.legacy_migrations.expand_repo.versions.076_placeholder' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.sql.legacy_migrations.expand_repo.versions.077_placeholder' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.sql.legacy_migrations.expand_repo.versions.078_placeholder' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.sql.legacy_migrations.expand_repo.versions.079_expand_update_local_id_limit' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.sql.upgrades' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.tokenless_auth' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.utils' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.validation' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.validation.parameter_types' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'common.validation.validators' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'conf' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'conf.application_credential' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'conf.assignment' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'conf.auth' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'conf.catalog' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'conf.constants' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'conf.credential' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'conf.default' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'conf.domain_config' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'conf.endpoint_filter' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'conf.endpoint_policy' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'conf.eventlet_server' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'conf.federation' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'conf.fernet_receipts' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'conf.fernet_tokens' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'conf.identity' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'conf.identity_mapping' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'conf.jwt_tokens' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'conf.ldap' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'conf.memcache' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'conf.oauth1' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'conf.opts' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'conf.policy' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'conf.receipt' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'conf.resource' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'conf.revoke' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'conf.role' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'conf.saml' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'conf.security_compliance' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'conf.shadow_users' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'conf.token' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'conf.tokenless_auth' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'conf.totp' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'conf.trust' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'conf.unified_limit' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'conf.utils' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'conf.wsgi' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'credential' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'credential.backends' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'credential.backends.base' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'credential.backends.sql' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'credential.core' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'credential.provider' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'credential.providers' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'credential.providers.core' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'credential.providers.fernet' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'credential.providers.fernet.core' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'credential.schema' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'endpoint_policy' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'endpoint_policy.backends' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'endpoint_policy.backends.base' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'endpoint_policy.backends.sql' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'endpoint_policy.core' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'exception' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'federation' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'federation.backends' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'federation.backends.base' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'federation.backends.sql' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'federation.constants' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'federation.core' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'federation.idp' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'federation.schema' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'federation.utils' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'i18n' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'identity' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'identity.backends' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'identity.backends.base' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'identity.backends.ldap' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'identity.backends.ldap.common' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'identity.backends.ldap.core' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'identity.backends.ldap.models' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'identity.backends.resource_options' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'identity.backends.sql' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'identity.backends.sql_model' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'identity.core' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'identity.generator' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'identity.id_generators' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'identity.id_generators.sha256' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'identity.mapping_backends' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'identity.mapping_backends.base' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'identity.mapping_backends.mapping' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'identity.mapping_backends.sql' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'identity.schema' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'identity.shadow_backends' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'identity.shadow_backends.base' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'identity.shadow_backends.sql' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'limit' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'limit.backends' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'limit.backends.base' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'limit.backends.sql' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'limit.core' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'limit.models' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'limit.models.base' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'limit.models.flat' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'limit.models.strict_two_level' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'limit.schema' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'models' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'models.receipt_model' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'models.revoke_model' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'models.token_model' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'notifications' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'oauth1' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'oauth1.backends' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'oauth1.backends.base' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'oauth1.backends.sql' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'oauth1.core' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'oauth1.schema' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'oauth1.validator' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'policy' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'policy.backends' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'policy.backends.base' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'policy.backends.rules' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'policy.backends.sql' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'policy.core' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'policy.schema' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'receipt' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'receipt.handlers' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'receipt.provider' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'receipt.providers' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'receipt.providers.base' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'receipt.providers.fernet' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'receipt.providers.fernet.core' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'receipt.receipt_formatters' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'resource' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'resource.backends' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'resource.backends.base' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'resource.backends.resource_options' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'resource.backends.sql' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'resource.backends.sql_model' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'resource.config_backends' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'resource.config_backends.base' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'resource.config_backends.sql' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'resource.core' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'resource.schema' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'revoke' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'revoke.backends' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'revoke.backends.base' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'revoke.backends.sql' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'revoke.core' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'revoke.model' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'server' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'server.backends' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'server.flask' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'server.flask.application' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'server.flask.common' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'server.flask.core' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'server.flask.request_processing' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'server.flask.request_processing.json_body' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'server.flask.request_processing.middleware' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'server.flask.request_processing.middleware.auth_context' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'server.flask.request_processing.middleware.url_normalize' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'server.flask.request_processing.req_logging' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'server.wsgi' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'token' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'token.provider' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'token.providers' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'token.providers.base' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'token.providers.fernet' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'token.providers.fernet.core' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'token.providers.jws' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'token.providers.jws.core' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'token.token_formatters' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'trust' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'trust.backends' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'trust.backends.base' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'trust.backends.sql' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'trust.core' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'trust.schema' from module 'keystone'; the following exception was raised: No module named 'keystone' WARNING: autodoc: failed to import module 'version' from module 'keystone'; the following exception was raised: No module named 'keystone' done checking consistency... done writing... keystone-manage.1 { } done build succeeded, 343 warnings. The manual pages are in doc/build/man. + mkdir -p /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/share/man/man1 + install -p -D -m 644 doc/build/man/keystone-manage.1 /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/share/man/man1/ + rm -fr doc/build/html/.doctrees doc/build/html/.buildinfo + install -d -m 755 /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/share + rm -f /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/locale/de/LC_MESSAGES/keystone.po /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/locale/en_GB/LC_MESSAGES/keystone.po /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/locale/es/LC_MESSAGES/keystone.po /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/locale/fr/LC_MESSAGES/keystone.po /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/locale/it/LC_MESSAGES/keystone.po /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/locale/ja/LC_MESSAGES/keystone.po /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/locale/ko_KR/LC_MESSAGES/keystone.po /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/locale/pt_BR/LC_MESSAGES/keystone.po /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/locale/ru/LC_MESSAGES/keystone.po /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/locale/tr_TR/LC_MESSAGES/keystone.po /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/locale/zh_CN/LC_MESSAGES/keystone.po /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/locale/zh_TW/LC_MESSAGES/keystone.po + rm -f '/builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/locale/*pot' + mv /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9/site-packages/keystone/locale /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/share/locale + /usr/lib/rpm/find-lang.sh /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch keystone --all-name + /usr/lib/rpm/find-debuginfo.sh -j20 --strict-build-id -m -i --build-id-seed 21.0.0-1.el9s --unique-debug-suffix -21.0.0-1.el9s.noarch --unique-debug-src-base openstack-keystone-21.0.0-1.el9s.noarch --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/keystone-21.0.0 find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 Bytecompiling .py files below /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/lib/python3.9 using python3.9 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs mangling shebang in /usr/bin/openstack-keystone-sample-data from /bin/bash to #!/usr/bin/bash mangling shebang in /usr/share/keystone/sample_data.sh from /usr/bin/env bash to #!/usr/bin/bash Processing files: openstack-keystone-21.0.0-1.el9s.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.LmEa8Y + umask 022 + cd /builddir/build/BUILD + cd keystone-21.0.0 + DOCDIR=/builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/share/doc/openstack-keystone + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/share/doc/openstack-keystone + cp -pr README.rst /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/share/doc/openstack-keystone + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.dhKYXn + umask 022 + cd /builddir/build/BUILD + cd keystone-21.0.0 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/share/licenses/openstack-keystone + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/share/licenses/openstack-keystone + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/share/licenses/openstack-keystone + RPM_EC=0 ++ jobs -p + exit 0 Provides: config(openstack-keystone) = 1:21.0.0-1.el9s openstack-keystone = 1:21.0.0-1.el9s 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 Requires: /usr/bin/bash /usr/bin/python3 Processing files: python3-keystone-21.0.0-1.el9s.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.aNM80t + umask 022 + cd /builddir/build/BUILD + cd keystone-21.0.0 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/share/licenses/python3-keystone + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/share/licenses/python3-keystone + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/share/licenses/python3-keystone + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-keystone = 1:21.0.0-1.el9s python3-keystone = 1:21.0.0-1.el9s python3.9-keystone = 1:21.0.0-1.el9s python3.9dist(keystone) = 21 python3dist(keystone) = 21 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) = 3.9 python3.9dist(setuptools) Obsoletes: python39-keystone < 1:21.0.0-1.el9s Processing files: python3-keystone-tests-21.0.0-1.el9s.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.yXENFJ + umask 022 + cd /builddir/build/BUILD + cd keystone-21.0.0 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/share/licenses/python3-keystone-tests + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/share/licenses/python3-keystone-tests + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/share/licenses/python3-keystone-tests + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-keystone-tests = 1:21.0.0-1.el9s python3-keystone-tests = 1:21.0.0-1.el9s python3.9-keystone-tests = 1:21.0.0-1.el9s 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) = 3.9 Obsoletes: python39-keystone-tests < 1:21.0.0-1.el9s Processing files: openstack-keystone-doc-21.0.0-1.el9s.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.iFkRFE + umask 022 + cd /builddir/build/BUILD + cd keystone-21.0.0 + DOCDIR=/builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/share/doc/openstack-keystone-doc + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/share/doc/openstack-keystone-doc + cp -pr doc/build/html /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/share/doc/openstack-keystone-doc + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.ItIXxI + umask 022 + cd /builddir/build/BUILD + cd keystone-21.0.0 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/share/licenses/openstack-keystone-doc + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/share/licenses/openstack-keystone-doc + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch/usr/share/licenses/openstack-keystone-doc + RPM_EC=0 ++ jobs -p + exit 0 Provides: openstack-keystone-doc = 1:21.0.0-1.el9s 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-21.0.0-1.el9s.noarch Wrote: /builddir/build/RPMS/openstack-keystone-21.0.0-1.el9s.noarch.rpm Wrote: /builddir/build/RPMS/python3-keystone-21.0.0-1.el9s.noarch.rpm Wrote: /builddir/build/RPMS/python3-keystone-tests-21.0.0-1.el9s.noarch.rpm Wrote: /builddir/build/RPMS/openstack-keystone-doc-21.0.0-1.el9s.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.IMtxhh + umask 022 + cd /builddir/build/BUILD + cd keystone-21.0.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/openstack-keystone-21.0.0-1.el9s.noarch + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0