Mock Version: 1.1.41 Mock Version: 1.1.41 ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target noarch --nodeps builddir/build/SPECS/python-keystoneclient.spec'], False, '/var/lib/mock/cloud7-openstack-kilo-el7-build-1625-2772/root/', None, 86400, True, False, 497, 135, None, False, {'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target noarch --nodeps builddir/build/SPECS/python-keystoneclient.spec'] with env {'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/python-keystoneclient-1.3.0-1.el7.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target noarch --nodeps builddir/build/SPECS/python-keystoneclient.spec'], False, '/var/lib/mock/cloud7-openstack-kilo-el7-build-1625-2772/root/', None, 86400, True, False, 497, 135, None, False, {'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target noarch --nodeps builddir/build/SPECS/python-keystoneclient.spec'] with env {'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.OveLl8 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf python-keystoneclient-1.3.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/python-keystoneclient-1.3.0.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd python-keystoneclient-1.3.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + rm -f test-requirements.txt requirements.txt + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.xCihVH + umask 022 + cd /builddir/build/BUILD + cd python-keystoneclient-1.3.0 + /usr/bin/python setup.py build running build running build_py creating build creating build/lib creating build/lib/keystoneclient creating build/lib/keystoneclient/auth copying keystoneclient/auth/cli.py -> build/lib/keystoneclient/auth copying keystoneclient/auth/__init__.py -> build/lib/keystoneclient/auth copying keystoneclient/auth/conf.py -> build/lib/keystoneclient/auth copying keystoneclient/auth/token_endpoint.py -> build/lib/keystoneclient/auth copying keystoneclient/auth/base.py -> build/lib/keystoneclient/auth creating build/lib/keystoneclient/tests creating build/lib/keystoneclient/tests/unit creating build/lib/keystoneclient/tests/unit/auth copying keystoneclient/tests/unit/auth/__init__.py -> build/lib/keystoneclient/tests/unit/auth copying keystoneclient/tests/unit/auth/test_identity_v3_federated.py -> build/lib/keystoneclient/tests/unit/auth copying keystoneclient/tests/unit/auth/test_identity_common.py -> build/lib/keystoneclient/tests/unit/auth copying keystoneclient/tests/unit/auth/utils.py -> build/lib/keystoneclient/tests/unit/auth copying keystoneclient/tests/unit/auth/test_access.py -> build/lib/keystoneclient/tests/unit/auth copying keystoneclient/tests/unit/auth/test_token_endpoint.py -> build/lib/keystoneclient/tests/unit/auth copying keystoneclient/tests/unit/auth/test_token.py -> build/lib/keystoneclient/tests/unit/auth copying keystoneclient/tests/unit/auth/test_identity_v3.py -> build/lib/keystoneclient/tests/unit/auth copying keystoneclient/tests/unit/auth/test_conf.py -> build/lib/keystoneclient/tests/unit/auth copying keystoneclient/tests/unit/auth/test_password.py -> build/lib/keystoneclient/tests/unit/auth copying keystoneclient/tests/unit/auth/test_cli.py -> build/lib/keystoneclient/tests/unit/auth copying keystoneclient/tests/unit/auth/test_identity_v2.py -> build/lib/keystoneclient/tests/unit/auth creating build/lib/keystoneclient/auth/identity creating build/lib/keystoneclient/auth/identity/generic copying keystoneclient/auth/identity/generic/__init__.py -> build/lib/keystoneclient/auth/identity/generic copying keystoneclient/auth/identity/generic/token.py -> build/lib/keystoneclient/auth/identity/generic copying keystoneclient/auth/identity/generic/base.py -> build/lib/keystoneclient/auth/identity/generic copying keystoneclient/auth/identity/generic/password.py -> build/lib/keystoneclient/auth/identity/generic copying keystoneclient/auth/identity/access.py -> build/lib/keystoneclient/auth/identity copying keystoneclient/auth/identity/__init__.py -> build/lib/keystoneclient/auth/identity copying keystoneclient/auth/identity/base.py -> build/lib/keystoneclient/auth/identity copying keystoneclient/auth/identity/v2.py -> build/lib/keystoneclient/auth/identity creating build/lib/keystoneclient/openstack creating build/lib/keystoneclient/openstack/common copying keystoneclient/openstack/common/_i18n.py -> build/lib/keystoneclient/openstack/common copying keystoneclient/openstack/common/__init__.py -> build/lib/keystoneclient/openstack/common copying keystoneclient/openstack/common/uuidutils.py -> build/lib/keystoneclient/openstack/common copying keystoneclient/openstack/common/memorycache.py -> build/lib/keystoneclient/openstack/common creating build/lib/keystoneclient/generic copying keystoneclient/generic/shell.py -> build/lib/keystoneclient/generic copying keystoneclient/generic/__init__.py -> build/lib/keystoneclient/generic copying keystoneclient/generic/client.py -> build/lib/keystoneclient/generic creating build/lib/keystoneclient/tests/unit/v2_0 copying keystoneclient/tests/unit/v2_0/test_endpoints.py -> build/lib/keystoneclient/tests/unit/v2_0 copying keystoneclient/tests/unit/v2_0/test_auth.py -> build/lib/keystoneclient/tests/unit/v2_0 copying keystoneclient/tests/unit/v2_0/test_roles.py -> build/lib/keystoneclient/tests/unit/v2_0 copying keystoneclient/tests/unit/v2_0/test_client.py -> build/lib/keystoneclient/tests/unit/v2_0 copying keystoneclient/tests/unit/v2_0/test_ec2.py -> build/lib/keystoneclient/tests/unit/v2_0 copying keystoneclient/tests/unit/v2_0/test_extensions.py -> build/lib/keystoneclient/tests/unit/v2_0 copying keystoneclient/tests/unit/v2_0/__init__.py -> build/lib/keystoneclient/tests/unit/v2_0 copying keystoneclient/tests/unit/v2_0/test_users.py -> build/lib/keystoneclient/tests/unit/v2_0 copying keystoneclient/tests/unit/v2_0/test_services.py -> build/lib/keystoneclient/tests/unit/v2_0 copying keystoneclient/tests/unit/v2_0/test_shell.py -> build/lib/keystoneclient/tests/unit/v2_0 copying keystoneclient/tests/unit/v2_0/test_tenants.py -> build/lib/keystoneclient/tests/unit/v2_0 copying keystoneclient/tests/unit/v2_0/utils.py -> build/lib/keystoneclient/tests/unit/v2_0 copying keystoneclient/tests/unit/v2_0/client_fixtures.py -> build/lib/keystoneclient/tests/unit/v2_0 copying keystoneclient/tests/unit/v2_0/test_certificates.py -> build/lib/keystoneclient/tests/unit/v2_0 copying keystoneclient/tests/unit/v2_0/test_service_catalog.py -> build/lib/keystoneclient/tests/unit/v2_0 copying keystoneclient/tests/unit/v2_0/test_access.py -> build/lib/keystoneclient/tests/unit/v2_0 copying keystoneclient/tests/unit/v2_0/test_tokens.py -> build/lib/keystoneclient/tests/unit/v2_0 copying keystoneclient/tests/unit/v2_0/test_discovery.py -> build/lib/keystoneclient/tests/unit/v2_0 creating build/lib/keystoneclient/openstack/common/apiclient copying keystoneclient/openstack/common/apiclient/auth.py -> build/lib/keystoneclient/openstack/common/apiclient copying keystoneclient/openstack/common/apiclient/fake_client.py -> build/lib/keystoneclient/openstack/common/apiclient copying keystoneclient/openstack/common/apiclient/__init__.py -> build/lib/keystoneclient/openstack/common/apiclient copying keystoneclient/openstack/common/apiclient/exceptions.py -> build/lib/keystoneclient/openstack/common/apiclient copying keystoneclient/openstack/common/apiclient/utils.py -> build/lib/keystoneclient/openstack/common/apiclient copying keystoneclient/openstack/common/apiclient/base.py -> build/lib/keystoneclient/openstack/common/apiclient copying keystoneclient/openstack/common/apiclient/client.py -> build/lib/keystoneclient/openstack/common/apiclient creating build/lib/keystoneclient/contrib copying keystoneclient/contrib/__init__.py -> build/lib/keystoneclient/contrib creating build/lib/keystoneclient/common copying keystoneclient/common/cms.py -> build/lib/keystoneclient/common copying keystoneclient/common/__init__.py -> build/lib/keystoneclient/common creating build/lib/keystoneclient/fixture copying keystoneclient/fixture/discovery.py -> build/lib/keystoneclient/fixture copying keystoneclient/fixture/__init__.py -> build/lib/keystoneclient/fixture copying keystoneclient/fixture/exception.py -> build/lib/keystoneclient/fixture copying keystoneclient/fixture/v2.py -> build/lib/keystoneclient/fixture copying keystoneclient/fixture/v3.py -> build/lib/keystoneclient/fixture creating build/lib/keystoneclient/tests/unit/apiclient copying keystoneclient/tests/unit/apiclient/__init__.py -> build/lib/keystoneclient/tests/unit/apiclient copying keystoneclient/tests/unit/apiclient/test_exceptions.py -> build/lib/keystoneclient/tests/unit/apiclient creating build/lib/keystoneclient/v3 creating build/lib/keystoneclient/v3/contrib creating build/lib/keystoneclient/v3/contrib/federation copying keystoneclient/v3/contrib/federation/__init__.py -> build/lib/keystoneclient/v3/contrib/federation copying keystoneclient/v3/contrib/federation/mappings.py -> build/lib/keystoneclient/v3/contrib/federation copying keystoneclient/v3/contrib/federation/service_providers.py -> build/lib/keystoneclient/v3/contrib/federation copying keystoneclient/v3/contrib/federation/identity_providers.py -> build/lib/keystoneclient/v3/contrib/federation copying keystoneclient/v3/contrib/federation/core.py -> build/lib/keystoneclient/v3/contrib/federation copying keystoneclient/v3/contrib/federation/base.py -> build/lib/keystoneclient/v3/contrib/federation copying keystoneclient/v3/contrib/federation/protocols.py -> build/lib/keystoneclient/v3/contrib/federation copying keystoneclient/v3/contrib/federation/domains.py -> build/lib/keystoneclient/v3/contrib/federation copying keystoneclient/v3/contrib/federation/projects.py -> build/lib/keystoneclient/v3/contrib/federation creating build/lib/keystoneclient/middleware copying keystoneclient/middleware/s3_token.py -> build/lib/keystoneclient/middleware copying keystoneclient/middleware/__init__.py -> build/lib/keystoneclient/middleware copying keystoneclient/middleware/auth_token.py -> build/lib/keystoneclient/middleware copying keystoneclient/middleware/memcache_crypt.py -> build/lib/keystoneclient/middleware creating build/lib/keystoneclient/tests/functional copying keystoneclient/tests/functional/__init__.py -> build/lib/keystoneclient/tests/functional copying keystoneclient/tests/functional/test_cli.py -> build/lib/keystoneclient/tests/functional creating build/lib/keystoneclient/contrib/bootstrap copying keystoneclient/contrib/bootstrap/shell.py -> build/lib/keystoneclient/contrib/bootstrap copying keystoneclient/contrib/bootstrap/__init__.py -> build/lib/keystoneclient/contrib/bootstrap creating build/lib/keystoneclient/contrib/auth creating build/lib/keystoneclient/contrib/auth/v3 copying keystoneclient/contrib/auth/v3/saml2.py -> build/lib/keystoneclient/contrib/auth/v3 copying keystoneclient/contrib/auth/v3/__init__.py -> build/lib/keystoneclient/contrib/auth/v3 creating build/lib/keystoneclient/v2_0 copying keystoneclient/v2_0/ec2.py -> build/lib/keystoneclient/v2_0 copying keystoneclient/v2_0/tokens.py -> build/lib/keystoneclient/v2_0 copying keystoneclient/v2_0/shell.py -> build/lib/keystoneclient/v2_0 copying keystoneclient/v2_0/__init__.py -> build/lib/keystoneclient/v2_0 copying keystoneclient/v2_0/certificates.py -> build/lib/keystoneclient/v2_0 copying keystoneclient/v2_0/services.py -> build/lib/keystoneclient/v2_0 copying keystoneclient/v2_0/endpoints.py -> build/lib/keystoneclient/v2_0 copying keystoneclient/v2_0/tenants.py -> build/lib/keystoneclient/v2_0 copying keystoneclient/v2_0/client.py -> build/lib/keystoneclient/v2_0 copying keystoneclient/v2_0/extensions.py -> build/lib/keystoneclient/v2_0 copying keystoneclient/v2_0/roles.py -> build/lib/keystoneclient/v2_0 copying keystoneclient/v2_0/users.py -> build/lib/keystoneclient/v2_0 creating build/lib/keystoneclient/apiclient copying keystoneclient/apiclient/__init__.py -> build/lib/keystoneclient/apiclient copying keystoneclient/apiclient/exceptions.py -> build/lib/keystoneclient/apiclient creating build/lib/keystoneclient/v3/contrib/oauth1 copying keystoneclient/v3/contrib/oauth1/auth.py -> build/lib/keystoneclient/v3/contrib/oauth1 copying keystoneclient/v3/contrib/oauth1/request_tokens.py -> build/lib/keystoneclient/v3/contrib/oauth1 copying keystoneclient/v3/contrib/oauth1/__init__.py -> build/lib/keystoneclient/v3/contrib/oauth1 copying keystoneclient/v3/contrib/oauth1/core.py -> build/lib/keystoneclient/v3/contrib/oauth1 copying keystoneclient/v3/contrib/oauth1/utils.py -> build/lib/keystoneclient/v3/contrib/oauth1 copying keystoneclient/v3/contrib/oauth1/access_tokens.py -> build/lib/keystoneclient/v3/contrib/oauth1 copying keystoneclient/v3/contrib/oauth1/consumers.py -> build/lib/keystoneclient/v3/contrib/oauth1 creating build/lib/keystoneclient/contrib/ec2 copying keystoneclient/contrib/ec2/__init__.py -> build/lib/keystoneclient/contrib/ec2 copying keystoneclient/contrib/ec2/utils.py -> build/lib/keystoneclient/contrib/ec2 copying keystoneclient/tests/__init__.py -> build/lib/keystoneclient/tests creating build/lib/keystoneclient/contrib/revoke copying keystoneclient/contrib/revoke/model.py -> build/lib/keystoneclient/contrib/revoke copying keystoneclient/contrib/revoke/__init__.py -> build/lib/keystoneclient/contrib/revoke creating build/lib/keystoneclient/auth/identity/v3 copying keystoneclient/auth/identity/v3/__init__.py -> build/lib/keystoneclient/auth/identity/v3 copying keystoneclient/auth/identity/v3/federated.py -> build/lib/keystoneclient/auth/identity/v3 copying keystoneclient/auth/identity/v3/token.py -> build/lib/keystoneclient/auth/identity/v3 copying keystoneclient/auth/identity/v3/base.py -> build/lib/keystoneclient/auth/identity/v3 copying keystoneclient/auth/identity/v3/password.py -> build/lib/keystoneclient/auth/identity/v3 creating build/lib/keystoneclient/tests/unit/generic copying keystoneclient/tests/unit/generic/test_client.py -> build/lib/keystoneclient/tests/unit/generic copying keystoneclient/tests/unit/generic/__init__.py -> build/lib/keystoneclient/tests/unit/generic copying keystoneclient/tests/unit/generic/test_shell.py -> build/lib/keystoneclient/tests/unit/generic copying keystoneclient/tests/unit/test_base.py -> build/lib/keystoneclient/tests/unit copying keystoneclient/tests/unit/test_session.py -> build/lib/keystoneclient/tests/unit copying keystoneclient/tests/unit/test_memcache_crypt.py -> build/lib/keystoneclient/tests/unit copying keystoneclient/tests/unit/test_s3_token_middleware.py -> build/lib/keystoneclient/tests/unit copying keystoneclient/tests/unit/__init__.py -> build/lib/keystoneclient/tests/unit copying keystoneclient/tests/unit/test_https.py -> build/lib/keystoneclient/tests/unit copying keystoneclient/tests/unit/test_auth_token_middleware.py -> build/lib/keystoneclient/tests/unit copying keystoneclient/tests/unit/test_keyring.py -> build/lib/keystoneclient/tests/unit copying keystoneclient/tests/unit/test_ec2utils.py -> build/lib/keystoneclient/tests/unit copying keystoneclient/tests/unit/test_shell.py -> build/lib/keystoneclient/tests/unit copying keystoneclient/tests/unit/utils.py -> build/lib/keystoneclient/tests/unit copying keystoneclient/tests/unit/client_fixtures.py -> build/lib/keystoneclient/tests/unit copying keystoneclient/tests/unit/test_http.py -> build/lib/keystoneclient/tests/unit copying keystoneclient/tests/unit/test_utils.py -> build/lib/keystoneclient/tests/unit copying keystoneclient/tests/unit/test_fixtures.py -> build/lib/keystoneclient/tests/unit copying keystoneclient/tests/unit/test_cms.py -> build/lib/keystoneclient/tests/unit copying keystoneclient/tests/unit/test_hacking_checks.py -> build/lib/keystoneclient/tests/unit copying keystoneclient/tests/unit/test_discovery.py -> build/lib/keystoneclient/tests/unit creating build/lib/keystoneclient/tests/unit/v3 copying keystoneclient/tests/unit/v3/test_regions.py -> build/lib/keystoneclient/tests/unit/v3 copying keystoneclient/tests/unit/v3/test_groups.py -> build/lib/keystoneclient/tests/unit/v3 copying keystoneclient/tests/unit/v3/test_endpoints.py -> build/lib/keystoneclient/tests/unit/v3 copying keystoneclient/tests/unit/v3/test_federation.py -> build/lib/keystoneclient/tests/unit/v3 copying keystoneclient/tests/unit/v3/test_auth.py -> build/lib/keystoneclient/tests/unit/v3 copying keystoneclient/tests/unit/v3/test_endpoint_filter.py -> build/lib/keystoneclient/tests/unit/v3 copying keystoneclient/tests/unit/v3/test_roles.py -> build/lib/keystoneclient/tests/unit/v3 copying keystoneclient/tests/unit/v3/test_client.py -> build/lib/keystoneclient/tests/unit/v3 copying keystoneclient/tests/unit/v3/test_simple_cert.py -> build/lib/keystoneclient/tests/unit/v3 copying keystoneclient/tests/unit/v3/saml2_fixtures.py -> build/lib/keystoneclient/tests/unit/v3 copying keystoneclient/tests/unit/v3/__init__.py -> build/lib/keystoneclient/tests/unit/v3 copying keystoneclient/tests/unit/v3/test_users.py -> build/lib/keystoneclient/tests/unit/v3 copying keystoneclient/tests/unit/v3/test_services.py -> build/lib/keystoneclient/tests/unit/v3 copying keystoneclient/tests/unit/v3/test_trusts.py -> build/lib/keystoneclient/tests/unit/v3 copying keystoneclient/tests/unit/v3/test_discover.py -> build/lib/keystoneclient/tests/unit/v3 copying keystoneclient/tests/unit/v3/utils.py -> build/lib/keystoneclient/tests/unit/v3 copying keystoneclient/tests/unit/v3/client_fixtures.py -> build/lib/keystoneclient/tests/unit/v3 copying keystoneclient/tests/unit/v3/test_endpoint_policy.py -> build/lib/keystoneclient/tests/unit/v3 copying keystoneclient/tests/unit/v3/test_service_catalog.py -> build/lib/keystoneclient/tests/unit/v3 copying keystoneclient/tests/unit/v3/test_access.py -> build/lib/keystoneclient/tests/unit/v3 copying keystoneclient/tests/unit/v3/test_auth_saml2.py -> build/lib/keystoneclient/tests/unit/v3 copying keystoneclient/tests/unit/v3/test_policies.py -> build/lib/keystoneclient/tests/unit/v3 copying keystoneclient/tests/unit/v3/test_tokens.py -> build/lib/keystoneclient/tests/unit/v3 copying keystoneclient/tests/unit/v3/test_role_assignments.py -> build/lib/keystoneclient/tests/unit/v3 copying keystoneclient/tests/unit/v3/test_credentials.py -> build/lib/keystoneclient/tests/unit/v3 copying keystoneclient/tests/unit/v3/test_domains.py -> build/lib/keystoneclient/tests/unit/v3 copying keystoneclient/tests/unit/v3/test_projects.py -> build/lib/keystoneclient/tests/unit/v3 copying keystoneclient/tests/unit/v3/test_oauth1.py -> build/lib/keystoneclient/tests/unit/v3 copying keystoneclient/v3/credentials.py -> build/lib/keystoneclient/v3 copying keystoneclient/v3/groups.py -> build/lib/keystoneclient/v3 copying keystoneclient/v3/tokens.py -> build/lib/keystoneclient/v3 copying keystoneclient/v3/__init__.py -> build/lib/keystoneclient/v3 copying keystoneclient/v3/services.py -> build/lib/keystoneclient/v3 copying keystoneclient/v3/policies.py -> build/lib/keystoneclient/v3 copying keystoneclient/v3/endpoints.py -> build/lib/keystoneclient/v3 copying keystoneclient/v3/client.py -> build/lib/keystoneclient/v3 copying keystoneclient/v3/role_assignments.py -> build/lib/keystoneclient/v3 copying keystoneclient/v3/roles.py -> build/lib/keystoneclient/v3 copying keystoneclient/v3/domains.py -> build/lib/keystoneclient/v3 copying keystoneclient/v3/regions.py -> build/lib/keystoneclient/v3 copying keystoneclient/v3/users.py -> build/lib/keystoneclient/v3 copying keystoneclient/v3/projects.py -> build/lib/keystoneclient/v3 creating build/lib/keystoneclient/hacking copying keystoneclient/hacking/checks.py -> build/lib/keystoneclient/hacking copying keystoneclient/hacking/__init__.py -> build/lib/keystoneclient/hacking copying keystoneclient/contrib/auth/__init__.py -> build/lib/keystoneclient/contrib/auth copying keystoneclient/v3/contrib/__init__.py -> build/lib/keystoneclient/v3/contrib copying keystoneclient/v3/contrib/trusts.py -> build/lib/keystoneclient/v3/contrib copying keystoneclient/v3/contrib/simple_cert.py -> build/lib/keystoneclient/v3/contrib copying keystoneclient/v3/contrib/endpoint_filter.py -> build/lib/keystoneclient/v3/contrib copying keystoneclient/v3/contrib/endpoint_policy.py -> build/lib/keystoneclient/v3/contrib copying keystoneclient/openstack/__init__.py -> build/lib/keystoneclient/openstack copying keystoneclient/access.py -> build/lib/keystoneclient copying keystoneclient/shell.py -> build/lib/keystoneclient copying keystoneclient/__init__.py -> build/lib/keystoneclient copying keystoneclient/adapter.py -> build/lib/keystoneclient copying keystoneclient/exceptions.py -> build/lib/keystoneclient copying keystoneclient/discover.py -> build/lib/keystoneclient copying keystoneclient/baseclient.py -> build/lib/keystoneclient copying keystoneclient/utils.py -> build/lib/keystoneclient copying keystoneclient/base.py -> build/lib/keystoneclient copying keystoneclient/i18n.py -> build/lib/keystoneclient copying keystoneclient/client.py -> build/lib/keystoneclient copying keystoneclient/httpclient.py -> build/lib/keystoneclient copying keystoneclient/service_catalog.py -> build/lib/keystoneclient copying keystoneclient/_discover.py -> build/lib/keystoneclient copying keystoneclient/session.py -> build/lib/keystoneclient running egg_info deleting python_keystoneclient.egg-info/requires.txt writing python_keystoneclient.egg-info/PKG-INFO writing top-level names to python_keystoneclient.egg-info/top_level.txt writing dependency_links to python_keystoneclient.egg-info/dependency_links.txt writing entry points to python_keystoneclient.egg-info/entry_points.txt [pbr] Reusing existing SOURCES.txt creating build/lib/keystoneclient/tests/functional/hooks copying keystoneclient/tests/functional/hooks/post_test_hook.sh -> build/lib/keystoneclient/tests/functional/hooks creating build/lib/keystoneclient/tests/unit/v3/examples creating build/lib/keystoneclient/tests/unit/v3/examples/xml copying keystoneclient/tests/unit/v3/examples/xml/ADFS_RequestSecurityTokenResponse.xml -> build/lib/keystoneclient/tests/unit/v3/examples/xml copying keystoneclient/tests/unit/v3/examples/xml/ADFS_fault.xml -> build/lib/keystoneclient/tests/unit/v3/examples/xml creating build/lib/keystoneclient/locale copying keystoneclient/locale/keystoneclient.pot -> build/lib/keystoneclient/locale + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.4Z98ni + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch ++ dirname /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch + cd python-keystoneclient-1.3.0 + /usr/bin/python setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch running install running install_lib creating /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr creating /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib creating /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7 creating /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient copying build/lib/keystoneclient/access.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient creating /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/locale copying build/lib/keystoneclient/locale/keystoneclient.pot -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/locale creating /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3 copying build/lib/keystoneclient/v3/credentials.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3 copying build/lib/keystoneclient/v3/groups.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3 copying build/lib/keystoneclient/v3/tokens.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3 copying build/lib/keystoneclient/v3/__init__.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3 copying build/lib/keystoneclient/v3/services.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3 copying build/lib/keystoneclient/v3/policies.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3 copying build/lib/keystoneclient/v3/endpoints.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3 creating /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/contrib copying build/lib/keystoneclient/v3/contrib/__init__.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/contrib copying build/lib/keystoneclient/v3/contrib/trusts.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/contrib creating /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/contrib/oauth1 copying build/lib/keystoneclient/v3/contrib/oauth1/auth.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/contrib/oauth1 copying build/lib/keystoneclient/v3/contrib/oauth1/request_tokens.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/contrib/oauth1 copying build/lib/keystoneclient/v3/contrib/oauth1/__init__.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/contrib/oauth1 copying build/lib/keystoneclient/v3/contrib/oauth1/core.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/contrib/oauth1 copying build/lib/keystoneclient/v3/contrib/oauth1/utils.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/contrib/oauth1 copying build/lib/keystoneclient/v3/contrib/oauth1/access_tokens.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/contrib/oauth1 copying build/lib/keystoneclient/v3/contrib/oauth1/consumers.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/contrib/oauth1 copying build/lib/keystoneclient/v3/contrib/simple_cert.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/contrib copying build/lib/keystoneclient/v3/contrib/endpoint_filter.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/contrib copying build/lib/keystoneclient/v3/contrib/endpoint_policy.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/contrib creating /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/contrib/federation copying build/lib/keystoneclient/v3/contrib/federation/__init__.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/contrib/federation copying build/lib/keystoneclient/v3/contrib/federation/mappings.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/contrib/federation copying build/lib/keystoneclient/v3/contrib/federation/service_providers.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/contrib/federation copying build/lib/keystoneclient/v3/contrib/federation/identity_providers.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/contrib/federation copying build/lib/keystoneclient/v3/contrib/federation/core.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/contrib/federation copying build/lib/keystoneclient/v3/contrib/federation/base.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/contrib/federation copying build/lib/keystoneclient/v3/contrib/federation/protocols.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/contrib/federation copying build/lib/keystoneclient/v3/contrib/federation/domains.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/contrib/federation copying build/lib/keystoneclient/v3/contrib/federation/projects.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/contrib/federation copying build/lib/keystoneclient/v3/client.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3 copying build/lib/keystoneclient/v3/role_assignments.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3 copying build/lib/keystoneclient/v3/roles.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3 copying build/lib/keystoneclient/v3/domains.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3 copying build/lib/keystoneclient/v3/regions.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3 copying build/lib/keystoneclient/v3/users.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3 copying build/lib/keystoneclient/v3/projects.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3 creating /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/openstack copying build/lib/keystoneclient/openstack/__init__.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/openstack creating /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/openstack/common copying build/lib/keystoneclient/openstack/common/_i18n.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/openstack/common copying build/lib/keystoneclient/openstack/common/__init__.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/openstack/common copying build/lib/keystoneclient/openstack/common/uuidutils.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/openstack/common copying build/lib/keystoneclient/openstack/common/memorycache.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/openstack/common creating /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/openstack/common/apiclient copying build/lib/keystoneclient/openstack/common/apiclient/auth.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/openstack/common/apiclient copying build/lib/keystoneclient/openstack/common/apiclient/fake_client.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/openstack/common/apiclient copying build/lib/keystoneclient/openstack/common/apiclient/__init__.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/openstack/common/apiclient copying build/lib/keystoneclient/openstack/common/apiclient/exceptions.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/openstack/common/apiclient copying build/lib/keystoneclient/openstack/common/apiclient/utils.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/openstack/common/apiclient copying build/lib/keystoneclient/openstack/common/apiclient/base.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/openstack/common/apiclient copying build/lib/keystoneclient/openstack/common/apiclient/client.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/openstack/common/apiclient creating /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v2_0 copying build/lib/keystoneclient/v2_0/ec2.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v2_0 copying build/lib/keystoneclient/v2_0/tokens.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v2_0 copying build/lib/keystoneclient/v2_0/shell.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v2_0 copying build/lib/keystoneclient/v2_0/__init__.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v2_0 copying build/lib/keystoneclient/v2_0/certificates.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v2_0 copying build/lib/keystoneclient/v2_0/services.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v2_0 copying build/lib/keystoneclient/v2_0/endpoints.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v2_0 copying build/lib/keystoneclient/v2_0/tenants.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v2_0 copying build/lib/keystoneclient/v2_0/client.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v2_0 copying build/lib/keystoneclient/v2_0/extensions.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v2_0 copying build/lib/keystoneclient/v2_0/roles.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v2_0 copying build/lib/keystoneclient/v2_0/users.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v2_0 creating /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/auth copying build/lib/keystoneclient/auth/cli.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/auth copying build/lib/keystoneclient/auth/__init__.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/auth copying build/lib/keystoneclient/auth/conf.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/auth copying build/lib/keystoneclient/auth/token_endpoint.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/auth copying build/lib/keystoneclient/auth/base.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/auth creating /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/auth/identity copying build/lib/keystoneclient/auth/identity/access.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/auth/identity creating /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/auth/identity/v3 copying build/lib/keystoneclient/auth/identity/v3/__init__.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/auth/identity/v3 copying build/lib/keystoneclient/auth/identity/v3/federated.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/auth/identity/v3 copying build/lib/keystoneclient/auth/identity/v3/token.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/auth/identity/v3 copying build/lib/keystoneclient/auth/identity/v3/base.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/auth/identity/v3 copying build/lib/keystoneclient/auth/identity/v3/password.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/auth/identity/v3 copying build/lib/keystoneclient/auth/identity/__init__.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/auth/identity copying build/lib/keystoneclient/auth/identity/base.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/auth/identity copying build/lib/keystoneclient/auth/identity/v2.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/auth/identity creating /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/auth/identity/generic copying build/lib/keystoneclient/auth/identity/generic/__init__.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/auth/identity/generic copying build/lib/keystoneclient/auth/identity/generic/token.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/auth/identity/generic copying build/lib/keystoneclient/auth/identity/generic/base.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/auth/identity/generic copying build/lib/keystoneclient/auth/identity/generic/password.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/auth/identity/generic copying build/lib/keystoneclient/shell.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient copying build/lib/keystoneclient/__init__.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient copying build/lib/keystoneclient/adapter.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient copying build/lib/keystoneclient/exceptions.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient copying build/lib/keystoneclient/discover.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient creating /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/fixture copying build/lib/keystoneclient/fixture/discovery.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/fixture copying build/lib/keystoneclient/fixture/__init__.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/fixture copying build/lib/keystoneclient/fixture/exception.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/fixture copying build/lib/keystoneclient/fixture/v2.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/fixture copying build/lib/keystoneclient/fixture/v3.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/fixture creating /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/hacking copying build/lib/keystoneclient/hacking/checks.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/hacking copying build/lib/keystoneclient/hacking/__init__.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/hacking copying build/lib/keystoneclient/baseclient.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient copying build/lib/keystoneclient/utils.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient creating /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/common copying build/lib/keystoneclient/common/cms.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/common copying build/lib/keystoneclient/common/__init__.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/common copying build/lib/keystoneclient/base.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient creating /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/middleware copying build/lib/keystoneclient/middleware/s3_token.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/middleware copying build/lib/keystoneclient/middleware/__init__.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/middleware copying build/lib/keystoneclient/middleware/auth_token.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/middleware copying build/lib/keystoneclient/middleware/memcache_crypt.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/middleware creating /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/contrib creating /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/contrib/bootstrap copying build/lib/keystoneclient/contrib/bootstrap/shell.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/contrib/bootstrap copying build/lib/keystoneclient/contrib/bootstrap/__init__.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/contrib/bootstrap creating /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/contrib/auth creating /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/contrib/auth/v3 copying build/lib/keystoneclient/contrib/auth/v3/saml2.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/contrib/auth/v3 copying build/lib/keystoneclient/contrib/auth/v3/__init__.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/contrib/auth/v3 copying build/lib/keystoneclient/contrib/auth/__init__.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/contrib/auth creating /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/contrib/ec2 copying build/lib/keystoneclient/contrib/ec2/__init__.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/contrib/ec2 copying build/lib/keystoneclient/contrib/ec2/utils.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/contrib/ec2 copying build/lib/keystoneclient/contrib/__init__.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/contrib creating /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/contrib/revoke copying build/lib/keystoneclient/contrib/revoke/model.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/contrib/revoke copying build/lib/keystoneclient/contrib/revoke/__init__.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/contrib/revoke creating /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/apiclient copying build/lib/keystoneclient/apiclient/__init__.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/apiclient copying build/lib/keystoneclient/apiclient/exceptions.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/apiclient copying build/lib/keystoneclient/i18n.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient copying build/lib/keystoneclient/client.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient creating /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/generic copying build/lib/keystoneclient/generic/shell.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/generic copying build/lib/keystoneclient/generic/__init__.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/generic copying build/lib/keystoneclient/generic/client.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/generic copying build/lib/keystoneclient/httpclient.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient copying build/lib/keystoneclient/service_catalog.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient copying build/lib/keystoneclient/_discover.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient creating /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests creating /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit copying build/lib/keystoneclient/tests/unit/test_base.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit copying build/lib/keystoneclient/tests/unit/test_session.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit creating /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3 copying build/lib/keystoneclient/tests/unit/v3/test_regions.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3 copying build/lib/keystoneclient/tests/unit/v3/test_groups.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3 copying build/lib/keystoneclient/tests/unit/v3/test_endpoints.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3 copying build/lib/keystoneclient/tests/unit/v3/test_federation.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3 copying build/lib/keystoneclient/tests/unit/v3/test_auth.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3 copying build/lib/keystoneclient/tests/unit/v3/test_endpoint_filter.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3 copying build/lib/keystoneclient/tests/unit/v3/test_roles.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3 copying build/lib/keystoneclient/tests/unit/v3/test_client.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3 copying build/lib/keystoneclient/tests/unit/v3/test_simple_cert.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3 copying build/lib/keystoneclient/tests/unit/v3/saml2_fixtures.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3 copying build/lib/keystoneclient/tests/unit/v3/__init__.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3 copying build/lib/keystoneclient/tests/unit/v3/test_users.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3 copying build/lib/keystoneclient/tests/unit/v3/test_services.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3 copying build/lib/keystoneclient/tests/unit/v3/test_trusts.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3 copying build/lib/keystoneclient/tests/unit/v3/test_discover.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3 copying build/lib/keystoneclient/tests/unit/v3/utils.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3 copying build/lib/keystoneclient/tests/unit/v3/client_fixtures.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3 copying build/lib/keystoneclient/tests/unit/v3/test_endpoint_policy.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3 copying build/lib/keystoneclient/tests/unit/v3/test_service_catalog.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3 copying build/lib/keystoneclient/tests/unit/v3/test_access.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3 copying build/lib/keystoneclient/tests/unit/v3/test_auth_saml2.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3 copying build/lib/keystoneclient/tests/unit/v3/test_policies.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3 copying build/lib/keystoneclient/tests/unit/v3/test_tokens.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3 creating /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3/examples creating /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3/examples/xml copying build/lib/keystoneclient/tests/unit/v3/examples/xml/ADFS_fault.xml -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3/examples/xml copying build/lib/keystoneclient/tests/unit/v3/examples/xml/ADFS_RequestSecurityTokenResponse.xml -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3/examples/xml copying build/lib/keystoneclient/tests/unit/v3/test_role_assignments.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3 copying build/lib/keystoneclient/tests/unit/v3/test_credentials.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3 copying build/lib/keystoneclient/tests/unit/v3/test_domains.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3 copying build/lib/keystoneclient/tests/unit/v3/test_projects.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3 copying build/lib/keystoneclient/tests/unit/v3/test_oauth1.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3 copying build/lib/keystoneclient/tests/unit/test_memcache_crypt.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit creating /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v2_0 copying build/lib/keystoneclient/tests/unit/v2_0/test_endpoints.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v2_0 copying build/lib/keystoneclient/tests/unit/v2_0/test_auth.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v2_0 copying build/lib/keystoneclient/tests/unit/v2_0/test_roles.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v2_0 copying build/lib/keystoneclient/tests/unit/v2_0/test_client.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v2_0 copying build/lib/keystoneclient/tests/unit/v2_0/test_ec2.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v2_0 copying build/lib/keystoneclient/tests/unit/v2_0/test_extensions.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v2_0 copying build/lib/keystoneclient/tests/unit/v2_0/__init__.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v2_0 copying build/lib/keystoneclient/tests/unit/v2_0/test_users.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v2_0 copying build/lib/keystoneclient/tests/unit/v2_0/test_services.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v2_0 copying build/lib/keystoneclient/tests/unit/v2_0/test_shell.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v2_0 copying build/lib/keystoneclient/tests/unit/v2_0/test_tenants.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v2_0 copying build/lib/keystoneclient/tests/unit/v2_0/utils.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v2_0 copying build/lib/keystoneclient/tests/unit/v2_0/client_fixtures.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v2_0 copying build/lib/keystoneclient/tests/unit/v2_0/test_certificates.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v2_0 copying build/lib/keystoneclient/tests/unit/v2_0/test_service_catalog.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v2_0 copying build/lib/keystoneclient/tests/unit/v2_0/test_access.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v2_0 copying build/lib/keystoneclient/tests/unit/v2_0/test_tokens.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v2_0 copying build/lib/keystoneclient/tests/unit/v2_0/test_discovery.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v2_0 creating /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/auth copying build/lib/keystoneclient/tests/unit/auth/__init__.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/auth copying build/lib/keystoneclient/tests/unit/auth/test_identity_v3_federated.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/auth copying build/lib/keystoneclient/tests/unit/auth/test_identity_common.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/auth copying build/lib/keystoneclient/tests/unit/auth/utils.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/auth copying build/lib/keystoneclient/tests/unit/auth/test_access.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/auth copying build/lib/keystoneclient/tests/unit/auth/test_token_endpoint.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/auth copying build/lib/keystoneclient/tests/unit/auth/test_token.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/auth copying build/lib/keystoneclient/tests/unit/auth/test_identity_v3.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/auth copying build/lib/keystoneclient/tests/unit/auth/test_conf.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/auth copying build/lib/keystoneclient/tests/unit/auth/test_password.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/auth copying build/lib/keystoneclient/tests/unit/auth/test_cli.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/auth copying build/lib/keystoneclient/tests/unit/auth/test_identity_v2.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/auth copying build/lib/keystoneclient/tests/unit/test_s3_token_middleware.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit copying build/lib/keystoneclient/tests/unit/__init__.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit copying build/lib/keystoneclient/tests/unit/test_https.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit copying build/lib/keystoneclient/tests/unit/test_auth_token_middleware.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit copying build/lib/keystoneclient/tests/unit/test_keyring.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit copying build/lib/keystoneclient/tests/unit/test_ec2utils.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit copying build/lib/keystoneclient/tests/unit/test_shell.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit copying build/lib/keystoneclient/tests/unit/utils.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit copying build/lib/keystoneclient/tests/unit/client_fixtures.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit copying build/lib/keystoneclient/tests/unit/test_http.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit creating /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/apiclient copying build/lib/keystoneclient/tests/unit/apiclient/__init__.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/apiclient copying build/lib/keystoneclient/tests/unit/apiclient/test_exceptions.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/apiclient copying build/lib/keystoneclient/tests/unit/test_utils.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit creating /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/generic copying build/lib/keystoneclient/tests/unit/generic/test_client.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/generic copying build/lib/keystoneclient/tests/unit/generic/__init__.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/generic copying build/lib/keystoneclient/tests/unit/generic/test_shell.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/generic copying build/lib/keystoneclient/tests/unit/test_fixtures.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit copying build/lib/keystoneclient/tests/unit/test_cms.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit copying build/lib/keystoneclient/tests/unit/test_hacking_checks.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit copying build/lib/keystoneclient/tests/unit/test_discovery.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit copying build/lib/keystoneclient/tests/__init__.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests creating /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/functional copying build/lib/keystoneclient/tests/functional/__init__.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/functional creating /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/functional/hooks copying build/lib/keystoneclient/tests/functional/hooks/post_test_hook.sh -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/functional/hooks copying build/lib/keystoneclient/tests/functional/test_cli.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/functional copying build/lib/keystoneclient/session.py -> /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/access.py to access.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/credentials.py to credentials.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/groups.py to groups.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/tokens.py to tokens.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/services.py to services.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/policies.py to policies.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/endpoints.py to endpoints.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/contrib/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/contrib/trusts.py to trusts.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/contrib/oauth1/auth.py to auth.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/contrib/oauth1/request_tokens.py to request_tokens.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/contrib/oauth1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/contrib/oauth1/core.py to core.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/contrib/oauth1/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/contrib/oauth1/access_tokens.py to access_tokens.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/contrib/oauth1/consumers.py to consumers.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/contrib/simple_cert.py to simple_cert.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/contrib/endpoint_filter.py to endpoint_filter.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/contrib/endpoint_policy.py to endpoint_policy.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/contrib/federation/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/contrib/federation/mappings.py to mappings.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/contrib/federation/service_providers.py to service_providers.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/contrib/federation/identity_providers.py to identity_providers.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/contrib/federation/core.py to core.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/contrib/federation/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/contrib/federation/protocols.py to protocols.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/contrib/federation/domains.py to domains.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/contrib/federation/projects.py to projects.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/client.py to client.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/role_assignments.py to role_assignments.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/roles.py to roles.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/domains.py to domains.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/regions.py to regions.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/users.py to users.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/projects.py to projects.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/openstack/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/openstack/common/_i18n.py to _i18n.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/openstack/common/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/openstack/common/uuidutils.py to uuidutils.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/openstack/common/memorycache.py to memorycache.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/openstack/common/apiclient/auth.py to auth.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/openstack/common/apiclient/fake_client.py to fake_client.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/openstack/common/apiclient/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/openstack/common/apiclient/exceptions.py to exceptions.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/openstack/common/apiclient/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/openstack/common/apiclient/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/openstack/common/apiclient/client.py to client.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v2_0/ec2.py to ec2.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v2_0/tokens.py to tokens.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v2_0/shell.py to shell.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v2_0/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v2_0/certificates.py to certificates.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v2_0/services.py to services.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v2_0/endpoints.py to endpoints.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v2_0/tenants.py to tenants.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v2_0/client.py to client.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v2_0/extensions.py to extensions.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v2_0/roles.py to roles.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v2_0/users.py to users.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/auth/cli.py to cli.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/auth/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/auth/conf.py to conf.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/auth/token_endpoint.py to token_endpoint.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/auth/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/auth/identity/access.py to access.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/auth/identity/v3/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/auth/identity/v3/federated.py to federated.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/auth/identity/v3/token.py to token.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/auth/identity/v3/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/auth/identity/v3/password.py to password.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/auth/identity/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/auth/identity/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/auth/identity/v2.py to v2.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/auth/identity/generic/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/auth/identity/generic/token.py to token.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/auth/identity/generic/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/auth/identity/generic/password.py to password.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/shell.py to shell.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/adapter.py to adapter.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/exceptions.py to exceptions.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/discover.py to discover.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/fixture/discovery.py to discovery.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/fixture/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/fixture/exception.py to exception.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/fixture/v2.py to v2.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/fixture/v3.py to v3.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/hacking/checks.py to checks.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/hacking/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/baseclient.py to baseclient.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/common/cms.py to cms.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/common/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/middleware/s3_token.py to s3_token.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/middleware/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/middleware/auth_token.py to auth_token.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/middleware/memcache_crypt.py to memcache_crypt.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/contrib/bootstrap/shell.py to shell.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/contrib/bootstrap/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/contrib/auth/v3/saml2.py to saml2.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/contrib/auth/v3/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/contrib/auth/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/contrib/ec2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/contrib/ec2/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/contrib/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/contrib/revoke/model.py to model.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/contrib/revoke/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/apiclient/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/apiclient/exceptions.py to exceptions.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/i18n.py to i18n.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/client.py to client.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/generic/shell.py to shell.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/generic/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/generic/client.py to client.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/httpclient.py to httpclient.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/service_catalog.py to service_catalog.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/_discover.py to _discover.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/test_base.py to test_base.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/test_session.py to test_session.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3/test_regions.py to test_regions.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3/test_groups.py to test_groups.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3/test_endpoints.py to test_endpoints.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3/test_federation.py to test_federation.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3/test_auth.py to test_auth.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3/test_endpoint_filter.py to test_endpoint_filter.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3/test_roles.py to test_roles.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3/test_client.py to test_client.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3/test_simple_cert.py to test_simple_cert.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3/saml2_fixtures.py to saml2_fixtures.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3/test_users.py to test_users.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3/test_services.py to test_services.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3/test_trusts.py to test_trusts.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3/test_discover.py to test_discover.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3/client_fixtures.py to client_fixtures.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3/test_endpoint_policy.py to test_endpoint_policy.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3/test_service_catalog.py to test_service_catalog.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3/test_access.py to test_access.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3/test_auth_saml2.py to test_auth_saml2.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3/test_policies.py to test_policies.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3/test_tokens.py to test_tokens.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3/test_role_assignments.py to test_role_assignments.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3/test_credentials.py to test_credentials.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3/test_domains.py to test_domains.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3/test_projects.py to test_projects.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3/test_oauth1.py to test_oauth1.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/test_memcache_crypt.py to test_memcache_crypt.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v2_0/test_endpoints.py to test_endpoints.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v2_0/test_auth.py to test_auth.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v2_0/test_roles.py to test_roles.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v2_0/test_client.py to test_client.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v2_0/test_ec2.py to test_ec2.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v2_0/test_extensions.py to test_extensions.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v2_0/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v2_0/test_users.py to test_users.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v2_0/test_services.py to test_services.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v2_0/test_shell.py to test_shell.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v2_0/test_tenants.py to test_tenants.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v2_0/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v2_0/client_fixtures.py to client_fixtures.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v2_0/test_certificates.py to test_certificates.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v2_0/test_service_catalog.py to test_service_catalog.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v2_0/test_access.py to test_access.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v2_0/test_tokens.py to test_tokens.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v2_0/test_discovery.py to test_discovery.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/auth/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/auth/test_identity_v3_federated.py to test_identity_v3_federated.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/auth/test_identity_common.py to test_identity_common.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/auth/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/auth/test_access.py to test_access.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/auth/test_token_endpoint.py to test_token_endpoint.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/auth/test_token.py to test_token.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/auth/test_identity_v3.py to test_identity_v3.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/auth/test_conf.py to test_conf.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/auth/test_password.py to test_password.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/auth/test_cli.py to test_cli.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/auth/test_identity_v2.py to test_identity_v2.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/test_s3_token_middleware.py to test_s3_token_middleware.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/test_https.py to test_https.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/test_auth_token_middleware.py to test_auth_token_middleware.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/test_keyring.py to test_keyring.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/test_ec2utils.py to test_ec2utils.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/test_shell.py to test_shell.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/client_fixtures.py to client_fixtures.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/test_http.py to test_http.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/apiclient/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/apiclient/test_exceptions.py to test_exceptions.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/test_utils.py to test_utils.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/generic/test_client.py to test_client.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/generic/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/generic/test_shell.py to test_shell.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/test_fixtures.py to test_fixtures.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/test_cms.py to test_cms.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/test_hacking_checks.py to test_hacking_checks.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/test_discovery.py to test_discovery.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/functional/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/functional/test_cli.py to test_cli.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/session.py to session.pyc writing byte-compilation script '/tmp/tmpLGOPMf.py' /usr/bin/python -O /tmp/tmpLGOPMf.py removing /tmp/tmpLGOPMf.py running install_egg_info running egg_info writing python_keystoneclient.egg-info/PKG-INFO writing top-level names to python_keystoneclient.egg-info/top_level.txt writing dependency_links to python_keystoneclient.egg-info/dependency_links.txt writing entry points to python_keystoneclient.egg-info/entry_points.txt [pbr] Reusing existing SOURCES.txt Copying python_keystoneclient.egg-info to /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/python_keystoneclient-1.3.0-py2.7.egg-info running install_scripts Installing keystone script to /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/bin + install -p -D -m 644 tools/keystone.bash_completion /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/etc/bash_completion.d/keystone.bash_completion + rm -fr /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7/site-packages/tests ++ pwd + export PYTHONPATH=/builddir/build/BUILD/python-keystoneclient-1.3.0: + PYTHONPATH=/builddir/build/BUILD/python-keystoneclient-1.3.0: + sphinx-build -b html doc/source html Making output directory... Running Sphinx v1.1.3 fatal: Not a git repository (or any of the parent directories): .git loading pickled environment... not yet created loading intersphinx inventory from http://docs.python.org/objects.inv... loading intersphinx inventory from http://docs.openstack.org/developer/oslo.config/objects.inv... WARNING: intersphinx inventory u'http://docs.python.org/objects.inv' not fetchable due to : Using openstack theme from /usr/lib/python2.7/site-packages/oslosphinx/theme WARNING: intersphinx inventory u'http://docs.openstack.org/developer/oslo.config/objects.inv' not fetchable due to : Creating file /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.rst. Creating file /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.apiclient.rst. Creating file /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.auth.rst. Creating file /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.auth.identity.rst. Creating file /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.auth.identity.generic.rst. Creating file /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.auth.identity.v3.rst. Creating file /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.common.rst. Creating file /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.contrib.rst. Creating file /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.contrib.auth.rst. Creating file /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.contrib.auth.v3.rst. Creating file /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.contrib.bootstrap.rst. Creating file /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.contrib.ec2.rst. Creating file /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.contrib.revoke.rst. Creating file /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.fixture.rst. Creating file /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.generic.rst. Creating file /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.hacking.rst. Creating file /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.middleware.rst. Creating file /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.openstack.rst. Creating file /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.openstack.common.rst. Creating file /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.openstack.common.apiclient.rst. Creating file /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.rst. Creating file /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.functional.rst. Creating file /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.rst. Creating file /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.apiclient.rst. Creating file /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.auth.rst. Creating file /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.generic.rst. Creating file /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.v2_0.rst. Creating file /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.v3.rst. Creating file /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.v2_0.rst. Creating file /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.v3.rst. Creating file /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.v3.contrib.rst. Creating file /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.v3.contrib.federation.rst. Creating file /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.v3.contrib.oauth1.rst. Creating file /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/modules.rst. building [html]: targets for 6 source files that are out of date updating environment: 40 added, 0 changed, 0 removed reading sources... [ 2%] api/keystoneclient Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils reading sources... [ 5%] api/keystoneclient.apiclient Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils reading sources... [ 7%] api/keystoneclient.auth Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils reading sources... [ 10%] api/keystoneclient.auth.identity Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils reading sources... [ 12%] api/keystoneclient.auth.identity.generic Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils reading sources... [ 15%] api/keystoneclient.auth.identity.v3 Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils reading sources... [ 17%] api/keystoneclient.common Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils reading sources... [ 20%] api/keystoneclient.contrib reading sources... [ 22%] api/keystoneclient.contrib.auth reading sources... [ 25%] api/keystoneclient.contrib.auth.v3 Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils reading sources... [ 27%] api/keystoneclient.contrib.bootstrap Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils reading sources... [ 30%] api/keystoneclient.contrib.ec2 Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils reading sources... [ 32%] api/keystoneclient.contrib.revoke Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils reading sources... [ 35%] api/keystoneclient.fixture Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils reading sources... [ 37%] api/keystoneclient.generic Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils reading sources... [ 40%] api/keystoneclient.hacking Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils reading sources... [ 42%] api/keystoneclient.middleware Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils reading sources... [ 45%] api/keystoneclient.openstack reading sources... [ 47%] api/keystoneclient.openstack.common Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils reading sources... [ 50%] api/keystoneclient.openstack.common.apiclient Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils reading sources... [ 52%] api/keystoneclient.tests reading sources... [ 55%] api/keystoneclient.tests.functional Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils reading sources... [ 57%] api/keystoneclient.tests.unit Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils reading sources... [ 60%] api/keystoneclient.tests.unit.apiclient Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils reading sources... [ 62%] api/keystoneclient.tests.unit.auth Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils reading sources... [ 65%] api/keystoneclient.tests.unit.generic Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils reading sources... [ 67%] api/keystoneclient.tests.unit.v2_0 Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils reading sources... [ 70%] api/keystoneclient.tests.unit.v3 Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils reading sources... [ 72%] api/keystoneclient.v2_0 Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils reading sources... [ 75%] api/keystoneclient.v3 Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils reading sources... [ 77%] api/keystoneclient.v3.contrib Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils reading sources... [ 80%] api/keystoneclient.v3.contrib.federation Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils reading sources... [ 82%] api/keystoneclient.v3.contrib.oauth1 Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils reading sources... [ 85%] api/modules reading sources... [ 87%] authentication-plugins reading sources... [ 90%] index reading sources... [ 92%] man/keystone reading sources... [ 95%] using-api-v2 reading sources... [ 97%] using-api-v3 reading sources... [100%] using-sessions /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.rst:7: WARNING: autodoc can't import/find module 'keystoneclient.__init__', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.rst:15: WARNING: autodoc can't import/find module 'keystoneclient._discover', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.rst:23: WARNING: autodoc can't import/find module 'keystoneclient.access', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.rst:31: WARNING: autodoc can't import/find module 'keystoneclient.adapter', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.rst:39: WARNING: autodoc can't import/find module 'keystoneclient.base', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.rst:47: WARNING: autodoc can't import/find module 'keystoneclient.baseclient', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.rst:55: WARNING: autodoc can't import/find module 'keystoneclient.client', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.rst:63: WARNING: autodoc can't import/find module 'keystoneclient.discover', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.rst:71: WARNING: autodoc can't import/find module 'keystoneclient.exceptions', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.rst:79: WARNING: autodoc can't import/find module 'keystoneclient.httpclient', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.rst:87: WARNING: autodoc can't import/find module 'keystoneclient.i18n', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.rst:95: WARNING: autodoc can't import/find module 'keystoneclient.service_catalog', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.rst:103: WARNING: autodoc can't import/find module 'keystoneclient.session', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.rst:111: WARNING: autodoc can't import/find module 'keystoneclient.shell', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.rst:119: WARNING: autodoc can't import/find module 'keystoneclient.utils', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.apiclient.rst:7: WARNING: autodoc can't import/find module 'keystoneclient.apiclient', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.apiclient.rst:15: WARNING: autodoc can't import/find module 'keystoneclient.apiclient.exceptions', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.auth.rst:7: WARNING: autodoc can't import/find module 'keystoneclient.auth', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.auth.rst:15: WARNING: autodoc can't import/find module 'keystoneclient.auth.base', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.auth.rst:23: WARNING: autodoc can't import/find module 'keystoneclient.auth.cli', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.auth.rst:31: WARNING: autodoc can't import/find module 'keystoneclient.auth.conf', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.auth.rst:39: WARNING: autodoc can't import/find module 'keystoneclient.auth.token_endpoint', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.auth.identity.rst:7: WARNING: autodoc can't import/find module 'keystoneclient.auth.identity', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.auth.identity.rst:15: WARNING: autodoc can't import/find module 'keystoneclient.auth.identity.access', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.auth.identity.rst:23: WARNING: autodoc can't import/find module 'keystoneclient.auth.identity.base', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.auth.identity.rst:31: WARNING: autodoc can't import/find module 'keystoneclient.auth.identity.v2', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.auth.identity.generic.rst:7: WARNING: autodoc can't import/find module 'keystoneclient.auth.identity.generic', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.auth.identity.generic.rst:15: WARNING: autodoc can't import/find module 'keystoneclient.auth.identity.generic.base', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.auth.identity.generic.rst:23: WARNING: autodoc can't import/find module 'keystoneclient.auth.identity.generic.password', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.auth.identity.generic.rst:31: WARNING: autodoc can't import/find module 'keystoneclient.auth.identity.generic.token', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.auth.identity.v3.rst:7: WARNING: autodoc can't import/find module 'keystoneclient.auth.identity.v3', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.auth.identity.v3.rst:15: WARNING: autodoc can't import/find module 'keystoneclient.auth.identity.v3.base', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.auth.identity.v3.rst:23: WARNING: autodoc can't import/find module 'keystoneclient.auth.identity.v3.federated', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.auth.identity.v3.rst:31: WARNING: autodoc can't import/find module 'keystoneclient.auth.identity.v3.password', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.auth.identity.v3.rst:39: WARNING: autodoc can't import/find module 'keystoneclient.auth.identity.v3.token', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.common.rst:7: WARNING: autodoc can't import/find module 'keystoneclient.common.cms', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.contrib.auth.v3.rst:7: WARNING: autodoc can't import/find module 'keystoneclient.contrib.auth.v3.saml2', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.contrib.bootstrap.rst:7: WARNING: autodoc can't import/find module 'keystoneclient.contrib.bootstrap.shell', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.contrib.ec2.rst:7: WARNING: autodoc can't import/find module 'keystoneclient.contrib.ec2.utils', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.contrib.revoke.rst:7: WARNING: autodoc can't import/find module 'keystoneclient.contrib.revoke.model', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.fixture.rst:7: WARNING: autodoc can't import/find module 'keystoneclient.fixture', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.fixture.rst:15: WARNING: autodoc can't import/find module 'keystoneclient.fixture.discovery', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.fixture.rst:23: WARNING: autodoc can't import/find module 'keystoneclient.fixture.exception', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.fixture.rst:31: WARNING: autodoc can't import/find module 'keystoneclient.fixture.v2', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.fixture.rst:39: WARNING: autodoc can't import/find module 'keystoneclient.fixture.v3', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.generic.rst:7: WARNING: autodoc can't import/find module 'keystoneclient.generic', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.generic.rst:15: WARNING: autodoc can't import/find module 'keystoneclient.generic.client', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.generic.rst:23: WARNING: autodoc can't import/find module 'keystoneclient.generic.shell', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.hacking.rst:7: WARNING: autodoc can't import/find module 'keystoneclient.hacking.checks', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.middleware.rst:7: WARNING: autodoc can't import/find module 'keystoneclient.middleware.auth_token', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.middleware.rst:15: WARNING: autodoc can't import/find module 'keystoneclient.middleware.memcache_crypt', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.middleware.rst:23: WARNING: autodoc can't import/find module 'keystoneclient.middleware.s3_token', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.openstack.common.rst:7: WARNING: autodoc can't import/find module 'keystoneclient.openstack.common._i18n', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.openstack.common.rst:15: WARNING: autodoc can't import/find module 'keystoneclient.openstack.common.memorycache', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.openstack.common.rst:23: WARNING: autodoc can't import/find module 'keystoneclient.openstack.common.uuidutils', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.openstack.common.apiclient.rst:7: WARNING: autodoc can't import/find module 'keystoneclient.openstack.common.apiclient.auth', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.openstack.common.apiclient.rst:15: WARNING: autodoc can't import/find module 'keystoneclient.openstack.common.apiclient.base', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.openstack.common.apiclient.rst:23: WARNING: autodoc can't import/find module 'keystoneclient.openstack.common.apiclient.client', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.openstack.common.apiclient.rst:31: WARNING: autodoc can't import/find module 'keystoneclient.openstack.common.apiclient.exceptions', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.openstack.common.apiclient.rst:39: WARNING: autodoc can't import/find module 'keystoneclient.openstack.common.apiclient.fake_client', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.openstack.common.apiclient.rst:47: WARNING: autodoc can't import/find module 'keystoneclient.openstack.common.apiclient.utils', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.functional.rst:7: WARNING: autodoc can't import/find module 'keystoneclient.tests.functional.test_cli', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.rst:7: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.client_fixtures', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.rst:15: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.test_auth_token_middleware', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.rst:23: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.test_base', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.rst:31: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.test_cms', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.rst:39: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.test_discovery', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.rst:47: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.test_ec2utils', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.rst:55: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.test_fixtures', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.rst:63: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.test_hacking_checks', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.rst:71: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.test_http', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.rst:79: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.test_https', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.rst:87: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.test_keyring', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.rst:95: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.test_memcache_crypt', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.rst:103: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.test_s3_token_middleware', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.rst:111: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.test_session', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.rst:119: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.test_shell', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.rst:127: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.test_utils', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.rst:135: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.utils', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.apiclient.rst:7: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.apiclient.test_exceptions', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.auth.rst:7: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.auth.test_access', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.auth.rst:15: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.auth.test_cli', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.auth.rst:23: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.auth.test_conf', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.auth.rst:31: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.auth.test_identity_common', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.auth.rst:39: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.auth.test_identity_v2', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.auth.rst:47: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.auth.test_identity_v3', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.auth.rst:55: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.auth.test_identity_v3_federated', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.auth.rst:63: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.auth.test_password', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.auth.rst:71: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.auth.test_token', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.auth.rst:79: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.auth.test_token_endpoint', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.auth.rst:87: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.auth.utils', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.generic.rst:7: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.generic.test_client', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.generic.rst:15: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.generic.test_shell', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.v2_0.rst:7: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.v2_0.client_fixtures', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.v2_0.rst:15: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.v2_0.test_access', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.v2_0.rst:23: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.v2_0.test_auth', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.v2_0.rst:31: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.v2_0.test_certificates', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.v2_0.rst:39: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.v2_0.test_client', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.v2_0.rst:47: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.v2_0.test_discovery', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.v2_0.rst:55: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.v2_0.test_ec2', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.v2_0.rst:63: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.v2_0.test_endpoints', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.v2_0.rst:71: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.v2_0.test_extensions', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.v2_0.rst:79: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.v2_0.test_roles', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.v2_0.rst:87: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.v2_0.test_service_catalog', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.v2_0.rst:95: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.v2_0.test_services', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.v2_0.rst:103: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.v2_0.test_shell', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.v2_0.rst:111: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.v2_0.test_tenants', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.v2_0.rst:119: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.v2_0.test_tokens', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.v2_0.rst:127: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.v2_0.test_users', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.v2_0.rst:135: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.v2_0.utils', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.v3.rst:7: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.v3.client_fixtures', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.v3.rst:15: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.v3.saml2_fixtures', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.v3.rst:23: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.v3.test_access', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.v3.rst:31: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.v3.test_auth', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.v3.rst:39: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.v3.test_auth_saml2', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.v3.rst:47: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.v3.test_client', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.v3.rst:55: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.v3.test_credentials', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.v3.rst:63: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.v3.test_discover', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.v3.rst:71: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.v3.test_domains', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.v3.rst:79: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.v3.test_endpoint_filter', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.v3.rst:87: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.v3.test_endpoint_policy', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.v3.rst:95: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.v3.test_endpoints', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.v3.rst:103: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.v3.test_federation', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.v3.rst:111: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.v3.test_groups', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.v3.rst:119: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.v3.test_oauth1', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.v3.rst:127: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.v3.test_policies', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.v3.rst:135: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.v3.test_projects', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.v3.rst:143: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.v3.test_regions', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.v3.rst:151: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.v3.test_role_assignments', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.v3.rst:159: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.v3.test_roles', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.v3.rst:167: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.v3.test_service_catalog', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.v3.rst:175: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.v3.test_services', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.v3.rst:183: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.v3.test_simple_cert', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.v3.rst:191: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.v3.test_tokens', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.v3.rst:199: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.v3.test_trusts', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.v3.rst:207: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.v3.test_users', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.v3.rst:215: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.v3.utils', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.v2_0.rst:7: WARNING: autodoc can't import/find module 'keystoneclient.v2_0', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.v2_0.rst:15: WARNING: autodoc can't import/find module 'keystoneclient.v2_0.certificates', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.v2_0.rst:23: WARNING: autodoc can't import/find module 'keystoneclient.v2_0.client', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.v2_0.rst:31: WARNING: autodoc can't import/find module 'keystoneclient.v2_0.ec2', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.v2_0.rst:39: WARNING: autodoc can't import/find module 'keystoneclient.v2_0.endpoints', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.v2_0.rst:47: WARNING: autodoc can't import/find module 'keystoneclient.v2_0.extensions', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.v2_0.rst:55: WARNING: autodoc can't import/find module 'keystoneclient.v2_0.roles', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.v2_0.rst:63: WARNING: autodoc can't import/find module 'keystoneclient.v2_0.services', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.v2_0.rst:71: WARNING: autodoc can't import/find module 'keystoneclient.v2_0.shell', it reported error: "No module named oslo_utils", please check your spelling and sys.path looking for now-outdated files... none found pickling environment... /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.v2_0.rst:79: WARNING: autodoc can't import/find module 'keystoneclient.v2_0.tenants', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.v2_0.rst:87: WARNING: autodoc can't import/find module 'keystoneclient.v2_0.tokens', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.v2_0.rst:95: WARNING: autodoc can't import/find module 'keystoneclient.v2_0.users', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.v3.rst:7: WARNING: autodoc can't import/find module 'keystoneclient.v3', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.v3.rst:15: WARNING: autodoc can't import/find module 'keystoneclient.v3.client', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.v3.rst:23: WARNING: autodoc can't import/find module 'keystoneclient.v3.credentials', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.v3.rst:31: WARNING: autodoc can't import/find module 'keystoneclient.v3.domains', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.v3.rst:39: WARNING: autodoc can't import/find module 'keystoneclient.v3.endpoints', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.v3.rst:47: WARNING: autodoc can't import/find module 'keystoneclient.v3.groups', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.v3.rst:55: WARNING: autodoc can't import/find module 'keystoneclient.v3.policies', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.v3.rst:63: WARNING: autodoc can't import/find module 'keystoneclient.v3.projects', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.v3.rst:71: WARNING: autodoc can't import/find module 'keystoneclient.v3.regions', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.v3.rst:79: WARNING: autodoc can't import/find module 'keystoneclient.v3.role_assignments', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.v3.rst:87: WARNING: autodoc can't import/find module 'keystoneclient.v3.roles', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.v3.rst:95: WARNING: autodoc can't import/find module 'keystoneclient.v3.services', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.v3.rst:103: WARNING: autodoc can't import/find module 'keystoneclient.v3.tokens', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.v3.rst:111: WARNING: autodoc can't import/find module 'keystoneclient.v3.users', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.v3.contrib.rst:7: WARNING: autodoc can't import/find module 'keystoneclient.v3.contrib', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.v3.contrib.rst:15: WARNING: autodoc can't import/find module 'keystoneclient.v3.contrib.endpoint_filter', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.v3.contrib.rst:23: WARNING: autodoc can't import/find module 'keystoneclient.v3.contrib.endpoint_policy', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.v3.contrib.rst:31: WARNING: autodoc can't import/find module 'keystoneclient.v3.contrib.simple_cert', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.v3.contrib.rst:39: WARNING: autodoc can't import/find module 'keystoneclient.v3.contrib.trusts', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.v3.contrib.federation.rst:7: WARNING: autodoc can't import/find module 'keystoneclient.v3.contrib.federation', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.v3.contrib.federation.rst:15: WARNING: autodoc can't import/find module 'keystoneclient.v3.contrib.federation.base', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.v3.contrib.federation.rst:23: WARNING: autodoc can't import/find module 'keystoneclient.v3.contrib.federation.core', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.v3.contrib.federation.rst:31: WARNING: autodoc can't import/find module 'keystoneclient.v3.contrib.federation.domains', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.v3.contrib.federation.rst:39: WARNING: autodoc can't import/find module 'keystoneclient.v3.contrib.federation.identity_providers', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.v3.contrib.federation.rst:47: WARNING: autodoc can't import/find module 'keystoneclient.v3.contrib.federation.mappings', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.v3.contrib.federation.rst:55: WARNING: autodoc can't import/find module 'keystoneclient.v3.contrib.federation.projects', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.v3.contrib.federation.rst:63: WARNING: autodoc can't import/find module 'keystoneclient.v3.contrib.federation.protocols', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.v3.contrib.federation.rst:71: WARNING: autodoc can't import/find module 'keystoneclient.v3.contrib.federation.service_providers', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.v3.contrib.oauth1.rst:7: WARNING: autodoc can't import/find module 'keystoneclient.v3.contrib.oauth1', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.v3.contrib.oauth1.rst:15: WARNING: autodoc can't import/find module 'keystoneclient.v3.contrib.oauth1.access_tokens', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.v3.contrib.oauth1.rst:23: WARNING: autodoc can't import/find module 'keystoneclient.v3.contrib.oauth1.auth', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.v3.contrib.oauth1.rst:31: WARNING: autodoc can't import/find module 'keystoneclient.v3.contrib.oauth1.consumers', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.v3.contrib.oauth1.rst:39: WARNING: autodoc can't import/find module 'keystoneclient.v3.contrib.oauth1.core', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.v3.contrib.oauth1.rst:47: WARNING: autodoc can't import/find module 'keystoneclient.v3.contrib.oauth1.request_tokens', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.v3.contrib.oauth1.rst:55: WARNING: autodoc can't import/find module 'keystoneclient.v3.contrib.oauth1.utils', it reported error: "No module named oslo_utils", please check your spelling and sys.path done checking consistency... done preparing documents... done writing output... [ 2%] api/keystoneclient writing output... [ 5%] api/keystoneclient.apiclient writing output... [ 7%] api/keystoneclient.auth writing output... [ 10%] api/keystoneclient.auth.identity writing output... [ 12%] api/keystoneclient.auth.identity.generic writing output... [ 15%] api/keystoneclient.auth.identity.v3 writing output... [ 17%] api/keystoneclient.common writing output... [ 20%] api/keystoneclient.contrib writing output... [ 22%] api/keystoneclient.contrib.auth writing output... [ 25%] api/keystoneclient.contrib.auth.v3 writing output... [ 27%] api/keystoneclient.contrib.bootstrap writing output... [ 30%] api/keystoneclient.contrib.ec2 writing output... [ 32%] api/keystoneclient.contrib.revoke writing output... [ 35%] api/keystoneclient.fixture writing output... [ 37%] api/keystoneclient.generic writing output... [ 40%] api/keystoneclient.hacking writing output... [ 42%] api/keystoneclient.middleware writing output... [ 45%] api/keystoneclient.openstack writing output... [ 47%] api/keystoneclient.openstack.common writing output... [ 50%] api/keystoneclient.openstack.common.apiclient writing output... [ 52%] api/keystoneclient.tests writing output... [ 55%] api/keystoneclient.tests.functional writing output... [ 57%] api/keystoneclient.tests.unit writing output... [ 60%] api/keystoneclient.tests.unit.apiclient writing output... [ 62%] api/keystoneclient.tests.unit.auth writing output... [ 65%] api/keystoneclient.tests.unit.generic writing output... [ 67%] api/keystoneclient.tests.unit.v2_0 writing output... [ 70%] api/keystoneclient.tests.unit.v3 writing output... [ 72%] api/keystoneclient.v2_0 writing output... [ 75%] api/keystoneclient.v3 writing output... [ 77%] api/keystoneclient.v3.contrib writing output... [ 80%] api/keystoneclient.v3.contrib.federation writing output... [ 82%] api/keystoneclient.v3.contrib.oauth1 writing output... [ 85%] api/modules writing output... [ 87%] authentication-plugins writing output... [ 90%] index writing output... [ 92%] man/keystone writing output... [ 95%] using-api-v2 writing output... [ 97%] using-api-v3 writing output... [100%] using-sessions writing additional files... genindex search copying static files... done dumping search index... done dumping object inventory... done build succeeded, 186 warnings. + sphinx-build -b man doc/source man Making output directory... Running Sphinx v1.1.3 fatal: Not a git repository (or any of the parent directories): .git loading pickled environment... not yet created loading intersphinx inventory from http://docs.python.org/objects.inv... loading intersphinx inventory from http://docs.openstack.org/developer/oslo.config/objects.inv... WARNING: intersphinx inventory u'http://docs.python.org/objects.inv' not fetchable due to : Using openstack theme from /usr/lib/python2.7/site-packages/oslosphinx/theme WARNING: intersphinx inventory u'http://docs.openstack.org/developer/oslo.config/objects.inv' not fetchable due to : Creating file /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.rst. Creating file /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.apiclient.rst. Creating file /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.auth.rst. Creating file /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.auth.identity.rst. Creating file /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.auth.identity.generic.rst. Creating file /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.auth.identity.v3.rst. Creating file /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.common.rst. Creating file /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.contrib.rst. Creating file /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.contrib.auth.rst. Creating file /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.contrib.auth.v3.rst. Creating file /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.contrib.bootstrap.rst. Creating file /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.contrib.ec2.rst. Creating file /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.contrib.revoke.rst. Creating file /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.fixture.rst. Creating file /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.generic.rst. Creating file /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.hacking.rst. Creating file /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.middleware.rst. Creating file /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.openstack.rst. Creating file /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.openstack.common.rst. Creating file /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.openstack.common.apiclient.rst. Creating file /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.rst. Creating file /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.functional.rst. Creating file /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.rst. Creating file /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.apiclient.rst. Creating file /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.auth.rst. Creating file /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.generic.rst. Creating file /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.v2_0.rst. Creating file /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.v3.rst. Creating file /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.v2_0.rst. Creating file /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.v3.rst. Creating file /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.v3.contrib.rst. Creating file /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.v3.contrib.federation.rst. Creating file /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.v3.contrib.oauth1.rst. Creating file /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/modules.rst. building [man]: all manpages updating environment: 40 added, 0 changed, 0 removed reading sources... [ 2%] api/keystoneclient Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils reading sources... [ 5%] api/keystoneclient.apiclient Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils reading sources... [ 7%] api/keystoneclient.auth Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils reading sources... [ 10%] api/keystoneclient.auth.identity Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils reading sources... [ 12%] api/keystoneclient.auth.identity.generic Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils reading sources... [ 15%] api/keystoneclient.auth.identity.v3 Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils reading sources... [ 17%] api/keystoneclient.common Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils reading sources... [ 20%] api/keystoneclient.contrib reading sources... [ 22%] api/keystoneclient.contrib.auth reading sources... [ 25%] api/keystoneclient.contrib.auth.v3 Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils reading sources... [ 27%] api/keystoneclient.contrib.bootstrap Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils reading sources... [ 30%] api/keystoneclient.contrib.ec2 Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils reading sources... [ 32%] api/keystoneclient.contrib.revoke Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils reading sources... [ 35%] api/keystoneclient.fixture Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils reading sources... [ 37%] api/keystoneclient.generic Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils reading sources... [ 40%] api/keystoneclient.hacking Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils reading sources... [ 42%] api/keystoneclient.middleware Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils reading sources... [ 45%] api/keystoneclient.openstack reading sources... [ 47%] api/keystoneclient.openstack.common Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils reading sources... [ 50%] api/keystoneclient.openstack.common.apiclient Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils reading sources... [ 52%] api/keystoneclient.tests reading sources... [ 55%] api/keystoneclient.tests.functional Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils reading sources... [ 57%] api/keystoneclient.tests.unit Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils reading sources... [ 60%] api/keystoneclient.tests.unit.apiclient Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils reading sources... [ 62%] api/keystoneclient.tests.unit.auth Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils reading sources... [ 65%] api/keystoneclient.tests.unit.generic Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils reading sources... [ 67%] api/keystoneclient.tests.unit.v2_0 Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils reading sources... [ 70%] api/keystoneclient.tests.unit.v3 Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils reading sources... [ 72%] api/keystoneclient.v2_0 Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils reading sources... [ 75%] api/keystoneclient.v3 Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils reading sources... [ 77%] api/keystoneclient.v3.contrib Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils reading sources... [ 80%] api/keystoneclient.v3.contrib.federation Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils reading sources... [ 82%] api/keystoneclient.v3.contrib.oauth1 Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/__init__.py", line 33, in from keystoneclient import access File "/builddir/build/BUILD/python-keystoneclient-1.3.0/keystoneclient/access.py", line 20, in from oslo_utils import timeutils ImportError: No module named oslo_utils reading sources... [ 85%] api/modules reading sources... [ 87%] authentication-plugins reading sources... [ 90%] index reading sources... [ 92%] man/keystone reading sources... [ 95%] using-api-v2 reading sources... [ 97%] using-api-v3 reading sources... [100%] using-sessions /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.rst:7: WARNING: autodoc can't import/find module 'keystoneclient.__init__', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.rst:15: WARNING: autodoc can't import/find module 'keystoneclient._discover', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.rst:23: WARNING: autodoc can't import/find module 'keystoneclient.access', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.rst:31: WARNING: autodoc can't import/find module 'keystoneclient.adapter', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.rst:39: WARNING: autodoc can't import/find module 'keystoneclient.base', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.rst:47: WARNING: autodoc can't import/find module 'keystoneclient.baseclient', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.rst:55: WARNING: autodoc can't import/find module 'keystoneclient.client', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.rst:63: WARNING: autodoc can't import/find module 'keystoneclient.discover', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.rst:71: WARNING: autodoc can't import/find module 'keystoneclient.exceptions', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.rst:79: WARNING: autodoc can't import/find module 'keystoneclient.httpclient', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.rst:87: WARNING: autodoc can't import/find module 'keystoneclient.i18n', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.rst:95: WARNING: autodoc can't import/find module 'keystoneclient.service_catalog', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.rst:103: WARNING: autodoc can't import/find module 'keystoneclient.session', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.rst:111: WARNING: autodoc can't import/find module 'keystoneclient.shell', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.rst:119: WARNING: autodoc can't import/find module 'keystoneclient.utils', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.apiclient.rst:7: WARNING: autodoc can't import/find module 'keystoneclient.apiclient', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.apiclient.rst:15: WARNING: autodoc can't import/find module 'keystoneclient.apiclient.exceptions', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.auth.rst:7: WARNING: autodoc can't import/find module 'keystoneclient.auth', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.auth.rst:15: WARNING: autodoc can't import/find module 'keystoneclient.auth.base', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.auth.rst:23: WARNING: autodoc can't import/find module 'keystoneclient.auth.cli', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.auth.rst:31: WARNING: autodoc can't import/find module 'keystoneclient.auth.conf', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.auth.rst:39: WARNING: autodoc can't import/find module 'keystoneclient.auth.token_endpoint', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.auth.identity.rst:7: WARNING: autodoc can't import/find module 'keystoneclient.auth.identity', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.auth.identity.rst:15: WARNING: autodoc can't import/find module 'keystoneclient.auth.identity.access', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.auth.identity.rst:23: WARNING: autodoc can't import/find module 'keystoneclient.auth.identity.base', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.auth.identity.rst:31: WARNING: autodoc can't import/find module 'keystoneclient.auth.identity.v2', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.auth.identity.generic.rst:7: WARNING: autodoc can't import/find module 'keystoneclient.auth.identity.generic', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.auth.identity.generic.rst:15: WARNING: autodoc can't import/find module 'keystoneclient.auth.identity.generic.base', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.auth.identity.generic.rst:23: WARNING: autodoc can't import/find module 'keystoneclient.auth.identity.generic.password', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.auth.identity.generic.rst:31: WARNING: autodoc can't import/find module 'keystoneclient.auth.identity.generic.token', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.auth.identity.v3.rst:7: WARNING: autodoc can't import/find module 'keystoneclient.auth.identity.v3', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.auth.identity.v3.rst:15: WARNING: autodoc can't import/find module 'keystoneclient.auth.identity.v3.base', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.auth.identity.v3.rst:23: WARNING: autodoc can't import/find module 'keystoneclient.auth.identity.v3.federated', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.auth.identity.v3.rst:31: WARNING: autodoc can't import/find module 'keystoneclient.auth.identity.v3.password', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.auth.identity.v3.rst:39: WARNING: autodoc can't import/find module 'keystoneclient.auth.identity.v3.token', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.common.rst:7: WARNING: autodoc can't import/find module 'keystoneclient.common.cms', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.contrib.auth.v3.rst:7: WARNING: autodoc can't import/find module 'keystoneclient.contrib.auth.v3.saml2', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.contrib.bootstrap.rst:7: WARNING: autodoc can't import/find module 'keystoneclient.contrib.bootstrap.shell', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.contrib.ec2.rst:7: WARNING: autodoc can't import/find module 'keystoneclient.contrib.ec2.utils', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.contrib.revoke.rst:7: WARNING: autodoc can't import/find module 'keystoneclient.contrib.revoke.model', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.fixture.rst:7: WARNING: autodoc can't import/find module 'keystoneclient.fixture', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.fixture.rst:15: WARNING: autodoc can't import/find module 'keystoneclient.fixture.discovery', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.fixture.rst:23: WARNING: autodoc can't import/find module 'keystoneclient.fixture.exception', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.fixture.rst:31: WARNING: autodoc can't import/find module 'keystoneclient.fixture.v2', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.fixture.rst:39: WARNING: autodoc can't import/find module 'keystoneclient.fixture.v3', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.generic.rst:7: WARNING: autodoc can't import/find module 'keystoneclient.generic', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.generic.rst:15: WARNING: autodoc can't import/find module 'keystoneclient.generic.client', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.generic.rst:23: WARNING: autodoc can't import/find module 'keystoneclient.generic.shell', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.hacking.rst:7: WARNING: autodoc can't import/find module 'keystoneclient.hacking.checks', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.middleware.rst:7: WARNING: autodoc can't import/find module 'keystoneclient.middleware.auth_token', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.middleware.rst:15: WARNING: autodoc can't import/find module 'keystoneclient.middleware.memcache_crypt', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.middleware.rst:23: WARNING: autodoc can't import/find module 'keystoneclient.middleware.s3_token', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.openstack.common.rst:7: WARNING: autodoc can't import/find module 'keystoneclient.openstack.common._i18n', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.openstack.common.rst:15: WARNING: autodoc can't import/find module 'keystoneclient.openstack.common.memorycache', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.openstack.common.rst:23: WARNING: autodoc can't import/find module 'keystoneclient.openstack.common.uuidutils', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.openstack.common.apiclient.rst:7: WARNING: autodoc can't import/find module 'keystoneclient.openstack.common.apiclient.auth', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.openstack.common.apiclient.rst:15: WARNING: autodoc can't import/find module 'keystoneclient.openstack.common.apiclient.base', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.openstack.common.apiclient.rst:23: WARNING: autodoc can't import/find module 'keystoneclient.openstack.common.apiclient.client', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.openstack.common.apiclient.rst:31: WARNING: autodoc can't import/find module 'keystoneclient.openstack.common.apiclient.exceptions', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.openstack.common.apiclient.rst:39: WARNING: autodoc can't import/find module 'keystoneclient.openstack.common.apiclient.fake_client', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.openstack.common.apiclient.rst:47: WARNING: autodoc can't import/find module 'keystoneclient.openstack.common.apiclient.utils', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.functional.rst:7: WARNING: autodoc can't import/find module 'keystoneclient.tests.functional.test_cli', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.rst:7: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.client_fixtures', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.rst:15: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.test_auth_token_middleware', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.rst:23: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.test_base', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.rst:31: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.test_cms', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.rst:39: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.test_discovery', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.rst:47: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.test_ec2utils', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.rst:55: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.test_fixtures', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.rst:63: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.test_hacking_checks', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.rst:71: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.test_http', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.rst:79: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.test_https', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.rst:87: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.test_keyring', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.rst:95: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.test_memcache_crypt', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.rst:103: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.test_s3_token_middleware', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.rst:111: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.test_session', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.rst:119: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.test_shell', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.rst:127: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.test_utils', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.rst:135: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.utils', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.apiclient.rst:7: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.apiclient.test_exceptions', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.auth.rst:7: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.auth.test_access', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.auth.rst:15: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.auth.test_cli', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.auth.rst:23: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.auth.test_conf', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.auth.rst:31: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.auth.test_identity_common', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.auth.rst:39: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.auth.test_identity_v2', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.auth.rst:47: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.auth.test_identity_v3', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.auth.rst:55: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.auth.test_identity_v3_federated', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.auth.rst:63: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.auth.test_password', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.auth.rst:71: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.auth.test_token', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.auth.rst:79: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.auth.test_token_endpoint', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.auth.rst:87: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.auth.utils', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.generic.rst:7: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.generic.test_client', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.generic.rst:15: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.generic.test_shell', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.v2_0.rst:7: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.v2_0.client_fixtures', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.v2_0.rst:15: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.v2_0.test_access', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.v2_0.rst:23: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.v2_0.test_auth', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.v2_0.rst:31: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.v2_0.test_certificates', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.v2_0.rst:39: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.v2_0.test_client', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.v2_0.rst:47: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.v2_0.test_discovery', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.v2_0.rst:55: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.v2_0.test_ec2', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.v2_0.rst:63: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.v2_0.test_endpoints', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.v2_0.rst:71: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.v2_0.test_extensions', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.v2_0.rst:79: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.v2_0.test_roles', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.v2_0.rst:87: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.v2_0.test_service_catalog', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.v2_0.rst:95: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.v2_0.test_services', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.v2_0.rst:103: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.v2_0.test_shell', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.v2_0.rst:111: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.v2_0.test_tenants', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.v2_0.rst:119: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.v2_0.test_tokens', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.v2_0.rst:127: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.v2_0.test_users', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.v2_0.rst:135: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.v2_0.utils', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.v3.rst:7: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.v3.client_fixtures', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.v3.rst:15: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.v3.saml2_fixtures', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.v3.rst:23: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.v3.test_access', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.v3.rst:31: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.v3.test_auth', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.v3.rst:39: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.v3.test_auth_saml2', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.v3.rst:47: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.v3.test_client', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.v3.rst:55: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.v3.test_credentials', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.v3.rst:63: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.v3.test_discover', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.v3.rst:71: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.v3.test_domains', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.v3.rst:79: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.v3.test_endpoint_filter', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.v3.rst:87: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.v3.test_endpoint_policy', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.v3.rst:95: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.v3.test_endpoints', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.v3.rst:103: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.v3.test_federation', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.v3.rst:111: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.v3.test_groups', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.v3.rst:119: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.v3.test_oauth1', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.v3.rst:127: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.v3.test_policies', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.v3.rst:135: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.v3.test_projects', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.v3.rst:143: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.v3.test_regions', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.v3.rst:151: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.v3.test_role_assignments', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.v3.rst:159: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.v3.test_roles', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.v3.rst:167: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.v3.test_service_catalog', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.v3.rst:175: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.v3.test_services', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.v3.rst:183: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.v3.test_simple_cert', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.v3.rst:191: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.v3.test_tokens', it reported error: "No module named oslo_utils", please check your spelling and sys.path looking for now-outdated files... none found pickling environment... /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.v3.rst:199: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.v3.test_trusts', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.v3.rst:207: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.v3.test_users', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.tests.unit.v3.rst:215: WARNING: autodoc can't import/find module 'keystoneclient.tests.unit.v3.utils', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.v2_0.rst:7: WARNING: autodoc can't import/find module 'keystoneclient.v2_0', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.v2_0.rst:15: WARNING: autodoc can't import/find module 'keystoneclient.v2_0.certificates', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.v2_0.rst:23: WARNING: autodoc can't import/find module 'keystoneclient.v2_0.client', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.v2_0.rst:31: WARNING: autodoc can't import/find module 'keystoneclient.v2_0.ec2', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.v2_0.rst:39: WARNING: autodoc can't import/find module 'keystoneclient.v2_0.endpoints', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.v2_0.rst:47: WARNING: autodoc can't import/find module 'keystoneclient.v2_0.extensions', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.v2_0.rst:55: WARNING: autodoc can't import/find module 'keystoneclient.v2_0.roles', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.v2_0.rst:63: WARNING: autodoc can't import/find module 'keystoneclient.v2_0.services', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.v2_0.rst:71: WARNING: autodoc can't import/find module 'keystoneclient.v2_0.shell', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.v2_0.rst:79: WARNING: autodoc can't import/find module 'keystoneclient.v2_0.tenants', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.v2_0.rst:87: WARNING: autodoc can't import/find module 'keystoneclient.v2_0.tokens', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.v2_0.rst:95: WARNING: autodoc can't import/find module 'keystoneclient.v2_0.users', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.v3.rst:7: WARNING: autodoc can't import/find module 'keystoneclient.v3', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.v3.rst:15: WARNING: autodoc can't import/find module 'keystoneclient.v3.client', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.v3.rst:23: WARNING: autodoc can't import/find module 'keystoneclient.v3.credentials', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.v3.rst:31: WARNING: autodoc can't import/find module 'keystoneclient.v3.domains', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.v3.rst:39: WARNING: autodoc can't import/find module 'keystoneclient.v3.endpoints', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.v3.rst:47: WARNING: autodoc can't import/find module 'keystoneclient.v3.groups', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.v3.rst:55: WARNING: autodoc can't import/find module 'keystoneclient.v3.policies', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.v3.rst:63: WARNING: autodoc can't import/find module 'keystoneclient.v3.projects', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.v3.rst:71: WARNING: autodoc can't import/find module 'keystoneclient.v3.regions', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.v3.rst:79: WARNING: autodoc can't import/find module 'keystoneclient.v3.role_assignments', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.v3.rst:87: WARNING: autodoc can't import/find module 'keystoneclient.v3.roles', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.v3.rst:95: WARNING: autodoc can't import/find module 'keystoneclient.v3.services', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.v3.rst:103: WARNING: autodoc can't import/find module 'keystoneclient.v3.tokens', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.v3.rst:111: WARNING: autodoc can't import/find module 'keystoneclient.v3.users', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.v3.contrib.rst:7: WARNING: autodoc can't import/find module 'keystoneclient.v3.contrib', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.v3.contrib.rst:15: WARNING: autodoc can't import/find module 'keystoneclient.v3.contrib.endpoint_filter', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.v3.contrib.rst:23: WARNING: autodoc can't import/find module 'keystoneclient.v3.contrib.endpoint_policy', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.v3.contrib.rst:31: WARNING: autodoc can't import/find module 'keystoneclient.v3.contrib.simple_cert', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.v3.contrib.rst:39: WARNING: autodoc can't import/find module 'keystoneclient.v3.contrib.trusts', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.v3.contrib.federation.rst:7: WARNING: autodoc can't import/find module 'keystoneclient.v3.contrib.federation', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.v3.contrib.federation.rst:15: WARNING: autodoc can't import/find module 'keystoneclient.v3.contrib.federation.base', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.v3.contrib.federation.rst:23: WARNING: autodoc can't import/find module 'keystoneclient.v3.contrib.federation.core', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.v3.contrib.federation.rst:31: WARNING: autodoc can't import/find module 'keystoneclient.v3.contrib.federation.domains', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.v3.contrib.federation.rst:39: WARNING: autodoc can't import/find module 'keystoneclient.v3.contrib.federation.identity_providers', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.v3.contrib.federation.rst:47: WARNING: autodoc can't import/find module 'keystoneclient.v3.contrib.federation.mappings', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.v3.contrib.federation.rst:55: WARNING: autodoc can't import/find module 'keystoneclient.v3.contrib.federation.projects', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.v3.contrib.federation.rst:63: WARNING: autodoc can't import/find module 'keystoneclient.v3.contrib.federation.protocols', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.v3.contrib.federation.rst:71: WARNING: autodoc can't import/find module 'keystoneclient.v3.contrib.federation.service_providers', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.v3.contrib.oauth1.rst:7: WARNING: autodoc can't import/find module 'keystoneclient.v3.contrib.oauth1', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.v3.contrib.oauth1.rst:15: WARNING: autodoc can't import/find module 'keystoneclient.v3.contrib.oauth1.access_tokens', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.v3.contrib.oauth1.rst:23: WARNING: autodoc can't import/find module 'keystoneclient.v3.contrib.oauth1.auth', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.v3.contrib.oauth1.rst:31: WARNING: autodoc can't import/find module 'keystoneclient.v3.contrib.oauth1.consumers', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.v3.contrib.oauth1.rst:39: WARNING: autodoc can't import/find module 'keystoneclient.v3.contrib.oauth1.core', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.v3.contrib.oauth1.rst:47: WARNING: autodoc can't import/find module 'keystoneclient.v3.contrib.oauth1.request_tokens', it reported error: "No module named oslo_utils", please check your spelling and sys.path /builddir/build/BUILD/python-keystoneclient-1.3.0/doc/source/api/keystoneclient.v3.contrib.oauth1.rst:55: WARNING: autodoc can't import/find module 'keystoneclient.v3.contrib.oauth1.utils', it reported error: "No module named oslo_utils", please check your spelling and sys.path done checking consistency... done writing... keystone.1 { } build succeeded, 186 warnings. + install -p -D -m 644 man/keystone.1 /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/share/man/man1/keystone.1 + rm -fr html/.doctrees html/.buildinfo + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 /builddir/build/BUILD/python-keystoneclient-1.3.0 /usr/lib/rpm/sepdebugcrcfix: Updated 0 CRC32s, 0 CRC32s did match. find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 Bytecompiling .py files below /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/lib/python2.7 using /usr/bin/python2.7 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: python-keystoneclient-1.3.0-1.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.HYVaQc + umask 022 + cd /builddir/build/BUILD + cd python-keystoneclient-1.3.0 + DOCDIR=/builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/share/doc/python-keystoneclient-1.3.0 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/share/doc/python-keystoneclient-1.3.0 + cp -pr LICENSE /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/share/doc/python-keystoneclient-1.3.0 + cp -pr README.rst /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/share/doc/python-keystoneclient-1.3.0 + exit 0 Provides: python-keystoneclient = 1:1.3.0-1.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /bin/bash /usr/bin/python python(abi) = 2.7 Processing files: python-keystoneclient-doc-1.3.0-1.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.MRHPdp + umask 022 + cd /builddir/build/BUILD + cd python-keystoneclient-1.3.0 + DOCDIR=/builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/share/doc/python-keystoneclient-doc-1.3.0 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/share/doc/python-keystoneclient-doc-1.3.0 + cp -pr LICENSE /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/share/doc/python-keystoneclient-doc-1.3.0 + cp -pr html /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch/usr/share/doc/python-keystoneclient-doc-1.3.0 + exit 0 Provides: python-keystoneclient-doc = 1:1.3.0-1.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch Wrote: /builddir/build/RPMS/python-keystoneclient-1.3.0-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/python-keystoneclient-doc-1.3.0-1.el7.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.BTP2E4 + umask 022 + cd /builddir/build/BUILD + cd python-keystoneclient-1.3.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-keystoneclient-1.3.0-1.el7.noarch + exit 0 Child return code was: 0 LEAVE do -->