Mock Version: 1.2.15 Mock Version: 1.2.15 ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/openstack-glance.spec'], chrootPath='/var/lib/mock/cloud7-openstack-ocata-el7-build-24898-35391/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=86400logger=uid=497) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/openstack-glance.spec'] with env {'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/openstack-glance-14.0.0-0.1.0rc1.el7.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/openstack-glance.spec '], chrootPath='/var/lib/mock/cloud7-openstack-ocata-el7-build-24898-35391/root'shell=Falseuid=497env={'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=86400private_network=Truelogger=printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/openstack-glance.spec '] with env {'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.Cat3Qo + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf glance-14.0.0.0rc1 + /usr/bin/gzip -dc /builddir/build/SOURCES/glance-14.0.0.0rc1.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd glance-14.0.0.0rc1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + sed -i '/\/usr\/bin\/env python/d' glance/common/config.py glance/common/crypt.py glance/db/sqlalchemy/migrate_repo/manage.py + rm -rf test-requirements.txt requirements.txt tools/pip-requires tools/test-requires + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.iaYWTN + umask 022 + cd /builddir/build/BUILD + cd glance-14.0.0.0rc1 + PYTHONPATH=. + oslo-config-generator --config-dir=etc/oslo-config-generator/ + /usr/bin/python2 setup.py build running build running build_py creating build creating build/lib creating build/lib/glance creating build/lib/glance/tests creating build/lib/glance/tests/unit creating build/lib/glance/tests/unit/common creating build/lib/glance/tests/unit/common/scripts copying glance/tests/unit/common/scripts/__init__.py -> build/lib/glance/tests/unit/common/scripts copying glance/tests/unit/common/scripts/test_scripts_utils.py -> build/lib/glance/tests/unit/common/scripts creating build/lib/glance/tests/unit/async copying glance/tests/unit/async/__init__.py -> build/lib/glance/tests/unit/async copying glance/tests/unit/async/test_async.py -> build/lib/glance/tests/unit/async copying glance/tests/unit/async/test_taskflow_executor.py -> build/lib/glance/tests/unit/async creating build/lib/glance/common copying glance/common/utils.py -> build/lib/glance/common copying glance/common/trust_auth.py -> build/lib/glance/common copying glance/common/property_utils.py -> build/lib/glance/common copying glance/common/__init__.py -> build/lib/glance/common copying glance/common/wsgi.py -> build/lib/glance/common copying glance/common/timeutils.py -> build/lib/glance/common copying glance/common/exception.py -> build/lib/glance/common copying glance/common/jsonpatchvalidator.py -> build/lib/glance/common copying glance/common/rpc.py -> build/lib/glance/common copying glance/common/store_utils.py -> build/lib/glance/common copying glance/common/semver_db.py -> build/lib/glance/common copying glance/common/client.py -> build/lib/glance/common copying glance/common/wsme_utils.py -> build/lib/glance/common copying glance/common/auth.py -> build/lib/glance/common copying glance/common/swift_store_utils.py -> build/lib/glance/common copying glance/common/crypt.py -> build/lib/glance/common copying glance/common/config.py -> build/lib/glance/common creating build/lib/glance/domain copying glance/domain/proxy.py -> build/lib/glance/domain copying glance/domain/__init__.py -> build/lib/glance/domain creating build/lib/glance/contrib creating build/lib/glance/contrib/plugins creating build/lib/glance/contrib/plugins/image_artifact creating build/lib/glance/contrib/plugins/image_artifact/v1 copying glance/contrib/plugins/image_artifact/v1/__init__.py -> build/lib/glance/contrib/plugins/image_artifact/v1 copying glance/contrib/plugins/image_artifact/v1/image.py -> build/lib/glance/contrib/plugins/image_artifact/v1 creating build/lib/glance/contrib/plugins/image_artifact/v1_1 copying glance/contrib/plugins/image_artifact/v1_1/__init__.py -> build/lib/glance/contrib/plugins/image_artifact/v1_1 copying glance/contrib/plugins/image_artifact/v1_1/image.py -> build/lib/glance/contrib/plugins/image_artifact/v1_1 creating build/lib/glance/contrib/plugins/image_artifact/v2 copying glance/contrib/plugins/image_artifact/v2/__init__.py -> build/lib/glance/contrib/plugins/image_artifact/v2 copying glance/contrib/plugins/image_artifact/v2/image.py -> build/lib/glance/contrib/plugins/image_artifact/v2 creating build/lib/glance/tests/unit/async/flows copying glance/tests/unit/async/flows/__init__.py -> build/lib/glance/tests/unit/async/flows copying glance/tests/unit/async/flows/test_introspect.py -> build/lib/glance/tests/unit/async/flows copying glance/tests/unit/async/flows/test_ovf_process.py -> build/lib/glance/tests/unit/async/flows copying glance/tests/unit/async/flows/test_import.py -> build/lib/glance/tests/unit/async/flows copying glance/tests/unit/async/flows/test_convert.py -> build/lib/glance/tests/unit/async/flows creating build/lib/glance/glare copying glance/glare/gateway.py -> build/lib/glance/glare copying glance/glare/__init__.py -> build/lib/glance/glare copying glance/glare/location.py -> build/lib/glance/glare copying glance/glare/updater.py -> build/lib/glance/glare copying glance/glare/dependency.py -> build/lib/glance/glare copying glance/tests/unit/common/test_property_utils.py -> build/lib/glance/tests/unit/common copying glance/tests/unit/common/__init__.py -> build/lib/glance/tests/unit/common copying glance/tests/unit/common/test_rpc.py -> build/lib/glance/tests/unit/common copying glance/tests/unit/common/test_wsgi_ipv6.py -> build/lib/glance/tests/unit/common copying glance/tests/unit/common/test_exception.py -> build/lib/glance/tests/unit/common copying glance/tests/unit/common/test_location_strategy.py -> build/lib/glance/tests/unit/common copying glance/tests/unit/common/test_semver.py -> build/lib/glance/tests/unit/common copying glance/tests/unit/common/test_scripts.py -> build/lib/glance/tests/unit/common copying glance/tests/unit/common/test_config.py -> build/lib/glance/tests/unit/common copying glance/tests/unit/common/test_client.py -> build/lib/glance/tests/unit/common copying glance/tests/unit/common/test_utils.py -> build/lib/glance/tests/unit/common copying glance/tests/unit/common/test_timeutils.py -> build/lib/glance/tests/unit/common copying glance/tests/unit/common/test_swift_store_utils.py -> build/lib/glance/tests/unit/common copying glance/tests/unit/common/test_wsgi.py -> build/lib/glance/tests/unit/common creating build/lib/glance/tests/integration creating build/lib/glance/tests/integration/legacy_functional copying glance/tests/integration/legacy_functional/__init__.py -> build/lib/glance/tests/integration/legacy_functional copying glance/tests/integration/legacy_functional/base.py -> build/lib/glance/tests/integration/legacy_functional copying glance/tests/integration/legacy_functional/test_v1_api.py -> build/lib/glance/tests/integration/legacy_functional copying glance/tests/stubs.py -> build/lib/glance/tests copying glance/tests/utils.py -> build/lib/glance/tests copying glance/tests/__init__.py -> build/lib/glance/tests copying glance/tests/test_hacking.py -> build/lib/glance/tests creating build/lib/glance/tests/functional creating build/lib/glance/tests/functional/v1 copying glance/tests/functional/v1/test_misc.py -> build/lib/glance/tests/functional/v1 copying glance/tests/functional/v1/__init__.py -> build/lib/glance/tests/functional/v1 copying glance/tests/functional/v1/test_api.py -> build/lib/glance/tests/functional/v1 copying glance/tests/functional/v1/test_multiprocessing.py -> build/lib/glance/tests/functional/v1 copying glance/tests/functional/v1/test_copy_to_file.py -> build/lib/glance/tests/functional/v1 copying glance/gateway.py -> build/lib/glance copying glance/i18n.py -> build/lib/glance copying glance/__init__.py -> build/lib/glance copying glance/notifier.py -> build/lib/glance copying glance/context.py -> build/lib/glance copying glance/schema.py -> build/lib/glance copying glance/version.py -> build/lib/glance copying glance/location.py -> build/lib/glance copying glance/opts.py -> build/lib/glance copying glance/scrubber.py -> build/lib/glance copying glance/tests/functional/test_scrubber.py -> build/lib/glance/tests/functional copying glance/tests/functional/__init__.py -> build/lib/glance/tests/functional copying glance/tests/functional/test_logging.py -> build/lib/glance/tests/functional copying glance/tests/functional/store_utils.py -> build/lib/glance/tests/functional copying glance/tests/functional/test_client_redirects.py -> build/lib/glance/tests/functional copying glance/tests/functional/test_gzip_middleware.py -> build/lib/glance/tests/functional copying glance/tests/functional/test_bin_glance_cache_manage.py -> build/lib/glance/tests/functional copying glance/tests/functional/test_api.py -> build/lib/glance/tests/functional copying glance/tests/functional/test_client_exceptions.py -> build/lib/glance/tests/functional copying glance/tests/functional/test_glance_replicator.py -> build/lib/glance/tests/functional copying glance/tests/functional/test_ssl.py -> build/lib/glance/tests/functional copying glance/tests/functional/test_cache_middleware.py -> build/lib/glance/tests/functional copying glance/tests/functional/test_reload.py -> build/lib/glance/tests/functional copying glance/tests/functional/test_cors_middleware.py -> build/lib/glance/tests/functional copying glance/tests/functional/test_healthcheck_middleware.py -> build/lib/glance/tests/functional copying glance/tests/functional/test_glance_manage.py -> build/lib/glance/tests/functional copying glance/tests/functional/test_wsgi.py -> build/lib/glance/tests/functional copying glance/tests/functional/test_sqlite.py -> build/lib/glance/tests/functional creating build/lib/glance/registry creating build/lib/glance/registry/client creating build/lib/glance/registry/client/v1 copying glance/registry/client/v1/__init__.py -> build/lib/glance/registry/client/v1 copying glance/registry/client/v1/api.py -> build/lib/glance/registry/client/v1 copying glance/registry/client/v1/client.py -> build/lib/glance/registry/client/v1 creating build/lib/glance/api creating build/lib/glance/api/v2 copying glance/api/v2/metadef_objects.py -> build/lib/glance/api/v2 copying glance/api/v2/__init__.py -> build/lib/glance/api/v2 copying glance/api/v2/images.py -> build/lib/glance/api/v2 copying glance/api/v2/tasks.py -> build/lib/glance/api/v2 copying glance/api/v2/schemas.py -> build/lib/glance/api/v2 copying glance/api/v2/router.py -> build/lib/glance/api/v2 copying glance/api/v2/image_data.py -> build/lib/glance/api/v2 copying glance/api/v2/metadef_resource_types.py -> build/lib/glance/api/v2 copying glance/api/v2/image_actions.py -> build/lib/glance/api/v2 copying glance/api/v2/metadef_namespaces.py -> build/lib/glance/api/v2 copying glance/api/v2/metadef_properties.py -> build/lib/glance/api/v2 copying glance/api/v2/image_members.py -> build/lib/glance/api/v2 copying glance/api/v2/metadef_tags.py -> build/lib/glance/api/v2 copying glance/api/v2/image_tags.py -> build/lib/glance/api/v2 creating build/lib/glance/api/v1 copying glance/api/v1/__init__.py -> build/lib/glance/api/v1 copying glance/api/v1/filters.py -> build/lib/glance/api/v1 copying glance/api/v1/images.py -> build/lib/glance/api/v1 copying glance/api/v1/router.py -> build/lib/glance/api/v1 copying glance/api/v1/upload_utils.py -> build/lib/glance/api/v1 copying glance/api/v1/members.py -> build/lib/glance/api/v1 copying glance/api/v1/controller.py -> build/lib/glance/api/v1 creating build/lib/glance/tests/functional/db copying glance/tests/functional/db/test_registry.py -> build/lib/glance/tests/functional/db copying glance/tests/functional/db/__init__.py -> build/lib/glance/tests/functional/db copying glance/tests/functional/db/base_glare.py -> build/lib/glance/tests/functional/db copying glance/tests/functional/db/base_metadef.py -> build/lib/glance/tests/functional/db copying glance/tests/functional/db/base.py -> build/lib/glance/tests/functional/db copying glance/tests/functional/db/test_sqlalchemy.py -> build/lib/glance/tests/functional/db copying glance/tests/functional/db/test_rpc_endpoint.py -> build/lib/glance/tests/functional/db copying glance/tests/functional/db/test_simple.py -> build/lib/glance/tests/functional/db copying glance/tests/functional/db/test_migrations.py -> build/lib/glance/tests/functional/db creating build/lib/glance/api/glare copying glance/api/glare/__init__.py -> build/lib/glance/api/glare copying glance/api/glare/versions.py -> build/lib/glance/api/glare creating build/lib/glance/db creating build/lib/glance/db/sqlalchemy creating build/lib/glance/db/sqlalchemy/alembic_migrations creating build/lib/glance/db/sqlalchemy/alembic_migrations/versions copying glance/db/sqlalchemy/alembic_migrations/versions/__init__.py -> build/lib/glance/db/sqlalchemy/alembic_migrations/versions copying glance/db/sqlalchemy/alembic_migrations/versions/mitaka02_update_metadef_os_nova_server.py -> build/lib/glance/db/sqlalchemy/alembic_migrations/versions copying glance/db/sqlalchemy/alembic_migrations/versions/ocata_contract01_drop_is_public.py -> build/lib/glance/db/sqlalchemy/alembic_migrations/versions copying glance/db/sqlalchemy/alembic_migrations/versions/mitaka01_add_image_created_updated_idx.py -> build/lib/glance/db/sqlalchemy/alembic_migrations/versions copying glance/db/sqlalchemy/alembic_migrations/versions/ocata01_add_visibility_remove_is_public.py -> build/lib/glance/db/sqlalchemy/alembic_migrations/versions copying glance/db/sqlalchemy/alembic_migrations/versions/ocata_expand01_add_visibility.py -> build/lib/glance/db/sqlalchemy/alembic_migrations/versions copying glance/db/sqlalchemy/alembic_migrations/versions/liberty_initial.py -> build/lib/glance/db/sqlalchemy/alembic_migrations/versions creating build/lib/glance/image_cache copying glance/image_cache/__init__.py -> build/lib/glance/image_cache copying glance/image_cache/cleaner.py -> build/lib/glance/image_cache copying glance/image_cache/base.py -> build/lib/glance/image_cache copying glance/image_cache/client.py -> build/lib/glance/image_cache copying glance/image_cache/pruner.py -> build/lib/glance/image_cache copying glance/image_cache/prefetcher.py -> build/lib/glance/image_cache copying glance/tests/integration/__init__.py -> build/lib/glance/tests/integration creating build/lib/glance/tests/integration/v2 copying glance/tests/integration/v2/__init__.py -> build/lib/glance/tests/integration/v2 copying glance/tests/integration/v2/base.py -> build/lib/glance/tests/integration/v2 copying glance/tests/integration/v2/test_property_quota_violations.py -> build/lib/glance/tests/integration/v2 copying glance/tests/integration/v2/test_tasks_api.py -> build/lib/glance/tests/integration/v2 creating build/lib/glance/tests/functional/glare copying glance/tests/functional/glare/__init__.py -> build/lib/glance/tests/functional/glare copying glance/tests/functional/glare/test_glare.py -> build/lib/glance/tests/functional/glare creating build/lib/glance/db/registry copying glance/db/registry/__init__.py -> build/lib/glance/db/registry copying glance/db/registry/api.py -> build/lib/glance/db/registry creating build/lib/glance/registry/client/v2 copying glance/registry/client/v2/__init__.py -> build/lib/glance/registry/client/v2 copying glance/registry/client/v2/api.py -> build/lib/glance/registry/client/v2 copying glance/registry/client/v2/client.py -> build/lib/glance/registry/client/v2 creating build/lib/glance/db/sqlalchemy/metadef_api copying glance/db/sqlalchemy/metadef_api/resource_type.py -> build/lib/glance/db/sqlalchemy/metadef_api copying glance/db/sqlalchemy/metadef_api/utils.py -> build/lib/glance/db/sqlalchemy/metadef_api copying glance/db/sqlalchemy/metadef_api/namespace.py -> build/lib/glance/db/sqlalchemy/metadef_api copying glance/db/sqlalchemy/metadef_api/__init__.py -> build/lib/glance/db/sqlalchemy/metadef_api copying glance/db/sqlalchemy/metadef_api/resource_type_association.py -> build/lib/glance/db/sqlalchemy/metadef_api copying glance/db/sqlalchemy/metadef_api/property.py -> build/lib/glance/db/sqlalchemy/metadef_api copying glance/db/sqlalchemy/metadef_api/object.py -> build/lib/glance/db/sqlalchemy/metadef_api copying glance/db/sqlalchemy/metadef_api/tag.py -> build/lib/glance/db/sqlalchemy/metadef_api creating build/lib/glance/registry/api copying glance/registry/api/__init__.py -> build/lib/glance/registry/api creating build/lib/glance/glare/domain copying glance/glare/domain/proxy.py -> build/lib/glance/glare/domain copying glance/glare/domain/__init__.py -> build/lib/glance/glare/domain creating build/lib/glance/db/sqlalchemy/migrate_repo creating build/lib/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/028_owner_index.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/034_add_virtual_size.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/004_add_checksum.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/045_add_visibility.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/__init__.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/007_add_owner.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/011_make_mindisk_and_minram_notnull.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/027_checksum_index.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/013_add_protected.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/026_add_location_storage_information.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/024_placeholder.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/017_quote_encrypted_swift_credentials.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/031_remove_duplicated_locations.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/014_add_image_tags_table.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/035_add_metadef_tables.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/043_add_image_created_updated_idx.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/002_add_image_properties_table.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/030_add_tasks_table.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/021_set_engine_mysql_innodb.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/042_add_changes_to_reinstall_unique_metadef_constraints.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/036_rename_metadef_schema_columns.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/025_placeholder.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/003_add_disk_format.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/009_add_mindisk_and_minram.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/037_add_changes_to_satisfy_models.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/008_add_image_members_table.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/016_add_status_image_member.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/032_add_task_info_table.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/040_add_changes_to_satisfy_metadefs_tags.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/015_quote_swift_credentials.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/023_placeholder.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/005_size_big_integer.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/006_key_to_name.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/019_migrate_image_locations.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/038_add_metadef_tags_table.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/041_add_artifact_tables.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/010_default_update_at.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/012_id_to_uuid.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/039_add_changes_to_satisfy_models_metadef.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/022_image_member_index.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/020_drop_images_table_location.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/029_location_meta_data_pickle_to_string.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/018_add_image_locations_table.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/033_add_location_status.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/001_add_images_table.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/044_update_metadef_os_nova_server.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions creating build/lib/glance/tests/functional/db/migrations copying glance/tests/functional/db/migrations/__init__.py -> build/lib/glance/tests/functional/db/migrations copying glance/tests/functional/db/migrations/test_mitaka02.py -> build/lib/glance/tests/functional/db/migrations copying glance/tests/functional/db/migrations/test_mitaka01.py -> build/lib/glance/tests/functional/db/migrations copying glance/tests/functional/db/migrations/test_ocata_contract01.py -> build/lib/glance/tests/functional/db/migrations copying glance/tests/functional/db/migrations/test_ocata_expand01.py -> build/lib/glance/tests/functional/db/migrations copying glance/tests/functional/db/migrations/test_ocata01.py -> build/lib/glance/tests/functional/db/migrations copying glance/tests/functional/db/migrations/test_ocata_migrate01.py -> build/lib/glance/tests/functional/db/migrations creating build/lib/glance/image_cache/drivers copying glance/image_cache/drivers/sqlite.py -> build/lib/glance/image_cache/drivers copying glance/image_cache/drivers/__init__.py -> build/lib/glance/image_cache/drivers copying glance/image_cache/drivers/xattr.py -> build/lib/glance/image_cache/drivers copying glance/image_cache/drivers/base.py -> build/lib/glance/image_cache/drivers creating build/lib/glance/tests/unit/common/scripts/image_import copying glance/tests/unit/common/scripts/image_import/__init__.py -> build/lib/glance/tests/unit/common/scripts/image_import copying glance/tests/unit/common/scripts/image_import/test_main.py -> build/lib/glance/tests/unit/common/scripts/image_import creating build/lib/glance/async creating build/lib/glance/async/flows copying glance/async/flows/__init__.py -> build/lib/glance/async/flows copying glance/async/flows/ovf_process.py -> build/lib/glance/async/flows copying glance/async/flows/introspect.py -> build/lib/glance/async/flows copying glance/async/flows/convert.py -> build/lib/glance/async/flows copying glance/async/flows/base_import.py -> build/lib/glance/async/flows creating build/lib/glance/hacking copying glance/hacking/checks.py -> build/lib/glance/hacking copying glance/hacking/__init__.py -> build/lib/glance/hacking creating build/lib/glance/quota copying glance/quota/__init__.py -> build/lib/glance/quota copying glance/db/sqlalchemy/migrate_repo/__init__.py -> build/lib/glance/db/sqlalchemy/migrate_repo copying glance/db/sqlalchemy/migrate_repo/manage.py -> build/lib/glance/db/sqlalchemy/migrate_repo copying glance/db/sqlalchemy/migrate_repo/schema.py -> build/lib/glance/db/sqlalchemy/migrate_repo creating build/lib/glance/common/scripts copying glance/common/scripts/utils.py -> build/lib/glance/common/scripts copying glance/common/scripts/__init__.py -> build/lib/glance/common/scripts creating build/lib/glance/contrib/plugins/artifacts_sample copying glance/contrib/plugins/artifacts_sample/setup.py -> build/lib/glance/contrib/plugins/artifacts_sample copying glance/contrib/plugins/artifacts_sample/__init__.py -> build/lib/glance/contrib/plugins/artifacts_sample copying glance/contrib/plugins/artifacts_sample/base.py -> build/lib/glance/contrib/plugins/artifacts_sample copying glance/contrib/__init__.py -> build/lib/glance/contrib creating build/lib/glance/tests/unit/v1 copying glance/tests/unit/v1/__init__.py -> build/lib/glance/tests/unit/v1 copying glance/tests/unit/v1/test_api.py -> build/lib/glance/tests/unit/v1 copying glance/tests/unit/v1/test_registry_client.py -> build/lib/glance/tests/unit/v1 copying glance/tests/unit/v1/test_upload_utils.py -> build/lib/glance/tests/unit/v1 copying glance/tests/unit/v1/test_registry_api.py -> build/lib/glance/tests/unit/v1 creating build/lib/glance/db/simple copying glance/db/simple/__init__.py -> build/lib/glance/db/simple copying glance/db/simple/api.py -> build/lib/glance/db/simple creating build/lib/glance/api/glare/v0_1 copying glance/api/glare/v0_1/__init__.py -> build/lib/glance/api/glare/v0_1 copying glance/api/glare/v0_1/glare.py -> build/lib/glance/api/glare/v0_1 copying glance/api/glare/v0_1/router.py -> build/lib/glance/api/glare/v0_1 creating build/lib/glance/tests/unit/v2 copying glance/tests/unit/v2/__init__.py -> build/lib/glance/tests/unit/v2 copying glance/tests/unit/v2/test_images_resource.py -> build/lib/glance/tests/unit/v2 copying glance/tests/unit/v2/test_image_actions_resource.py -> build/lib/glance/tests/unit/v2 copying glance/tests/unit/v2/test_image_data_resource.py -> build/lib/glance/tests/unit/v2 copying glance/tests/unit/v2/test_schemas_resource.py -> build/lib/glance/tests/unit/v2 copying glance/tests/unit/v2/test_registry_client.py -> build/lib/glance/tests/unit/v2 copying glance/tests/unit/v2/test_image_members_resource.py -> build/lib/glance/tests/unit/v2 copying glance/tests/unit/v2/test_metadef_resources.py -> build/lib/glance/tests/unit/v2 copying glance/tests/unit/v2/test_tasks_resource.py -> build/lib/glance/tests/unit/v2 copying glance/tests/unit/v2/test_registry_api.py -> build/lib/glance/tests/unit/v2 copying glance/tests/unit/v2/test_image_tags_resource.py -> build/lib/glance/tests/unit/v2 copying glance/registry/__init__.py -> build/lib/glance/registry creating build/lib/glance/contrib/plugins/artifacts_sample/v1 copying glance/contrib/plugins/artifacts_sample/v1/__init__.py -> build/lib/glance/contrib/plugins/artifacts_sample/v1 copying glance/contrib/plugins/artifacts_sample/v1/artifact.py -> build/lib/glance/contrib/plugins/artifacts_sample/v1 creating build/lib/glance/common/scripts/image_import copying glance/common/scripts/image_import/__init__.py -> build/lib/glance/common/scripts/image_import copying glance/common/scripts/image_import/main.py -> build/lib/glance/common/scripts/image_import creating build/lib/glance/registry/api/v2 copying glance/registry/api/v2/__init__.py -> build/lib/glance/registry/api/v2 copying glance/registry/api/v2/rpc.py -> build/lib/glance/registry/api/v2 creating build/lib/glance/api/middleware copying glance/api/middleware/cache_manage.py -> build/lib/glance/api/middleware copying glance/api/middleware/__init__.py -> build/lib/glance/api/middleware copying glance/api/middleware/context.py -> build/lib/glance/api/middleware copying glance/api/middleware/version_negotiation.py -> build/lib/glance/api/middleware copying glance/api/middleware/cache.py -> build/lib/glance/api/middleware copying glance/api/middleware/gzip.py -> build/lib/glance/api/middleware creating build/lib/glance/api/v2/model copying glance/api/v2/model/metadef_object.py -> build/lib/glance/api/v2/model copying glance/api/v2/model/__init__.py -> build/lib/glance/api/v2/model copying glance/api/v2/model/metadef_tag.py -> build/lib/glance/api/v2/model copying glance/api/v2/model/metadef_namespace.py -> build/lib/glance/api/v2/model copying glance/api/v2/model/metadef_property_item_type.py -> build/lib/glance/api/v2/model copying glance/api/v2/model/metadef_property_type.py -> build/lib/glance/api/v2/model copying glance/api/v2/model/metadef_resource_type.py -> build/lib/glance/api/v2/model copying glance/db/sqlalchemy/__init__.py -> build/lib/glance/db/sqlalchemy copying glance/db/sqlalchemy/models.py -> build/lib/glance/db/sqlalchemy copying glance/db/sqlalchemy/api.py -> build/lib/glance/db/sqlalchemy copying glance/db/sqlalchemy/glare.py -> build/lib/glance/db/sqlalchemy copying glance/db/sqlalchemy/models_glare.py -> build/lib/glance/db/sqlalchemy copying glance/db/sqlalchemy/metadata.py -> build/lib/glance/db/sqlalchemy copying glance/db/sqlalchemy/models_metadef.py -> build/lib/glance/db/sqlalchemy copying glance/registry/client/__init__.py -> build/lib/glance/registry/client creating build/lib/glance/common/glare copying glance/common/glare/__init__.py -> build/lib/glance/common/glare copying glance/common/glare/declarative.py -> build/lib/glance/common/glare copying glance/common/glare/definitions.py -> build/lib/glance/common/glare copying glance/common/glare/loader.py -> build/lib/glance/common/glare copying glance/common/glare/serialization.py -> build/lib/glance/common/glare copying glance/contrib/plugins/__init__.py -> build/lib/glance/contrib/plugins copying glance/db/sqlalchemy/alembic_migrations/__init__.py -> build/lib/glance/db/sqlalchemy/alembic_migrations copying glance/db/sqlalchemy/alembic_migrations/env.py -> build/lib/glance/db/sqlalchemy/alembic_migrations copying glance/db/sqlalchemy/alembic_migrations/add_images_tables.py -> build/lib/glance/db/sqlalchemy/alembic_migrations copying glance/db/sqlalchemy/alembic_migrations/add_artifacts_tables.py -> build/lib/glance/db/sqlalchemy/alembic_migrations copying glance/db/sqlalchemy/alembic_migrations/add_metadefs_tables.py -> build/lib/glance/db/sqlalchemy/alembic_migrations copying glance/db/sqlalchemy/alembic_migrations/add_tasks_tables.py -> build/lib/glance/db/sqlalchemy/alembic_migrations creating build/lib/glance/cmd copying glance/cmd/replicator.py -> build/lib/glance/cmd copying glance/cmd/cache_manage.py -> build/lib/glance/cmd copying glance/cmd/__init__.py -> build/lib/glance/cmd copying glance/cmd/manage.py -> build/lib/glance/cmd copying glance/cmd/api.py -> build/lib/glance/cmd copying glance/cmd/control.py -> build/lib/glance/cmd copying glance/cmd/glare.py -> build/lib/glance/cmd copying glance/cmd/cache_cleaner.py -> build/lib/glance/cmd copying glance/cmd/cache_prefetcher.py -> build/lib/glance/cmd copying glance/cmd/registry.py -> build/lib/glance/cmd copying glance/cmd/cache_pruner.py -> build/lib/glance/cmd copying glance/cmd/scrubber.py -> build/lib/glance/cmd creating build/lib/glance/db/sqlalchemy/alembic_migrations/data_migrations copying glance/db/sqlalchemy/alembic_migrations/data_migrations/__init__.py -> build/lib/glance/db/sqlalchemy/alembic_migrations/data_migrations copying glance/db/sqlalchemy/alembic_migrations/data_migrations/ocata_migrate01_community_images.py -> build/lib/glance/db/sqlalchemy/alembic_migrations/data_migrations copying glance/tests/unit/test_misc.py -> build/lib/glance/tests/unit copying glance/tests/unit/test_quota.py -> build/lib/glance/tests/unit copying glance/tests/unit/test_policy.py -> build/lib/glance/tests/unit copying glance/tests/unit/utils.py -> build/lib/glance/tests/unit copying glance/tests/unit/test_scrubber.py -> build/lib/glance/tests/unit copying glance/tests/unit/test_image_cache.py -> build/lib/glance/tests/unit copying glance/tests/unit/__init__.py -> build/lib/glance/tests/unit copying glance/tests/unit/test_store_image.py -> build/lib/glance/tests/unit copying glance/tests/unit/test_auth.py -> build/lib/glance/tests/unit copying glance/tests/unit/test_cached_images.py -> build/lib/glance/tests/unit copying glance/tests/unit/test_store_location.py -> build/lib/glance/tests/unit copying glance/tests/unit/test_store_glare.py -> build/lib/glance/tests/unit copying glance/tests/unit/test_domain_proxy.py -> build/lib/glance/tests/unit copying glance/tests/unit/test_glare_type_definition_framework.py -> build/lib/glance/tests/unit copying glance/tests/unit/test_context_middleware.py -> build/lib/glance/tests/unit copying glance/tests/unit/base.py -> build/lib/glance/tests/unit copying glance/tests/unit/test_schema.py -> build/lib/glance/tests/unit copying glance/tests/unit/test_data_migration_framework.py -> build/lib/glance/tests/unit copying glance/tests/unit/fake_rados.py -> build/lib/glance/tests/unit copying glance/tests/unit/test_context.py -> build/lib/glance/tests/unit copying glance/tests/unit/test_db.py -> build/lib/glance/tests/unit copying glance/tests/unit/test_glance_replicator.py -> build/lib/glance/tests/unit copying glance/tests/unit/test_jsonpatchmixin.py -> build/lib/glance/tests/unit copying glance/tests/unit/test_cache_middleware.py -> build/lib/glance/tests/unit copying glance/tests/unit/test_glare_plugin_loader.py -> build/lib/glance/tests/unit copying glance/tests/unit/test_domain.py -> build/lib/glance/tests/unit copying glance/tests/unit/test_manage.py -> build/lib/glance/tests/unit copying glance/tests/unit/test_db_metadef.py -> build/lib/glance/tests/unit copying glance/tests/unit/test_notifier.py -> build/lib/glance/tests/unit copying glance/tests/unit/test_glance_manage.py -> build/lib/glance/tests/unit copying glance/tests/unit/test_image_cache_client.py -> build/lib/glance/tests/unit copying glance/tests/unit/test_versions.py -> build/lib/glance/tests/unit copying glance/contrib/plugins/image_artifact/setup.py -> build/lib/glance/contrib/plugins/image_artifact copying glance/contrib/plugins/image_artifact/__init__.py -> build/lib/glance/contrib/plugins/image_artifact copying glance/contrib/plugins/image_artifact/version_selector.py -> build/lib/glance/contrib/plugins/image_artifact copying glance/api/__init__.py -> build/lib/glance/api copying glance/api/authorization.py -> build/lib/glance/api copying glance/api/cached_images.py -> build/lib/glance/api copying glance/api/property_protections.py -> build/lib/glance/api copying glance/api/policy.py -> build/lib/glance/api copying glance/api/versions.py -> build/lib/glance/api copying glance/api/common.py -> build/lib/glance/api copying glance/db/migration.py -> build/lib/glance/db copying glance/db/utils.py -> build/lib/glance/db copying glance/db/__init__.py -> build/lib/glance/db copying glance/db/metadata.py -> build/lib/glance/db creating build/lib/glance/tests/functional/v2 copying glance/tests/functional/v2/test_images.py -> build/lib/glance/tests/functional/v2 copying glance/tests/functional/v2/__init__.py -> build/lib/glance/tests/functional/v2 copying glance/tests/functional/v2/test_metadef_resourcetypes.py -> build/lib/glance/tests/functional/v2 copying glance/tests/functional/v2/registry_data_api.py -> build/lib/glance/tests/functional/v2 copying glance/tests/functional/v2/test_schemas.py -> build/lib/glance/tests/functional/v2 copying glance/tests/functional/v2/test_metadef_tags.py -> build/lib/glance/tests/functional/v2 copying glance/tests/functional/v2/test_metadef_objects.py -> build/lib/glance/tests/functional/v2 copying glance/tests/functional/v2/test_metadef_namespaces.py -> build/lib/glance/tests/functional/v2 copying glance/tests/functional/v2/test_metadef_properties.py -> build/lib/glance/tests/functional/v2 copying glance/tests/functional/v2/test_tasks.py -> build/lib/glance/tests/functional/v2 creating build/lib/glance/tests/unit/api creating build/lib/glance/tests/unit/api/middleware copying glance/tests/unit/api/middleware/test_cache_manage.py -> build/lib/glance/tests/unit/api/middleware copying glance/tests/unit/api/middleware/__init__.py -> build/lib/glance/tests/unit/api/middleware copying glance/tests/unit/api/__init__.py -> build/lib/glance/tests/unit/api copying glance/tests/unit/api/test_cmd_cache_manage.py -> build/lib/glance/tests/unit/api copying glance/tests/unit/api/test_common.py -> build/lib/glance/tests/unit/api copying glance/tests/unit/api/test_property_protections.py -> build/lib/glance/tests/unit/api copying glance/tests/unit/api/test_cmd.py -> build/lib/glance/tests/unit/api creating build/lib/glance/registry/api/v1 copying glance/registry/api/v1/__init__.py -> build/lib/glance/registry/api/v1 copying glance/registry/api/v1/images.py -> build/lib/glance/registry/api/v1 copying glance/registry/api/v1/members.py -> build/lib/glance/registry/api/v1 copying glance/async/utils.py -> build/lib/glance/async copying glance/async/__init__.py -> build/lib/glance/async copying glance/async/taskflow_executor.py -> build/lib/glance/async creating build/lib/glance/contrib/plugins/artifacts_sample/v2 copying glance/contrib/plugins/artifacts_sample/v2/__init__.py -> build/lib/glance/contrib/plugins/artifacts_sample/v2 copying glance/contrib/plugins/artifacts_sample/v2/artifact.py -> build/lib/glance/contrib/plugins/artifacts_sample/v2 creating build/lib/glance/common/location_strategy copying glance/common/location_strategy/location_order.py -> build/lib/glance/common/location_strategy copying glance/common/location_strategy/__init__.py -> build/lib/glance/common/location_strategy copying glance/common/location_strategy/store_type.py -> build/lib/glance/common/location_strategy running egg_info deleting glance.egg-info/requires.txt writing glance.egg-info/PKG-INFO writing top-level names to glance.egg-info/top_level.txt writing dependency_links to glance.egg-info/dependency_links.txt writing entry points to glance.egg-info/entry_points.txt [pbr] Reusing existing SOURCES.txt creating build/lib/glance/tests/etc copying glance/tests/etc/glance-swift.conf -> build/lib/glance/tests/etc copying glance/tests/etc/policy.json -> build/lib/glance/tests/etc copying glance/tests/etc/property-protections-policies.conf -> build/lib/glance/tests/etc copying glance/tests/etc/property-protections.conf -> build/lib/glance/tests/etc copying glance/tests/etc/schema-image.json -> build/lib/glance/tests/etc creating build/lib/glance/tests/var copying glance/tests/var/ca.crt -> build/lib/glance/tests/var copying glance/tests/var/ca.key -> build/lib/glance/tests/var copying glance/tests/var/certificate.crt -> build/lib/glance/tests/var copying glance/tests/var/privatekey.key -> build/lib/glance/tests/var copying glance/tests/var/testserver-bad-ovf.ova -> build/lib/glance/tests/var copying glance/tests/var/testserver-no-disk.ova -> build/lib/glance/tests/var copying glance/tests/var/testserver-no-ovf.ova -> build/lib/glance/tests/var copying glance/tests/var/testserver-not-tar.ova -> build/lib/glance/tests/var copying glance/tests/var/testserver.ova -> build/lib/glance/tests/var creating build/lib/glance/locale creating build/lib/glance/locale/de creating build/lib/glance/locale/de/LC_MESSAGES copying glance/locale/de/LC_MESSAGES/glance.po -> build/lib/glance/locale/de/LC_MESSAGES creating build/lib/glance/locale/en_GB creating build/lib/glance/locale/en_GB/LC_MESSAGES copying glance/locale/en_GB/LC_MESSAGES/glance-log-info.po -> build/lib/glance/locale/en_GB/LC_MESSAGES creating build/lib/glance/locale/es creating build/lib/glance/locale/es/LC_MESSAGES copying glance/locale/es/LC_MESSAGES/glance-log-error.po -> build/lib/glance/locale/es/LC_MESSAGES copying glance/locale/es/LC_MESSAGES/glance-log-info.po -> build/lib/glance/locale/es/LC_MESSAGES copying glance/locale/es/LC_MESSAGES/glance-log-warning.po -> build/lib/glance/locale/es/LC_MESSAGES copying glance/locale/es/LC_MESSAGES/glance.po -> build/lib/glance/locale/es/LC_MESSAGES creating build/lib/glance/locale/fr creating build/lib/glance/locale/fr/LC_MESSAGES copying glance/locale/fr/LC_MESSAGES/glance.po -> build/lib/glance/locale/fr/LC_MESSAGES creating build/lib/glance/locale/it creating build/lib/glance/locale/it/LC_MESSAGES copying glance/locale/it/LC_MESSAGES/glance.po -> build/lib/glance/locale/it/LC_MESSAGES creating build/lib/glance/locale/ja creating build/lib/glance/locale/ja/LC_MESSAGES copying glance/locale/ja/LC_MESSAGES/glance.po -> build/lib/glance/locale/ja/LC_MESSAGES creating build/lib/glance/locale/ko_KR creating build/lib/glance/locale/ko_KR/LC_MESSAGES copying glance/locale/ko_KR/LC_MESSAGES/glance-log-error.po -> build/lib/glance/locale/ko_KR/LC_MESSAGES copying glance/locale/ko_KR/LC_MESSAGES/glance-log-info.po -> build/lib/glance/locale/ko_KR/LC_MESSAGES copying glance/locale/ko_KR/LC_MESSAGES/glance-log-warning.po -> build/lib/glance/locale/ko_KR/LC_MESSAGES copying glance/locale/ko_KR/LC_MESSAGES/glance.po -> build/lib/glance/locale/ko_KR/LC_MESSAGES creating build/lib/glance/locale/pt_BR creating build/lib/glance/locale/pt_BR/LC_MESSAGES copying glance/locale/pt_BR/LC_MESSAGES/glance-log-info.po -> build/lib/glance/locale/pt_BR/LC_MESSAGES copying glance/locale/pt_BR/LC_MESSAGES/glance-log-warning.po -> build/lib/glance/locale/pt_BR/LC_MESSAGES copying glance/locale/pt_BR/LC_MESSAGES/glance.po -> build/lib/glance/locale/pt_BR/LC_MESSAGES creating build/lib/glance/locale/ru creating build/lib/glance/locale/ru/LC_MESSAGES copying glance/locale/ru/LC_MESSAGES/glance.po -> build/lib/glance/locale/ru/LC_MESSAGES creating build/lib/glance/locale/tr_TR creating build/lib/glance/locale/tr_TR/LC_MESSAGES copying glance/locale/tr_TR/LC_MESSAGES/glance-log-error.po -> build/lib/glance/locale/tr_TR/LC_MESSAGES copying glance/locale/tr_TR/LC_MESSAGES/glance-log-info.po -> build/lib/glance/locale/tr_TR/LC_MESSAGES copying glance/locale/tr_TR/LC_MESSAGES/glance-log-warning.po -> build/lib/glance/locale/tr_TR/LC_MESSAGES copying glance/locale/tr_TR/LC_MESSAGES/glance.po -> build/lib/glance/locale/tr_TR/LC_MESSAGES creating build/lib/glance/locale/zh_CN creating build/lib/glance/locale/zh_CN/LC_MESSAGES copying glance/locale/zh_CN/LC_MESSAGES/glance-log-error.po -> build/lib/glance/locale/zh_CN/LC_MESSAGES copying glance/locale/zh_CN/LC_MESSAGES/glance-log-warning.po -> build/lib/glance/locale/zh_CN/LC_MESSAGES copying glance/locale/zh_CN/LC_MESSAGES/glance.po -> build/lib/glance/locale/zh_CN/LC_MESSAGES creating build/lib/glance/locale/zh_TW creating build/lib/glance/locale/zh_TW/LC_MESSAGES copying glance/locale/zh_TW/LC_MESSAGES/glance.po -> build/lib/glance/locale/zh_TW/LC_MESSAGES copying glance/db/sqlalchemy/alembic_migrations/versions/ocata01_add_visibility_remove_is_public.sql -> build/lib/glance/db/sqlalchemy/alembic_migrations/versions copying glance/db/sqlalchemy/migrate_repo/versions/003_sqlite_upgrade.sql -> build/lib/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/006_mysql_upgrade.sql -> build/lib/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/006_sqlite_upgrade.sql -> build/lib/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/011_sqlite_upgrade.sql -> build/lib/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/037_sqlite_upgrade.sql -> build/lib/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/045_sqlite_upgrade.sql -> build/lib/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/README -> build/lib/glance/db/sqlalchemy/migrate_repo copying glance/db/sqlalchemy/migrate_repo/migrate.cfg -> build/lib/glance/db/sqlalchemy/migrate_repo copying glance/contrib/plugins/artifacts_sample/setup.cfg -> build/lib/glance/contrib/plugins/artifacts_sample copying glance/db/sqlalchemy/alembic_migrations/README -> build/lib/glance/db/sqlalchemy/alembic_migrations copying glance/db/sqlalchemy/alembic_migrations/alembic.ini -> build/lib/glance/db/sqlalchemy/alembic_migrations copying glance/db/sqlalchemy/alembic_migrations/migrate.cfg -> build/lib/glance/db/sqlalchemy/alembic_migrations copying glance/db/sqlalchemy/alembic_migrations/script.py.mako -> build/lib/glance/db/sqlalchemy/alembic_migrations copying glance/contrib/plugins/image_artifact/requirements.txt -> build/lib/glance/contrib/plugins/image_artifact copying glance/contrib/plugins/image_artifact/setup.cfg -> build/lib/glance/contrib/plugins/image_artifact + /usr/bin/python2 setup.py compile_catalog -d build/lib/glance/locale running compile_catalog compiling catalog build/lib/glance/locale/pt_BR/LC_MESSAGES/glance.po to build/lib/glance/locale/pt_BR/LC_MESSAGES/glance.mo compiling catalog build/lib/glance/locale/es/LC_MESSAGES/glance.po to build/lib/glance/locale/es/LC_MESSAGES/glance.mo compiling catalog build/lib/glance/locale/zh_CN/LC_MESSAGES/glance.po to build/lib/glance/locale/zh_CN/LC_MESSAGES/glance.mo compiling catalog build/lib/glance/locale/ko_KR/LC_MESSAGES/glance.po to build/lib/glance/locale/ko_KR/LC_MESSAGES/glance.mo compiling catalog build/lib/glance/locale/de/LC_MESSAGES/glance.po to build/lib/glance/locale/de/LC_MESSAGES/glance.mo compiling catalog build/lib/glance/locale/zh_TW/LC_MESSAGES/glance.po to build/lib/glance/locale/zh_TW/LC_MESSAGES/glance.mo compiling catalog build/lib/glance/locale/it/LC_MESSAGES/glance.po to build/lib/glance/locale/it/LC_MESSAGES/glance.mo compiling catalog build/lib/glance/locale/ru/LC_MESSAGES/glance.po to build/lib/glance/locale/ru/LC_MESSAGES/glance.mo compiling catalog build/lib/glance/locale/tr_TR/LC_MESSAGES/glance.po to build/lib/glance/locale/tr_TR/LC_MESSAGES/glance.mo compiling catalog build/lib/glance/locale/ja/LC_MESSAGES/glance.po to build/lib/glance/locale/ja/LC_MESSAGES/glance.mo compiling catalog build/lib/glance/locale/fr/LC_MESSAGES/glance.po to build/lib/glance/locale/fr/LC_MESSAGES/glance.mo + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.iUyDMm + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch ++ dirname /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch + cd glance-14.0.0.0rc1 + /usr/bin/python2 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch running install [pbr] Generating AUTHORS [pbr] AUTHORS complete (0.0s) running install_lib creating /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr creating /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib creating /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7 creating /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance creating /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/common copying build/lib/glance/common/utils.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/common copying build/lib/glance/common/trust_auth.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/common copying build/lib/glance/common/property_utils.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/common copying build/lib/glance/common/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/common copying build/lib/glance/common/wsgi.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/common copying build/lib/glance/common/timeutils.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/common copying build/lib/glance/common/exception.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/common copying build/lib/glance/common/jsonpatchvalidator.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/common creating /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/common/scripts copying build/lib/glance/common/scripts/utils.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/common/scripts copying build/lib/glance/common/scripts/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/common/scripts creating /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/common/scripts/image_import copying build/lib/glance/common/scripts/image_import/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/common/scripts/image_import copying build/lib/glance/common/scripts/image_import/main.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/common/scripts/image_import copying build/lib/glance/common/rpc.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/common copying build/lib/glance/common/store_utils.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/common copying build/lib/glance/common/semver_db.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/common copying build/lib/glance/common/client.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/common copying build/lib/glance/common/wsme_utils.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/common creating /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/common/location_strategy copying build/lib/glance/common/location_strategy/location_order.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/common/location_strategy copying build/lib/glance/common/location_strategy/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/common/location_strategy copying build/lib/glance/common/location_strategy/store_type.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/common/location_strategy creating /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/common/glare copying build/lib/glance/common/glare/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/common/glare copying build/lib/glance/common/glare/declarative.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/common/glare copying build/lib/glance/common/glare/definitions.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/common/glare copying build/lib/glance/common/glare/loader.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/common/glare copying build/lib/glance/common/glare/serialization.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/common/glare copying build/lib/glance/common/auth.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/common copying build/lib/glance/common/swift_store_utils.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/common copying build/lib/glance/common/crypt.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/common copying build/lib/glance/common/config.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/common copying build/lib/glance/gateway.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance copying build/lib/glance/i18n.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance creating /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/locale creating /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/pt_BR creating /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/pt_BR/LC_MESSAGES copying build/lib/glance/locale/pt_BR/LC_MESSAGES/glance-log-warning.po -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/pt_BR/LC_MESSAGES copying build/lib/glance/locale/pt_BR/LC_MESSAGES/glance-log-info.po -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/pt_BR/LC_MESSAGES copying build/lib/glance/locale/pt_BR/LC_MESSAGES/glance.mo -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/pt_BR/LC_MESSAGES copying build/lib/glance/locale/pt_BR/LC_MESSAGES/glance.po -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/pt_BR/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/es creating /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/es/LC_MESSAGES copying build/lib/glance/locale/es/LC_MESSAGES/glance-log-warning.po -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/es/LC_MESSAGES copying build/lib/glance/locale/es/LC_MESSAGES/glance-log-error.po -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/es/LC_MESSAGES copying build/lib/glance/locale/es/LC_MESSAGES/glance-log-info.po -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/es/LC_MESSAGES copying build/lib/glance/locale/es/LC_MESSAGES/glance.mo -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/es/LC_MESSAGES copying build/lib/glance/locale/es/LC_MESSAGES/glance.po -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/es/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/zh_CN creating /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/zh_CN/LC_MESSAGES copying build/lib/glance/locale/zh_CN/LC_MESSAGES/glance-log-warning.po -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/zh_CN/LC_MESSAGES copying build/lib/glance/locale/zh_CN/LC_MESSAGES/glance-log-error.po -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/zh_CN/LC_MESSAGES copying build/lib/glance/locale/zh_CN/LC_MESSAGES/glance.mo -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/zh_CN/LC_MESSAGES copying build/lib/glance/locale/zh_CN/LC_MESSAGES/glance.po -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/zh_CN/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/ko_KR creating /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/ko_KR/LC_MESSAGES copying build/lib/glance/locale/ko_KR/LC_MESSAGES/glance-log-warning.po -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/ko_KR/LC_MESSAGES copying build/lib/glance/locale/ko_KR/LC_MESSAGES/glance-log-error.po -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/ko_KR/LC_MESSAGES copying build/lib/glance/locale/ko_KR/LC_MESSAGES/glance-log-info.po -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/ko_KR/LC_MESSAGES copying build/lib/glance/locale/ko_KR/LC_MESSAGES/glance.mo -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/ko_KR/LC_MESSAGES copying build/lib/glance/locale/ko_KR/LC_MESSAGES/glance.po -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/ko_KR/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/de creating /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/de/LC_MESSAGES copying build/lib/glance/locale/de/LC_MESSAGES/glance.mo -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/de/LC_MESSAGES copying build/lib/glance/locale/de/LC_MESSAGES/glance.po -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/de/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/zh_TW creating /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/zh_TW/LC_MESSAGES copying build/lib/glance/locale/zh_TW/LC_MESSAGES/glance.mo -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/zh_TW/LC_MESSAGES copying build/lib/glance/locale/zh_TW/LC_MESSAGES/glance.po -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/zh_TW/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/en_GB creating /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/en_GB/LC_MESSAGES copying build/lib/glance/locale/en_GB/LC_MESSAGES/glance-log-info.po -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/en_GB/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/it creating /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/it/LC_MESSAGES copying build/lib/glance/locale/it/LC_MESSAGES/glance.mo -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/it/LC_MESSAGES copying build/lib/glance/locale/it/LC_MESSAGES/glance.po -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/it/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/ru creating /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/ru/LC_MESSAGES copying build/lib/glance/locale/ru/LC_MESSAGES/glance.mo -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/ru/LC_MESSAGES copying build/lib/glance/locale/ru/LC_MESSAGES/glance.po -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/ru/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/tr_TR creating /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/tr_TR/LC_MESSAGES copying build/lib/glance/locale/tr_TR/LC_MESSAGES/glance-log-warning.po -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/tr_TR/LC_MESSAGES copying build/lib/glance/locale/tr_TR/LC_MESSAGES/glance-log-error.po -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/tr_TR/LC_MESSAGES copying build/lib/glance/locale/tr_TR/LC_MESSAGES/glance-log-info.po -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/tr_TR/LC_MESSAGES copying build/lib/glance/locale/tr_TR/LC_MESSAGES/glance.mo -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/tr_TR/LC_MESSAGES copying build/lib/glance/locale/tr_TR/LC_MESSAGES/glance.po -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/tr_TR/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/ja creating /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/ja/LC_MESSAGES copying build/lib/glance/locale/ja/LC_MESSAGES/glance.mo -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/ja/LC_MESSAGES copying build/lib/glance/locale/ja/LC_MESSAGES/glance.po -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/ja/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/fr creating /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/fr/LC_MESSAGES copying build/lib/glance/locale/fr/LC_MESSAGES/glance.mo -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/fr/LC_MESSAGES copying build/lib/glance/locale/fr/LC_MESSAGES/glance.po -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/fr/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/image_cache copying build/lib/glance/image_cache/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/image_cache creating /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/image_cache/drivers copying build/lib/glance/image_cache/drivers/sqlite.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/image_cache/drivers copying build/lib/glance/image_cache/drivers/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/image_cache/drivers copying build/lib/glance/image_cache/drivers/xattr.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/image_cache/drivers copying build/lib/glance/image_cache/drivers/base.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/image_cache/drivers copying build/lib/glance/image_cache/cleaner.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/image_cache copying build/lib/glance/image_cache/base.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/image_cache copying build/lib/glance/image_cache/client.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/image_cache copying build/lib/glance/image_cache/pruner.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/image_cache copying build/lib/glance/image_cache/prefetcher.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/image_cache copying build/lib/glance/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance copying build/lib/glance/notifier.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance creating /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/api copying build/lib/glance/api/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/api creating /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v2 copying build/lib/glance/api/v2/metadef_objects.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v2 copying build/lib/glance/api/v2/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v2 copying build/lib/glance/api/v2/images.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v2 copying build/lib/glance/api/v2/tasks.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v2 copying build/lib/glance/api/v2/schemas.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v2 copying build/lib/glance/api/v2/router.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v2 copying build/lib/glance/api/v2/image_data.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v2 copying build/lib/glance/api/v2/metadef_resource_types.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v2 copying build/lib/glance/api/v2/image_actions.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v2 copying build/lib/glance/api/v2/metadef_namespaces.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v2 copying build/lib/glance/api/v2/metadef_properties.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v2 copying build/lib/glance/api/v2/image_members.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v2 copying build/lib/glance/api/v2/metadef_tags.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v2 copying build/lib/glance/api/v2/image_tags.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v2 creating /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v2/model copying build/lib/glance/api/v2/model/metadef_object.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v2/model copying build/lib/glance/api/v2/model/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v2/model copying build/lib/glance/api/v2/model/metadef_tag.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v2/model copying build/lib/glance/api/v2/model/metadef_namespace.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v2/model copying build/lib/glance/api/v2/model/metadef_property_item_type.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v2/model copying build/lib/glance/api/v2/model/metadef_property_type.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v2/model copying build/lib/glance/api/v2/model/metadef_resource_type.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v2/model copying build/lib/glance/api/authorization.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/api copying build/lib/glance/api/cached_images.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/api copying build/lib/glance/api/property_protections.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/api creating /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/api/glare copying build/lib/glance/api/glare/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/api/glare creating /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/api/glare/v0_1 copying build/lib/glance/api/glare/v0_1/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/api/glare/v0_1 copying build/lib/glance/api/glare/v0_1/glare.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/api/glare/v0_1 copying build/lib/glance/api/glare/v0_1/router.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/api/glare/v0_1 copying build/lib/glance/api/glare/versions.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/api/glare creating /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/api/middleware copying build/lib/glance/api/middleware/cache_manage.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/api/middleware copying build/lib/glance/api/middleware/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/api/middleware copying build/lib/glance/api/middleware/context.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/api/middleware copying build/lib/glance/api/middleware/version_negotiation.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/api/middleware copying build/lib/glance/api/middleware/cache.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/api/middleware copying build/lib/glance/api/middleware/gzip.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/api/middleware copying build/lib/glance/api/policy.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/api creating /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v1 copying build/lib/glance/api/v1/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v1 copying build/lib/glance/api/v1/filters.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v1 copying build/lib/glance/api/v1/images.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v1 copying build/lib/glance/api/v1/router.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v1 copying build/lib/glance/api/v1/upload_utils.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v1 copying build/lib/glance/api/v1/members.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v1 copying build/lib/glance/api/v1/controller.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v1 copying build/lib/glance/api/versions.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/api copying build/lib/glance/api/common.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/api copying build/lib/glance/context.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance creating /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db copying build/lib/glance/db/migration.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db copying build/lib/glance/db/utils.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db copying build/lib/glance/db/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db creating /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/simple copying build/lib/glance/db/simple/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/simple copying build/lib/glance/db/simple/api.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/simple creating /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy copying build/lib/glance/db/sqlalchemy/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy copying build/lib/glance/db/sqlalchemy/models.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy copying build/lib/glance/db/sqlalchemy/api.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy copying build/lib/glance/db/sqlalchemy/glare.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy creating /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/metadef_api copying build/lib/glance/db/sqlalchemy/metadef_api/resource_type.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/metadef_api copying build/lib/glance/db/sqlalchemy/metadef_api/utils.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/metadef_api copying build/lib/glance/db/sqlalchemy/metadef_api/namespace.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/metadef_api copying build/lib/glance/db/sqlalchemy/metadef_api/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/metadef_api copying build/lib/glance/db/sqlalchemy/metadef_api/resource_type_association.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/metadef_api copying build/lib/glance/db/sqlalchemy/metadef_api/property.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/metadef_api copying build/lib/glance/db/sqlalchemy/metadef_api/object.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/metadef_api copying build/lib/glance/db/sqlalchemy/metadef_api/tag.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/metadef_api creating /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo copying build/lib/glance/db/sqlalchemy/migrate_repo/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo copying build/lib/glance/db/sqlalchemy/migrate_repo/manage.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo copying build/lib/glance/db/sqlalchemy/migrate_repo/schema.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo copying build/lib/glance/db/sqlalchemy/migrate_repo/migrate.cfg -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo copying build/lib/glance/db/sqlalchemy/migrate_repo/README -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo creating /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/028_owner_index.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/034_add_virtual_size.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/004_add_checksum.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/037_sqlite_upgrade.sql -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/045_add_visibility.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/007_add_owner.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/011_make_mindisk_and_minram_notnull.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/006_sqlite_upgrade.sql -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/011_sqlite_upgrade.sql -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/027_checksum_index.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/013_add_protected.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/026_add_location_storage_information.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/024_placeholder.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/017_quote_encrypted_swift_credentials.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/031_remove_duplicated_locations.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/014_add_image_tags_table.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/035_add_metadef_tables.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/043_add_image_created_updated_idx.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/002_add_image_properties_table.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/030_add_tasks_table.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/021_set_engine_mysql_innodb.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/042_add_changes_to_reinstall_unique_metadef_constraints.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/036_rename_metadef_schema_columns.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/025_placeholder.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/003_add_disk_format.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/009_add_mindisk_and_minram.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/003_sqlite_upgrade.sql -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/006_mysql_upgrade.sql -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/037_add_changes_to_satisfy_models.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/008_add_image_members_table.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/016_add_status_image_member.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/032_add_task_info_table.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/045_sqlite_upgrade.sql -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/040_add_changes_to_satisfy_metadefs_tags.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/015_quote_swift_credentials.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/023_placeholder.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/005_size_big_integer.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/006_key_to_name.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/019_migrate_image_locations.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/038_add_metadef_tags_table.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/041_add_artifact_tables.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/010_default_update_at.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/012_id_to_uuid.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/039_add_changes_to_satisfy_models_metadef.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/022_image_member_index.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/020_drop_images_table_location.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/029_location_meta_data_pickle_to_string.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/018_add_image_locations_table.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/033_add_location_status.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/001_add_images_table.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/044_update_metadef_os_nova_server.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions copying build/lib/glance/db/sqlalchemy/models_glare.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy creating /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/alembic_migrations creating /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/alembic_migrations/data_migrations copying build/lib/glance/db/sqlalchemy/alembic_migrations/data_migrations/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/alembic_migrations/data_migrations copying build/lib/glance/db/sqlalchemy/alembic_migrations/data_migrations/ocata_migrate01_community_images.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/alembic_migrations/data_migrations copying build/lib/glance/db/sqlalchemy/alembic_migrations/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/alembic_migrations copying build/lib/glance/db/sqlalchemy/alembic_migrations/env.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/alembic_migrations copying build/lib/glance/db/sqlalchemy/alembic_migrations/migrate.cfg -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/alembic_migrations copying build/lib/glance/db/sqlalchemy/alembic_migrations/add_images_tables.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/alembic_migrations copying build/lib/glance/db/sqlalchemy/alembic_migrations/README -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/alembic_migrations copying build/lib/glance/db/sqlalchemy/alembic_migrations/add_artifacts_tables.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/alembic_migrations copying build/lib/glance/db/sqlalchemy/alembic_migrations/add_metadefs_tables.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/alembic_migrations copying build/lib/glance/db/sqlalchemy/alembic_migrations/script.py.mako -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/alembic_migrations copying build/lib/glance/db/sqlalchemy/alembic_migrations/alembic.ini -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/alembic_migrations copying build/lib/glance/db/sqlalchemy/alembic_migrations/add_tasks_tables.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/alembic_migrations creating /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/alembic_migrations/versions copying build/lib/glance/db/sqlalchemy/alembic_migrations/versions/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/alembic_migrations/versions copying build/lib/glance/db/sqlalchemy/alembic_migrations/versions/mitaka02_update_metadef_os_nova_server.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/alembic_migrations/versions copying build/lib/glance/db/sqlalchemy/alembic_migrations/versions/ocata01_add_visibility_remove_is_public.sql -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/alembic_migrations/versions copying build/lib/glance/db/sqlalchemy/alembic_migrations/versions/ocata_contract01_drop_is_public.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/alembic_migrations/versions copying build/lib/glance/db/sqlalchemy/alembic_migrations/versions/mitaka01_add_image_created_updated_idx.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/alembic_migrations/versions copying build/lib/glance/db/sqlalchemy/alembic_migrations/versions/ocata01_add_visibility_remove_is_public.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/alembic_migrations/versions copying build/lib/glance/db/sqlalchemy/alembic_migrations/versions/ocata_expand01_add_visibility.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/alembic_migrations/versions copying build/lib/glance/db/sqlalchemy/alembic_migrations/versions/liberty_initial.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/alembic_migrations/versions copying build/lib/glance/db/sqlalchemy/metadata.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy copying build/lib/glance/db/sqlalchemy/models_metadef.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy creating /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/registry copying build/lib/glance/db/registry/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/registry copying build/lib/glance/db/registry/api.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/registry copying build/lib/glance/db/metadata.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db copying build/lib/glance/schema.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance copying build/lib/glance/version.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance creating /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests copying build/lib/glance/tests/stubs.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests copying build/lib/glance/tests/utils.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests copying build/lib/glance/tests/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests creating /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional copying build/lib/glance/tests/functional/test_scrubber.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional copying build/lib/glance/tests/functional/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional copying build/lib/glance/tests/functional/test_logging.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional creating /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/v2 copying build/lib/glance/tests/functional/v2/test_images.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/v2 copying build/lib/glance/tests/functional/v2/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/v2 copying build/lib/glance/tests/functional/v2/test_metadef_resourcetypes.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/v2 copying build/lib/glance/tests/functional/v2/registry_data_api.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/v2 copying build/lib/glance/tests/functional/v2/test_schemas.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/v2 copying build/lib/glance/tests/functional/v2/test_metadef_tags.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/v2 copying build/lib/glance/tests/functional/v2/test_metadef_objects.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/v2 copying build/lib/glance/tests/functional/v2/test_metadef_namespaces.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/v2 copying build/lib/glance/tests/functional/v2/test_metadef_properties.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/v2 copying build/lib/glance/tests/functional/v2/test_tasks.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/v2 creating /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/db copying build/lib/glance/tests/functional/db/test_registry.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/db creating /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/db/migrations copying build/lib/glance/tests/functional/db/migrations/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/db/migrations copying build/lib/glance/tests/functional/db/migrations/test_mitaka02.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/db/migrations copying build/lib/glance/tests/functional/db/migrations/test_mitaka01.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/db/migrations copying build/lib/glance/tests/functional/db/migrations/test_ocata_contract01.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/db/migrations copying build/lib/glance/tests/functional/db/migrations/test_ocata_expand01.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/db/migrations copying build/lib/glance/tests/functional/db/migrations/test_ocata01.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/db/migrations copying build/lib/glance/tests/functional/db/migrations/test_ocata_migrate01.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/db/migrations copying build/lib/glance/tests/functional/db/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/db copying build/lib/glance/tests/functional/db/base_glare.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/db copying build/lib/glance/tests/functional/db/base_metadef.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/db copying build/lib/glance/tests/functional/db/base.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/db copying build/lib/glance/tests/functional/db/test_sqlalchemy.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/db copying build/lib/glance/tests/functional/db/test_rpc_endpoint.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/db copying build/lib/glance/tests/functional/db/test_simple.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/db copying build/lib/glance/tests/functional/db/test_migrations.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/db copying build/lib/glance/tests/functional/store_utils.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional copying build/lib/glance/tests/functional/test_client_redirects.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional copying build/lib/glance/tests/functional/test_gzip_middleware.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional copying build/lib/glance/tests/functional/test_bin_glance_cache_manage.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional copying build/lib/glance/tests/functional/test_api.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional copying build/lib/glance/tests/functional/test_client_exceptions.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional creating /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/glare copying build/lib/glance/tests/functional/glare/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/glare copying build/lib/glance/tests/functional/glare/test_glare.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/glare copying build/lib/glance/tests/functional/test_glance_replicator.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional copying build/lib/glance/tests/functional/test_ssl.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional copying build/lib/glance/tests/functional/test_cache_middleware.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional copying build/lib/glance/tests/functional/test_reload.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional copying build/lib/glance/tests/functional/test_cors_middleware.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional creating /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/v1 copying build/lib/glance/tests/functional/v1/test_misc.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/v1 copying build/lib/glance/tests/functional/v1/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/v1 copying build/lib/glance/tests/functional/v1/test_api.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/v1 copying build/lib/glance/tests/functional/v1/test_multiprocessing.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/v1 copying build/lib/glance/tests/functional/v1/test_copy_to_file.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/v1 copying build/lib/glance/tests/functional/test_healthcheck_middleware.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional copying build/lib/glance/tests/functional/test_glance_manage.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional copying build/lib/glance/tests/functional/test_wsgi.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional copying build/lib/glance/tests/functional/test_sqlite.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional creating /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/integration creating /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/integration/legacy_functional copying build/lib/glance/tests/integration/legacy_functional/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/integration/legacy_functional copying build/lib/glance/tests/integration/legacy_functional/base.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/integration/legacy_functional copying build/lib/glance/tests/integration/legacy_functional/test_v1_api.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/integration/legacy_functional copying build/lib/glance/tests/integration/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/integration creating /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/integration/v2 copying build/lib/glance/tests/integration/v2/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/integration/v2 copying build/lib/glance/tests/integration/v2/base.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/integration/v2 copying build/lib/glance/tests/integration/v2/test_property_quota_violations.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/integration/v2 copying build/lib/glance/tests/integration/v2/test_tasks_api.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/integration/v2 creating /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/var copying build/lib/glance/tests/var/testserver-not-tar.ova -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/var copying build/lib/glance/tests/var/ca.crt -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/var copying build/lib/glance/tests/var/privatekey.key -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/var copying build/lib/glance/tests/var/testserver-no-ovf.ova -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/var copying build/lib/glance/tests/var/testserver.ova -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/var copying build/lib/glance/tests/var/ca.key -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/var copying build/lib/glance/tests/var/testserver-no-disk.ova -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/var copying build/lib/glance/tests/var/certificate.crt -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/var copying build/lib/glance/tests/var/testserver-bad-ovf.ova -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/var creating /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit copying build/lib/glance/tests/unit/test_misc.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit creating /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/common copying build/lib/glance/tests/unit/common/test_property_utils.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/common copying build/lib/glance/tests/unit/common/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/common copying build/lib/glance/tests/unit/common/test_rpc.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/common copying build/lib/glance/tests/unit/common/test_wsgi_ipv6.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/common copying build/lib/glance/tests/unit/common/test_exception.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/common copying build/lib/glance/tests/unit/common/test_location_strategy.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/common creating /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/common/scripts copying build/lib/glance/tests/unit/common/scripts/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/common/scripts copying build/lib/glance/tests/unit/common/scripts/test_scripts_utils.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/common/scripts creating /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/common/scripts/image_import copying build/lib/glance/tests/unit/common/scripts/image_import/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/common/scripts/image_import copying build/lib/glance/tests/unit/common/scripts/image_import/test_main.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/common/scripts/image_import copying build/lib/glance/tests/unit/common/test_semver.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/common copying build/lib/glance/tests/unit/common/test_scripts.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/common copying build/lib/glance/tests/unit/common/test_config.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/common copying build/lib/glance/tests/unit/common/test_client.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/common copying build/lib/glance/tests/unit/common/test_utils.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/common copying build/lib/glance/tests/unit/common/test_timeutils.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/common copying build/lib/glance/tests/unit/common/test_swift_store_utils.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/common copying build/lib/glance/tests/unit/common/test_wsgi.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/common copying build/lib/glance/tests/unit/test_quota.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit copying build/lib/glance/tests/unit/test_policy.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit copying build/lib/glance/tests/unit/utils.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit copying build/lib/glance/tests/unit/test_scrubber.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit copying build/lib/glance/tests/unit/test_image_cache.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit copying build/lib/glance/tests/unit/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit copying build/lib/glance/tests/unit/test_store_image.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit copying build/lib/glance/tests/unit/test_auth.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit copying build/lib/glance/tests/unit/test_cached_images.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit copying build/lib/glance/tests/unit/test_store_location.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit creating /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/api copying build/lib/glance/tests/unit/api/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/api copying build/lib/glance/tests/unit/api/test_cmd_cache_manage.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/api copying build/lib/glance/tests/unit/api/test_common.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/api copying build/lib/glance/tests/unit/api/test_property_protections.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/api copying build/lib/glance/tests/unit/api/test_cmd.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/api creating /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/api/middleware copying build/lib/glance/tests/unit/api/middleware/test_cache_manage.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/api/middleware copying build/lib/glance/tests/unit/api/middleware/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/api/middleware creating /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/v2 copying build/lib/glance/tests/unit/v2/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/v2 copying build/lib/glance/tests/unit/v2/test_images_resource.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/v2 copying build/lib/glance/tests/unit/v2/test_image_actions_resource.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/v2 copying build/lib/glance/tests/unit/v2/test_image_data_resource.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/v2 copying build/lib/glance/tests/unit/v2/test_schemas_resource.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/v2 copying build/lib/glance/tests/unit/v2/test_registry_client.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/v2 copying build/lib/glance/tests/unit/v2/test_image_members_resource.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/v2 copying build/lib/glance/tests/unit/v2/test_metadef_resources.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/v2 copying build/lib/glance/tests/unit/v2/test_tasks_resource.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/v2 copying build/lib/glance/tests/unit/v2/test_registry_api.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/v2 copying build/lib/glance/tests/unit/v2/test_image_tags_resource.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/v2 copying build/lib/glance/tests/unit/test_store_glare.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit copying build/lib/glance/tests/unit/test_domain_proxy.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit copying build/lib/glance/tests/unit/test_glare_type_definition_framework.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit copying build/lib/glance/tests/unit/test_context_middleware.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit copying build/lib/glance/tests/unit/base.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit copying build/lib/glance/tests/unit/test_schema.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit copying build/lib/glance/tests/unit/test_data_migration_framework.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit copying build/lib/glance/tests/unit/fake_rados.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit creating /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/async copying build/lib/glance/tests/unit/async/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/async copying build/lib/glance/tests/unit/async/test_async.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/async creating /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/async/flows copying build/lib/glance/tests/unit/async/flows/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/async/flows copying build/lib/glance/tests/unit/async/flows/test_introspect.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/async/flows copying build/lib/glance/tests/unit/async/flows/test_ovf_process.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/async/flows copying build/lib/glance/tests/unit/async/flows/test_import.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/async/flows copying build/lib/glance/tests/unit/async/flows/test_convert.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/async/flows copying build/lib/glance/tests/unit/async/test_taskflow_executor.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/async copying build/lib/glance/tests/unit/test_context.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit copying build/lib/glance/tests/unit/test_db.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit copying build/lib/glance/tests/unit/test_glance_replicator.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit copying build/lib/glance/tests/unit/test_jsonpatchmixin.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit copying build/lib/glance/tests/unit/test_cache_middleware.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit copying build/lib/glance/tests/unit/test_glare_plugin_loader.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit copying build/lib/glance/tests/unit/test_domain.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit copying build/lib/glance/tests/unit/test_manage.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit creating /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/v1 copying build/lib/glance/tests/unit/v1/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/v1 copying build/lib/glance/tests/unit/v1/test_api.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/v1 copying build/lib/glance/tests/unit/v1/test_registry_client.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/v1 copying build/lib/glance/tests/unit/v1/test_upload_utils.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/v1 copying build/lib/glance/tests/unit/v1/test_registry_api.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/v1 copying build/lib/glance/tests/unit/test_db_metadef.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit copying build/lib/glance/tests/unit/test_notifier.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit copying build/lib/glance/tests/unit/test_glance_manage.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit copying build/lib/glance/tests/unit/test_image_cache_client.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit copying build/lib/glance/tests/unit/test_versions.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit copying build/lib/glance/tests/test_hacking.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests creating /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/etc copying build/lib/glance/tests/etc/property-protections-policies.conf -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/etc copying build/lib/glance/tests/etc/glance-swift.conf -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/etc copying build/lib/glance/tests/etc/policy.json -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/etc copying build/lib/glance/tests/etc/schema-image.json -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/etc copying build/lib/glance/tests/etc/property-protections.conf -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/etc creating /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/contrib creating /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/contrib/plugins creating /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/contrib/plugins/image_artifact copying build/lib/glance/contrib/plugins/image_artifact/setup.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/contrib/plugins/image_artifact creating /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/contrib/plugins/image_artifact/v1_1 copying build/lib/glance/contrib/plugins/image_artifact/v1_1/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/contrib/plugins/image_artifact/v1_1 copying build/lib/glance/contrib/plugins/image_artifact/v1_1/image.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/contrib/plugins/image_artifact/v1_1 copying build/lib/glance/contrib/plugins/image_artifact/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/contrib/plugins/image_artifact creating /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/contrib/plugins/image_artifact/v2 copying build/lib/glance/contrib/plugins/image_artifact/v2/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/contrib/plugins/image_artifact/v2 copying build/lib/glance/contrib/plugins/image_artifact/v2/image.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/contrib/plugins/image_artifact/v2 copying build/lib/glance/contrib/plugins/image_artifact/requirements.txt -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/contrib/plugins/image_artifact copying build/lib/glance/contrib/plugins/image_artifact/setup.cfg -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/contrib/plugins/image_artifact copying build/lib/glance/contrib/plugins/image_artifact/version_selector.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/contrib/plugins/image_artifact creating /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/contrib/plugins/image_artifact/v1 copying build/lib/glance/contrib/plugins/image_artifact/v1/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/contrib/plugins/image_artifact/v1 copying build/lib/glance/contrib/plugins/image_artifact/v1/image.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/contrib/plugins/image_artifact/v1 creating /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/contrib/plugins/artifacts_sample copying build/lib/glance/contrib/plugins/artifacts_sample/setup.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/contrib/plugins/artifacts_sample copying build/lib/glance/contrib/plugins/artifacts_sample/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/contrib/plugins/artifacts_sample creating /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/contrib/plugins/artifacts_sample/v2 copying build/lib/glance/contrib/plugins/artifacts_sample/v2/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/contrib/plugins/artifacts_sample/v2 copying build/lib/glance/contrib/plugins/artifacts_sample/v2/artifact.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/contrib/plugins/artifacts_sample/v2 copying build/lib/glance/contrib/plugins/artifacts_sample/base.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/contrib/plugins/artifacts_sample copying build/lib/glance/contrib/plugins/artifacts_sample/setup.cfg -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/contrib/plugins/artifacts_sample creating /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/contrib/plugins/artifacts_sample/v1 copying build/lib/glance/contrib/plugins/artifacts_sample/v1/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/contrib/plugins/artifacts_sample/v1 copying build/lib/glance/contrib/plugins/artifacts_sample/v1/artifact.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/contrib/plugins/artifacts_sample/v1 copying build/lib/glance/contrib/plugins/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/contrib/plugins copying build/lib/glance/contrib/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/contrib copying build/lib/glance/location.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance creating /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/hacking copying build/lib/glance/hacking/checks.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/hacking copying build/lib/glance/hacking/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/hacking copying build/lib/glance/opts.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance creating /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/async copying build/lib/glance/async/utils.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/async copying build/lib/glance/async/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/async copying build/lib/glance/async/taskflow_executor.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/async creating /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/async/flows copying build/lib/glance/async/flows/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/async/flows copying build/lib/glance/async/flows/ovf_process.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/async/flows copying build/lib/glance/async/flows/introspect.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/async/flows copying build/lib/glance/async/flows/convert.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/async/flows copying build/lib/glance/async/flows/base_import.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/async/flows creating /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/quota copying build/lib/glance/quota/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/quota creating /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/glare copying build/lib/glance/glare/gateway.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/glare copying build/lib/glance/glare/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/glare copying build/lib/glance/glare/location.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/glare copying build/lib/glance/glare/updater.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/glare copying build/lib/glance/glare/dependency.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/glare creating /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/glare/domain copying build/lib/glance/glare/domain/proxy.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/glare/domain copying build/lib/glance/glare/domain/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/glare/domain creating /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/cmd copying build/lib/glance/cmd/replicator.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/cmd copying build/lib/glance/cmd/cache_manage.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/cmd copying build/lib/glance/cmd/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/cmd copying build/lib/glance/cmd/manage.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/cmd copying build/lib/glance/cmd/api.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/cmd copying build/lib/glance/cmd/control.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/cmd copying build/lib/glance/cmd/glare.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/cmd copying build/lib/glance/cmd/cache_cleaner.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/cmd copying build/lib/glance/cmd/cache_prefetcher.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/cmd copying build/lib/glance/cmd/registry.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/cmd copying build/lib/glance/cmd/cache_pruner.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/cmd copying build/lib/glance/cmd/scrubber.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/cmd creating /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/domain copying build/lib/glance/domain/proxy.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/domain copying build/lib/glance/domain/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/domain copying build/lib/glance/scrubber.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance creating /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/registry copying build/lib/glance/registry/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/registry creating /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/registry/api copying build/lib/glance/registry/api/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/registry/api creating /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/registry/api/v2 copying build/lib/glance/registry/api/v2/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/registry/api/v2 copying build/lib/glance/registry/api/v2/rpc.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/registry/api/v2 creating /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/registry/api/v1 copying build/lib/glance/registry/api/v1/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/registry/api/v1 copying build/lib/glance/registry/api/v1/images.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/registry/api/v1 copying build/lib/glance/registry/api/v1/members.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/registry/api/v1 creating /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/registry/client copying build/lib/glance/registry/client/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/registry/client creating /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/registry/client/v2 copying build/lib/glance/registry/client/v2/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/registry/client/v2 copying build/lib/glance/registry/client/v2/api.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/registry/client/v2 copying build/lib/glance/registry/client/v2/client.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/registry/client/v2 creating /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/registry/client/v1 copying build/lib/glance/registry/client/v1/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/registry/client/v1 copying build/lib/glance/registry/client/v1/api.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/registry/client/v1 copying build/lib/glance/registry/client/v1/client.py -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/registry/client/v1 byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/common/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/common/trust_auth.py to trust_auth.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/common/property_utils.py to property_utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/common/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/common/wsgi.py to wsgi.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/common/timeutils.py to timeutils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/common/exception.py to exception.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/common/jsonpatchvalidator.py to jsonpatchvalidator.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/common/scripts/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/common/scripts/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/common/scripts/image_import/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/common/scripts/image_import/main.py to main.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/common/rpc.py to rpc.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/common/store_utils.py to store_utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/common/semver_db.py to semver_db.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/common/client.py to client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/common/wsme_utils.py to wsme_utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/common/location_strategy/location_order.py to location_order.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/common/location_strategy/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/common/location_strategy/store_type.py to store_type.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/common/glare/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/common/glare/declarative.py to declarative.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/common/glare/definitions.py to definitions.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/common/glare/loader.py to loader.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/common/glare/serialization.py to serialization.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/common/auth.py to auth.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/common/swift_store_utils.py to swift_store_utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/common/crypt.py to crypt.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/common/config.py to config.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/gateway.py to gateway.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/i18n.py to i18n.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/image_cache/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/image_cache/drivers/sqlite.py to sqlite.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/image_cache/drivers/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/image_cache/drivers/xattr.py to xattr.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/image_cache/drivers/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/image_cache/cleaner.py to cleaner.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/image_cache/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/image_cache/client.py to client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/image_cache/pruner.py to pruner.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/image_cache/prefetcher.py to prefetcher.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/notifier.py to notifier.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/api/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v2/metadef_objects.py to metadef_objects.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v2/images.py to images.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v2/tasks.py to tasks.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v2/schemas.py to schemas.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v2/router.py to router.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v2/image_data.py to image_data.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v2/metadef_resource_types.py to metadef_resource_types.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v2/image_actions.py to image_actions.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v2/metadef_namespaces.py to metadef_namespaces.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v2/metadef_properties.py to metadef_properties.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v2/image_members.py to image_members.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v2/metadef_tags.py to metadef_tags.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v2/image_tags.py to image_tags.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v2/model/metadef_object.py to metadef_object.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v2/model/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v2/model/metadef_tag.py to metadef_tag.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v2/model/metadef_namespace.py to metadef_namespace.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v2/model/metadef_property_item_type.py to metadef_property_item_type.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v2/model/metadef_property_type.py to metadef_property_type.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v2/model/metadef_resource_type.py to metadef_resource_type.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/api/authorization.py to authorization.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/api/cached_images.py to cached_images.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/api/property_protections.py to property_protections.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/api/glare/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/api/glare/v0_1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/api/glare/v0_1/glare.py to glare.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/api/glare/v0_1/router.py to router.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/api/glare/versions.py to versions.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/api/middleware/cache_manage.py to cache_manage.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/api/middleware/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/api/middleware/context.py to context.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/api/middleware/version_negotiation.py to version_negotiation.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/api/middleware/cache.py to cache.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/api/middleware/gzip.py to gzip.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/api/policy.py to policy.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v1/filters.py to filters.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v1/images.py to images.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v1/router.py to router.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v1/upload_utils.py to upload_utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v1/members.py to members.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v1/controller.py to controller.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/api/versions.py to versions.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/api/common.py to common.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/context.py to context.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/migration.py to migration.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/simple/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/simple/api.py to api.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/models.py to models.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/api.py to api.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/glare.py to glare.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/metadef_api/resource_type.py to resource_type.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/metadef_api/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/metadef_api/namespace.py to namespace.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/metadef_api/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/metadef_api/resource_type_association.py to resource_type_association.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/metadef_api/property.py to property.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/metadef_api/object.py to object.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/metadef_api/tag.py to tag.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/manage.py to manage.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/schema.py to schema.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions/028_owner_index.py to 028_owner_index.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions/034_add_virtual_size.py to 034_add_virtual_size.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions/004_add_checksum.py to 004_add_checksum.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions/045_add_visibility.py to 045_add_visibility.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions/007_add_owner.py to 007_add_owner.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions/011_make_mindisk_and_minram_notnull.py to 011_make_mindisk_and_minram_notnull.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions/027_checksum_index.py to 027_checksum_index.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions/013_add_protected.py to 013_add_protected.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions/026_add_location_storage_information.py to 026_add_location_storage_information.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions/024_placeholder.py to 024_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions/017_quote_encrypted_swift_credentials.py to 017_quote_encrypted_swift_credentials.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions/031_remove_duplicated_locations.py to 031_remove_duplicated_locations.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions/014_add_image_tags_table.py to 014_add_image_tags_table.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions/035_add_metadef_tables.py to 035_add_metadef_tables.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions/043_add_image_created_updated_idx.py to 043_add_image_created_updated_idx.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions/002_add_image_properties_table.py to 002_add_image_properties_table.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions/030_add_tasks_table.py to 030_add_tasks_table.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions/021_set_engine_mysql_innodb.py to 021_set_engine_mysql_innodb.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions/042_add_changes_to_reinstall_unique_metadef_constraints.py to 042_add_changes_to_reinstall_unique_metadef_constraints.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions/036_rename_metadef_schema_columns.py to 036_rename_metadef_schema_columns.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions/025_placeholder.py to 025_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions/003_add_disk_format.py to 003_add_disk_format.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions/009_add_mindisk_and_minram.py to 009_add_mindisk_and_minram.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions/037_add_changes_to_satisfy_models.py to 037_add_changes_to_satisfy_models.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions/008_add_image_members_table.py to 008_add_image_members_table.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions/016_add_status_image_member.py to 016_add_status_image_member.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions/032_add_task_info_table.py to 032_add_task_info_table.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions/040_add_changes_to_satisfy_metadefs_tags.py to 040_add_changes_to_satisfy_metadefs_tags.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions/015_quote_swift_credentials.py to 015_quote_swift_credentials.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions/023_placeholder.py to 023_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions/005_size_big_integer.py to 005_size_big_integer.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions/006_key_to_name.py to 006_key_to_name.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions/019_migrate_image_locations.py to 019_migrate_image_locations.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions/038_add_metadef_tags_table.py to 038_add_metadef_tags_table.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions/041_add_artifact_tables.py to 041_add_artifact_tables.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions/010_default_update_at.py to 010_default_update_at.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions/012_id_to_uuid.py to 012_id_to_uuid.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions/039_add_changes_to_satisfy_models_metadef.py to 039_add_changes_to_satisfy_models_metadef.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions/022_image_member_index.py to 022_image_member_index.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions/020_drop_images_table_location.py to 020_drop_images_table_location.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions/029_location_meta_data_pickle_to_string.py to 029_location_meta_data_pickle_to_string.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions/018_add_image_locations_table.py to 018_add_image_locations_table.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions/033_add_location_status.py to 033_add_location_status.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions/001_add_images_table.py to 001_add_images_table.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions/044_update_metadef_os_nova_server.py to 044_update_metadef_os_nova_server.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/models_glare.py to models_glare.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/alembic_migrations/data_migrations/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/alembic_migrations/data_migrations/ocata_migrate01_community_images.py to ocata_migrate01_community_images.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/alembic_migrations/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/alembic_migrations/env.py to env.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/alembic_migrations/add_images_tables.py to add_images_tables.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/alembic_migrations/add_artifacts_tables.py to add_artifacts_tables.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/alembic_migrations/add_metadefs_tables.py to add_metadefs_tables.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/alembic_migrations/add_tasks_tables.py to add_tasks_tables.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/alembic_migrations/versions/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/alembic_migrations/versions/mitaka02_update_metadef_os_nova_server.py to mitaka02_update_metadef_os_nova_server.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/alembic_migrations/versions/ocata_contract01_drop_is_public.py to ocata_contract01_drop_is_public.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/alembic_migrations/versions/mitaka01_add_image_created_updated_idx.py to mitaka01_add_image_created_updated_idx.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/alembic_migrations/versions/ocata01_add_visibility_remove_is_public.py to ocata01_add_visibility_remove_is_public.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/alembic_migrations/versions/ocata_expand01_add_visibility.py to ocata_expand01_add_visibility.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/alembic_migrations/versions/liberty_initial.py to liberty_initial.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/metadata.py to metadata.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/models_metadef.py to models_metadef.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/registry/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/registry/api.py to api.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/db/metadata.py to metadata.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/schema.py to schema.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/version.py to version.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/stubs.py to stubs.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/test_scrubber.py to test_scrubber.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/test_logging.py to test_logging.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/v2/test_images.py to test_images.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/v2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/v2/test_metadef_resourcetypes.py to test_metadef_resourcetypes.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/v2/registry_data_api.py to registry_data_api.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/v2/test_schemas.py to test_schemas.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/v2/test_metadef_tags.py to test_metadef_tags.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/v2/test_metadef_objects.py to test_metadef_objects.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/v2/test_metadef_namespaces.py to test_metadef_namespaces.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/v2/test_metadef_properties.py to test_metadef_properties.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/v2/test_tasks.py to test_tasks.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/db/test_registry.py to test_registry.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/db/migrations/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/db/migrations/test_mitaka02.py to test_mitaka02.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/db/migrations/test_mitaka01.py to test_mitaka01.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/db/migrations/test_ocata_contract01.py to test_ocata_contract01.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/db/migrations/test_ocata_expand01.py to test_ocata_expand01.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/db/migrations/test_ocata01.py to test_ocata01.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/db/migrations/test_ocata_migrate01.py to test_ocata_migrate01.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/db/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/db/base_glare.py to base_glare.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/db/base_metadef.py to base_metadef.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/db/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/db/test_sqlalchemy.py to test_sqlalchemy.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/db/test_rpc_endpoint.py to test_rpc_endpoint.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/db/test_simple.py to test_simple.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/db/test_migrations.py to test_migrations.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/store_utils.py to store_utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/test_client_redirects.py to test_client_redirects.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/test_gzip_middleware.py to test_gzip_middleware.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/test_bin_glance_cache_manage.py to test_bin_glance_cache_manage.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/test_api.py to test_api.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/test_client_exceptions.py to test_client_exceptions.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/glare/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/glare/test_glare.py to test_glare.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/test_glance_replicator.py to test_glance_replicator.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/test_ssl.py to test_ssl.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/test_cache_middleware.py to test_cache_middleware.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/test_reload.py to test_reload.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/test_cors_middleware.py to test_cors_middleware.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/v1/test_misc.py to test_misc.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/v1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/v1/test_api.py to test_api.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/v1/test_multiprocessing.py to test_multiprocessing.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/v1/test_copy_to_file.py to test_copy_to_file.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/test_healthcheck_middleware.py to test_healthcheck_middleware.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/test_glance_manage.py to test_glance_manage.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/test_wsgi.py to test_wsgi.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/test_sqlite.py to test_sqlite.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/integration/legacy_functional/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/integration/legacy_functional/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/integration/legacy_functional/test_v1_api.py to test_v1_api.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/integration/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/integration/v2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/integration/v2/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/integration/v2/test_property_quota_violations.py to test_property_quota_violations.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/integration/v2/test_tasks_api.py to test_tasks_api.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/test_misc.py to test_misc.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/common/test_property_utils.py to test_property_utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/common/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/common/test_rpc.py to test_rpc.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/common/test_wsgi_ipv6.py to test_wsgi_ipv6.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/common/test_exception.py to test_exception.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/common/test_location_strategy.py to test_location_strategy.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/common/scripts/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/common/scripts/test_scripts_utils.py to test_scripts_utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/common/scripts/image_import/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/common/scripts/image_import/test_main.py to test_main.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/common/test_semver.py to test_semver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/common/test_scripts.py to test_scripts.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/common/test_config.py to test_config.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/common/test_client.py to test_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/common/test_utils.py to test_utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/common/test_timeutils.py to test_timeutils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/common/test_swift_store_utils.py to test_swift_store_utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/common/test_wsgi.py to test_wsgi.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/test_quota.py to test_quota.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/test_policy.py to test_policy.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/test_scrubber.py to test_scrubber.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/test_image_cache.py to test_image_cache.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/test_store_image.py to test_store_image.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/test_auth.py to test_auth.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/test_cached_images.py to test_cached_images.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/test_store_location.py to test_store_location.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/api/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/api/test_cmd_cache_manage.py to test_cmd_cache_manage.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/api/test_common.py to test_common.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/api/test_property_protections.py to test_property_protections.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/api/test_cmd.py to test_cmd.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/api/middleware/test_cache_manage.py to test_cache_manage.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/api/middleware/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/v2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/v2/test_images_resource.py to test_images_resource.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/v2/test_image_actions_resource.py to test_image_actions_resource.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/v2/test_image_data_resource.py to test_image_data_resource.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/v2/test_schemas_resource.py to test_schemas_resource.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/v2/test_registry_client.py to test_registry_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/v2/test_image_members_resource.py to test_image_members_resource.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/v2/test_metadef_resources.py to test_metadef_resources.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/v2/test_tasks_resource.py to test_tasks_resource.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/v2/test_registry_api.py to test_registry_api.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/v2/test_image_tags_resource.py to test_image_tags_resource.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/test_store_glare.py to test_store_glare.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/test_domain_proxy.py to test_domain_proxy.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/test_glare_type_definition_framework.py to test_glare_type_definition_framework.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/test_context_middleware.py to test_context_middleware.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/test_schema.py to test_schema.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/test_data_migration_framework.py to test_data_migration_framework.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/fake_rados.py to fake_rados.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/async/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/async/test_async.py to test_async.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/async/flows/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/async/flows/test_introspect.py to test_introspect.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/async/flows/test_ovf_process.py to test_ovf_process.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/async/flows/test_import.py to test_import.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/async/flows/test_convert.py to test_convert.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/async/test_taskflow_executor.py to test_taskflow_executor.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/test_context.py to test_context.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/test_db.py to test_db.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/test_glance_replicator.py to test_glance_replicator.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/test_jsonpatchmixin.py to test_jsonpatchmixin.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/test_cache_middleware.py to test_cache_middleware.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/test_glare_plugin_loader.py to test_glare_plugin_loader.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/test_domain.py to test_domain.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/test_manage.py to test_manage.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/v1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/v1/test_api.py to test_api.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/v1/test_registry_client.py to test_registry_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/v1/test_upload_utils.py to test_upload_utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/v1/test_registry_api.py to test_registry_api.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/test_db_metadef.py to test_db_metadef.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/test_notifier.py to test_notifier.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/test_glance_manage.py to test_glance_manage.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/test_image_cache_client.py to test_image_cache_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/test_versions.py to test_versions.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/test_hacking.py to test_hacking.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/contrib/plugins/image_artifact/setup.py to setup.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/contrib/plugins/image_artifact/v1_1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/contrib/plugins/image_artifact/v1_1/image.py to image.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/contrib/plugins/image_artifact/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/contrib/plugins/image_artifact/v2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/contrib/plugins/image_artifact/v2/image.py to image.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/contrib/plugins/image_artifact/version_selector.py to version_selector.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/contrib/plugins/image_artifact/v1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/contrib/plugins/image_artifact/v1/image.py to image.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/contrib/plugins/artifacts_sample/setup.py to setup.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/contrib/plugins/artifacts_sample/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/contrib/plugins/artifacts_sample/v2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/contrib/plugins/artifacts_sample/v2/artifact.py to artifact.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/contrib/plugins/artifacts_sample/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/contrib/plugins/artifacts_sample/v1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/contrib/plugins/artifacts_sample/v1/artifact.py to artifact.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/contrib/plugins/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/contrib/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/location.py to location.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/hacking/checks.py to checks.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/hacking/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/opts.py to opts.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/async/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/async/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/async/taskflow_executor.py to taskflow_executor.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/async/flows/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/async/flows/ovf_process.py to ovf_process.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/async/flows/introspect.py to introspect.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/async/flows/convert.py to convert.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/async/flows/base_import.py to base_import.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/quota/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/glare/gateway.py to gateway.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/glare/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/glare/location.py to location.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/glare/updater.py to updater.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/glare/dependency.py to dependency.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/glare/domain/proxy.py to proxy.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/glare/domain/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/cmd/replicator.py to replicator.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/cmd/cache_manage.py to cache_manage.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/cmd/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/cmd/manage.py to manage.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/cmd/api.py to api.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/cmd/control.py to control.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/cmd/glare.py to glare.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/cmd/cache_cleaner.py to cache_cleaner.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/cmd/cache_prefetcher.py to cache_prefetcher.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/cmd/registry.py to registry.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/cmd/cache_pruner.py to cache_pruner.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/cmd/scrubber.py to scrubber.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/domain/proxy.py to proxy.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/domain/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/scrubber.py to scrubber.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/registry/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/registry/api/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/registry/api/v2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/registry/api/v2/rpc.py to rpc.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/registry/api/v1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/registry/api/v1/images.py to images.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/registry/api/v1/members.py to members.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/registry/client/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/registry/client/v2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/registry/client/v2/api.py to api.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/registry/client/v2/client.py to client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/registry/client/v1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/registry/client/v1/api.py to api.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/registry/client/v1/client.py to client.pyc writing byte-compilation script '/tmp/tmpR0nFgR.py' /usr/bin/python2 -O /tmp/tmpR0nFgR.py removing /tmp/tmpR0nFgR.py running install_data creating /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/etc creating /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/etc/glance creating /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/etc/glance/metadefs copying etc/metadefs/compute-libvirt.json -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/etc/glance/metadefs/ copying etc/metadefs/compute-xenapi.json -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/etc/glance/metadefs/ copying etc/metadefs/compute-watchdog.json -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/etc/glance/metadefs/ copying etc/metadefs/compute-instance-data.json -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/etc/glance/metadefs/ copying etc/metadefs/compute-cpu-pinning.json -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/etc/glance/metadefs/ copying etc/metadefs/software-databases.json -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/etc/glance/metadefs/ copying etc/metadefs/compute-guest-memory-backing.json -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/etc/glance/metadefs/ copying etc/metadefs/compute-guest-shutdown.json -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/etc/glance/metadefs/ copying etc/metadefs/compute-host-capabilities.json -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/etc/glance/metadefs/ copying etc/metadefs/compute-vmware.json -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/etc/glance/metadefs/ copying etc/metadefs/cim-resource-allocation-setting-data.json -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/etc/glance/metadefs/ copying etc/metadefs/compute-aggr-num-instances.json -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/etc/glance/metadefs/ copying etc/metadefs/storage-volume-type.json -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/etc/glance/metadefs/ copying etc/metadefs/glance-common-image-props.json -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/etc/glance/metadefs/ copying etc/metadefs/software-webservers.json -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/etc/glance/metadefs/ copying etc/metadefs/cim-virtual-system-setting-data.json -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/etc/glance/metadefs/ copying etc/metadefs/compute-aggr-disk-filter.json -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/etc/glance/metadefs/ copying etc/metadefs/README -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/etc/glance/metadefs/ copying etc/metadefs/compute-libvirt-image.json -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/etc/glance/metadefs/ copying etc/metadefs/compute-aggr-iops-filter.json -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/etc/glance/metadefs/ copying etc/metadefs/compute-trust.json -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/etc/glance/metadefs/ copying etc/metadefs/cim-processor-allocation-setting-data.json -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/etc/glance/metadefs/ copying etc/metadefs/operating-system.json -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/etc/glance/metadefs/ copying etc/metadefs/image-signature-verification.json -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/etc/glance/metadefs/ copying etc/metadefs/compute-randomgen.json -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/etc/glance/metadefs/ copying etc/metadefs/compute-vmware-quota-flavor.json -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/etc/glance/metadefs/ copying etc/metadefs/software-runtimes.json -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/etc/glance/metadefs/ copying etc/metadefs/compute-hypervisor.json -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/etc/glance/metadefs/ copying etc/metadefs/compute-quota.json -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/etc/glance/metadefs/ copying etc/metadefs/compute-vmware-flavor.json -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/etc/glance/metadefs/ copying etc/metadefs/cim-storage-allocation-setting-data.json -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/etc/glance/metadefs/ copying etc/metadefs/compute-vcputopology.json -> /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/etc/glance/metadefs/ running install_egg_info running egg_info writing glance.egg-info/PKG-INFO writing top-level names to glance.egg-info/top_level.txt writing dependency_links to glance.egg-info/dependency_links.txt writing entry points to glance.egg-info/entry_points.txt [pbr] Reusing existing SOURCES.txt Copying glance.egg-info to /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance-14.0.0.0rc1-py2.7.egg-info running install_scripts Installing glance-glare script to /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/bin Installing glance-cache-pruner script to /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/bin Installing glance-cache-cleaner script to /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/bin Installing glance-api script to /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/bin Installing glance-scrubber script to /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/bin Installing glance-cache-prefetcher script to /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/bin Installing glance-replicator script to /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/bin Installing glance-cache-manage script to /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/bin Installing glance-manage script to /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/bin Installing glance-control script to /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/bin Installing glance-registry script to /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/bin ++ pwd + export PYTHONPATH=/builddir/build/BUILD/glance-14.0.0.0rc1: + PYTHONPATH=/builddir/build/BUILD/glance-14.0.0.0rc1: + /usr/bin/python2 setup.py build_sphinx running build_sphinx creating /builddir/build/BUILD/glance-14.0.0.0rc1/doc/build creating /builddir/build/BUILD/glance-14.0.0.0rc1/doc/build/doctrees creating /builddir/build/BUILD/glance-14.0.0.0rc1/doc/build/html [pbr] Generating AUTHORS [pbr] AUTHORS complete (0.0s) Creating file doc/source/api/glance.rst. Creating file doc/source/api/glance.api.rst. Creating file doc/source/api/glance.api.glare.rst. Creating file doc/source/api/glance.api.glare.v0_1.rst. Creating file doc/source/api/glance.api.middleware.rst. Creating file doc/source/api/glance.api.v1.rst. Creating file doc/source/api/glance.api.v2.rst. Creating file doc/source/api/glance.api.v2.model.rst. Creating file doc/source/api/glance.async.rst. Creating file doc/source/api/glance.async.flows.rst. Creating file doc/source/api/glance.cmd.rst. Creating file doc/source/api/glance.common.rst. Creating file doc/source/api/glance.common.glare.rst. Creating file doc/source/api/glance.common.location_strategy.rst. Creating file doc/source/api/glance.common.scripts.rst. Creating file doc/source/api/glance.common.scripts.image_import.rst. Creating file doc/source/api/glance.contrib.rst. Creating file doc/source/api/glance.contrib.plugins.rst. Creating file doc/source/api/glance.contrib.plugins.artifacts_sample.rst. Creating file doc/source/api/glance.contrib.plugins.artifacts_sample.v1.rst. Creating file doc/source/api/glance.contrib.plugins.artifacts_sample.v2.rst. Creating file doc/source/api/glance.contrib.plugins.image_artifact.rst. Creating file doc/source/api/glance.contrib.plugins.image_artifact.v1.rst. Creating file doc/source/api/glance.contrib.plugins.image_artifact.v1_1.rst. Creating file doc/source/api/glance.contrib.plugins.image_artifact.v2.rst. Creating file doc/source/api/glance.db.rst. Creating file doc/source/api/glance.db.registry.rst. Creating file doc/source/api/glance.db.simple.rst. Creating file doc/source/api/glance.db.sqlalchemy.rst. Creating file doc/source/api/glance.db.sqlalchemy.alembic_migrations.rst. Creating file doc/source/api/glance.db.sqlalchemy.alembic_migrations.data_migrations.rst. Creating file doc/source/api/glance.db.sqlalchemy.alembic_migrations.versions.rst. Creating file doc/source/api/glance.db.sqlalchemy.metadef_api.rst. Creating file doc/source/api/glance.db.sqlalchemy.migrate_repo.rst. Creating file doc/source/api/glance.db.sqlalchemy.migrate_repo.versions.rst. Creating file doc/source/api/glance.domain.rst. Creating file doc/source/api/glance.glare.rst. Creating file doc/source/api/glance.glare.domain.rst. Creating file doc/source/api/glance.hacking.rst. Creating file doc/source/api/glance.image_cache.rst. Creating file doc/source/api/glance.image_cache.drivers.rst. Creating file doc/source/api/glance.quota.rst. Creating file doc/source/api/glance.registry.rst. Creating file doc/source/api/glance.registry.api.rst. Creating file doc/source/api/glance.registry.api.v1.rst. Creating file doc/source/api/glance.registry.api.v2.rst. Creating file doc/source/api/glance.registry.client.rst. Creating file doc/source/api/glance.registry.client.v1.rst. Creating file doc/source/api/glance.registry.client.v2.rst. Creating file doc/source/api/glance.tests.rst. Creating file doc/source/api/glance.tests.functional.rst. Creating file doc/source/api/glance.tests.functional.db.rst. Creating file doc/source/api/glance.tests.functional.db.migrations.rst. Creating file doc/source/api/glance.tests.functional.glare.rst. Creating file doc/source/api/glance.tests.functional.v1.rst. Creating file doc/source/api/glance.tests.functional.v2.rst. Creating file doc/source/api/glance.tests.integration.rst. Creating file doc/source/api/glance.tests.integration.legacy_functional.rst. Creating file doc/source/api/glance.tests.integration.v2.rst. Creating file doc/source/api/glance.tests.unit.rst. Creating file doc/source/api/glance.tests.unit.api.rst. Creating file doc/source/api/glance.tests.unit.api.middleware.rst. Creating file doc/source/api/glance.tests.unit.async.rst. Creating file doc/source/api/glance.tests.unit.async.flows.rst. Creating file doc/source/api/glance.tests.unit.common.rst. Creating file doc/source/api/glance.tests.unit.common.scripts.rst. Creating file doc/source/api/glance.tests.unit.common.scripts.image_import.rst. Creating file doc/source/api/glance.tests.unit.v1.rst. Creating file doc/source/api/glance.tests.unit.v2.rst. Creating file doc/source/api/modules.rst. Running Sphinx v1.2.3 fatal: Not a git repository (or any of the parent directories): .git loading stevedore.sphinxext loading pickled environment... not yet created Using openstack theme from /usr/lib/python2.7/site-packages/oslosphinx/theme [oslo_config.sphinxconfiggen] reading config generator instructions from /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/../../etc/oslo-config-generator/glance-api.conf [oslo_config.sphinxconfiggen] writing sample configuration to /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/_static/glance-api.conf.sample [oslo_config.sphinxconfiggen] reading config generator instructions from /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/../../etc/oslo-config-generator/glance-cache.conf [oslo_config.sphinxconfiggen] writing sample configuration to /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/_static/glance-cache.conf.sample [oslo_config.sphinxconfiggen] reading config generator instructions from /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/../../etc/oslo-config-generator/glance-glare.conf [oslo_config.sphinxconfiggen] writing sample configuration to /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/_static/glance-glare.conf.sample [oslo_config.sphinxconfiggen] reading config generator instructions from /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/../../etc/oslo-config-generator/glance-manage.conf [oslo_config.sphinxconfiggen] writing sample configuration to /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/_static/glance-manage.conf.sample [oslo_config.sphinxconfiggen] reading config generator instructions from /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/../../etc/oslo-config-generator/glance-registry.conf [oslo_config.sphinxconfiggen] writing sample configuration to /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/_static/glance-registry.conf.sample [oslo_config.sphinxconfiggen] reading config generator instructions from /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/../../etc/oslo-config-generator/glance-scrubber.conf [oslo_config.sphinxconfiggen] writing sample configuration to /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/_static/glance-scrubber.conf.sample building [html]: all source files updating environment: 120 added, 0 changed, 0 removed reading sources... [ 0%] api/glance reading sources... [ 1%] api/glance.api reading sources... [ 2%] api/glance.api.glare reading sources... [ 3%] api/glance.api.glare.v0_1 reading sources... [ 4%] api/glance.api.middleware reading sources... [ 5%] api/glance.api.v1 reading sources... [ 5%] api/glance.api.v2 reading sources... [ 6%] api/glance.api.v2.model reading sources... [ 7%] api/glance.async reading sources... [ 8%] api/glance.async.flows reading sources... [ 9%] api/glance.cmd reading sources... [ 10%] api/glance.common reading sources... [ 10%] api/glance.common.glare reading sources... [ 11%] api/glance.common.location_strategy reading sources... [ 12%] api/glance.common.scripts reading sources... [ 13%] api/glance.common.scripts.image_import reading sources... [ 14%] api/glance.contrib reading sources... [ 15%] api/glance.contrib.plugins reading sources... [ 15%] api/glance.contrib.plugins.artifacts_sample running build_sphinx [pbr] Generating AUTHORS [pbr] AUTHORS complete (0.0s) File doc/source/api/glance.rst already exists, skipping. File doc/source/api/glance.api.rst already exists, skipping. File doc/source/api/glance.api.glare.rst already exists, skipping. File doc/source/api/glance.api.glare.v0_1.rst already exists, skipping. File doc/source/api/glance.api.middleware.rst already exists, skipping. File doc/source/api/glance.api.v1.rst already exists, skipping. File doc/source/api/glance.api.v2.rst already exists, skipping. File doc/source/api/glance.api.v2.model.rst already exists, skipping. File doc/source/api/glance.async.rst already exists, skipping. File doc/source/api/glance.async.flows.rst already exists, skipping. File doc/source/api/glance.cmd.rst already exists, skipping. File doc/source/api/glance.common.rst already exists, skipping. File doc/source/api/glance.common.glare.rst already exists, skipping. File doc/source/api/glance.common.location_strategy.rst already exists, skipping. File doc/source/api/glance.common.scripts.rst already exists, skipping. File doc/source/api/glance.common.scripts.image_import.rst already exists, skipping. File doc/source/api/glance.contrib.rst already exists, skipping. File doc/source/api/glance.contrib.plugins.rst already exists, skipping. File doc/source/api/glance.contrib.plugins.artifacts_sample.rst already exists, skipping. File doc/source/api/glance.contrib.plugins.artifacts_sample.v1.rst already exists, skipping. File doc/source/api/glance.contrib.plugins.artifacts_sample.v2.rst already exists, skipping. File doc/source/api/glance.contrib.plugins.image_artifact.rst already exists, skipping. File doc/source/api/glance.contrib.plugins.image_artifact.v1.rst already exists, skipping. File doc/source/api/glance.contrib.plugins.image_artifact.v1_1.rst already exists, skipping. File doc/source/api/glance.contrib.plugins.image_artifact.v2.rst already exists, skipping. File doc/source/api/glance.db.rst already exists, skipping. File doc/source/api/glance.db.registry.rst already exists, skipping. File doc/source/api/glance.db.simple.rst already exists, skipping. File doc/source/api/glance.db.sqlalchemy.rst already exists, skipping. File doc/source/api/glance.db.sqlalchemy.alembic_migrations.rst already exists, skipping. File doc/source/api/glance.db.sqlalchemy.alembic_migrations.data_migrations.rst already exists, skipping. File doc/source/api/glance.db.sqlalchemy.alembic_migrations.versions.rst already exists, skipping. File doc/source/api/glance.db.sqlalchemy.metadef_api.rst already exists, skipping. File doc/source/api/glance.db.sqlalchemy.migrate_repo.rst already exists, skipping. File doc/source/api/glance.db.sqlalchemy.migrate_repo.versions.rst already exists, skipping. File doc/source/api/glance.domain.rst already exists, skipping. File doc/source/api/glance.glare.rst already exists, skipping. File doc/source/api/glance.glare.domain.rst already exists, skipping. File doc/source/api/glance.hacking.rst already exists, skipping. File doc/source/api/glance.image_cache.rst already exists, skipping. File doc/source/api/glance.image_cache.drivers.rst already exists, skipping. File doc/source/api/glance.quota.rst already exists, skipping. File doc/source/api/glance.registry.rst already exists, skipping. File doc/source/api/glance.registry.api.rst already exists, skipping. File doc/source/api/glance.registry.api.v1.rst already exists, skipping. File doc/source/api/glance.registry.api.v2.rst already exists, skipping. File doc/source/api/glance.registry.client.rst already exists, skipping. File doc/source/api/glance.registry.client.v1.rst already exists, skipping. File doc/source/api/glance.registry.client.v2.rst already exists, skipping. File doc/source/api/glance.tests.rst already exists, skipping. File doc/source/api/glance.tests.functional.rst already exists, skipping. File doc/source/api/glance.tests.functional.db.rst already exists, skipping. File doc/source/api/glance.tests.functional.db.migrations.rst already exists, skipping. File doc/source/api/glance.tests.functional.glare.rst already exists, skipping. File doc/source/api/glance.tests.functional.v1.rst already exists, skipping. File doc/source/api/glance.tests.functional.v2.rst already exists, skipping. File doc/source/api/glance.tests.integration.rst already exists, skipping. File doc/source/api/glance.tests.integration.legacy_functional.rst already exists, skipping. File doc/source/api/glance.tests.integration.v2.rst already exists, skipping. File doc/source/api/glance.tests.unit.rst already exists, skipping. File doc/source/api/glance.tests.unit.api.rst already exists, skipping. File doc/source/api/glance.tests.unit.api.middleware.rst already exists, skipping. File doc/source/api/glance.tests.unit.async.rst already exists, skipping. File doc/source/api/glance.tests.unit.async.flows.rst already exists, skipping. File doc/source/api/glance.tests.unit.common.rst already exists, skipping. File doc/source/api/glance.tests.unit.common.scripts.rst already exists, skipping. File doc/source/api/glance.tests.unit.common.scripts.image_import.rst already exists, skipping. File doc/source/api/glance.tests.unit.v1.rst already exists, skipping. File doc/source/api/glance.tests.unit.v2.rst already exists, skipping. File doc/source/api/modules.rst already exists, skipping. Running Sphinx v1.2.3 fatal: Not a git repository (or any of the parent directories): .git loading stevedore.sphinxext loading pickled environment... not yet created Using openstack theme from /usr/lib/python2.7/site-packages/oslosphinx/theme [oslo_config.sphinxconfiggen] reading config generator instructions from /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/../../etc/oslo-config-generator/glance-api.conf [oslo_config.sphinxconfiggen] writing sample configuration to /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/_static/glance-api.conf.sample [oslo_config.sphinxconfiggen] reading config generator instructions from /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/../../etc/oslo-config-generator/glance-cache.conf [oslo_config.sphinxconfiggen] writing sample configuration to /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/_static/glance-cache.conf.sample [oslo_config.sphinxconfiggen] reading config generator instructions from /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/../../etc/oslo-config-generator/glance-glare.conf [oslo_config.sphinxconfiggen] writing sample configuration to /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/_static/glance-glare.conf.sample [oslo_config.sphinxconfiggen] reading config generator instructions from /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/../../etc/oslo-config-generator/glance-manage.conf [oslo_config.sphinxconfiggen] writing sample configuration to /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/_static/glance-manage.conf.sample [oslo_config.sphinxconfiggen] reading config generator instructions from /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/../../etc/oslo-config-generator/glance-registry.conf [oslo_config.sphinxconfiggen] writing sample configuration to /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/_static/glance-registry.conf.sample [oslo_config.sphinxconfiggen] reading config generator instructions from /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/../../etc/oslo-config-generator/glance-scrubber.conf [oslo_config.sphinxconfiggen] writing sample configuration to /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/_static/glance-scrubber.conf.sample building [html]: all source files updating environment: 120 added, 0 changed, 0 removed reading sources... [ 0%] api/glance reading sources... [ 1%] api/glance.api reading sources... [ 2%] api/glance.api.glare reading sources... [ 3%] api/glance.api.glare.v0_1 reading sources... [ 4%] api/glance.api.middleware reading sources... [ 5%] api/glance.api.v1 reading sources... [ 5%] api/glance.api.v2 reading sources... [ 6%] api/glance.api.v2.model reading sources... [ 7%] api/glance.async reading sources... [ 8%] api/glance.async.flows reading sources... [ 9%] api/glance.cmd reading sources... [ 10%] api/glance.common reading sources... [ 10%] api/glance.common.glare reading sources... [ 11%] api/glance.common.location_strategy reading sources... [ 12%] api/glance.common.scripts reading sources... [ 13%] api/glance.common.scripts.image_import reading sources... [ 14%] api/glance.contrib reading sources... [ 15%] api/glance.contrib.plugins reading sources... [ 15%] api/glance.contrib.plugins.artifacts_sample reading sources... [ 16%] api/glance.contrib.plugins.artifacts_sample.v1 reading sources... [ 17%] api/glance.contrib.plugins.artifacts_sample.v2 reading sources... [ 18%] api/glance.contrib.plugins.image_artifact running build_sphinx [pbr] Generating AUTHORS [pbr] AUTHORS complete (0.0s) File doc/source/api/glance.rst already exists, skipping. File doc/source/api/glance.api.rst already exists, skipping. File doc/source/api/glance.api.glare.rst already exists, skipping. File doc/source/api/glance.api.glare.v0_1.rst already exists, skipping. File doc/source/api/glance.api.middleware.rst already exists, skipping. File doc/source/api/glance.api.v1.rst already exists, skipping. File doc/source/api/glance.api.v2.rst already exists, skipping. File doc/source/api/glance.api.v2.model.rst already exists, skipping. File doc/source/api/glance.async.rst already exists, skipping. File doc/source/api/glance.async.flows.rst already exists, skipping. File doc/source/api/glance.cmd.rst already exists, skipping. File doc/source/api/glance.common.rst already exists, skipping. File doc/source/api/glance.common.glare.rst already exists, skipping. File doc/source/api/glance.common.location_strategy.rst already exists, skipping. File doc/source/api/glance.common.scripts.rst already exists, skipping. File doc/source/api/glance.common.scripts.image_import.rst already exists, skipping. File doc/source/api/glance.contrib.rst already exists, skipping. File doc/source/api/glance.contrib.plugins.rst already exists, skipping. File doc/source/api/glance.contrib.plugins.artifacts_sample.rst already exists, skipping. File doc/source/api/glance.contrib.plugins.artifacts_sample.v1.rst already exists, skipping. File doc/source/api/glance.contrib.plugins.artifacts_sample.v2.rst already exists, skipping. File doc/source/api/glance.contrib.plugins.image_artifact.rst already exists, skipping. File doc/source/api/glance.contrib.plugins.image_artifact.v1.rst already exists, skipping. File doc/source/api/glance.contrib.plugins.image_artifact.v1_1.rst already exists, skipping. File doc/source/api/glance.contrib.plugins.image_artifact.v2.rst already exists, skipping. File doc/source/api/glance.db.rst already exists, skipping. File doc/source/api/glance.db.registry.rst already exists, skipping. File doc/source/api/glance.db.simple.rst already exists, skipping. File doc/source/api/glance.db.sqlalchemy.rst already exists, skipping. File doc/source/api/glance.db.sqlalchemy.alembic_migrations.rst already exists, skipping. File doc/source/api/glance.db.sqlalchemy.alembic_migrations.data_migrations.rst already exists, skipping. File doc/source/api/glance.db.sqlalchemy.alembic_migrations.versions.rst already exists, skipping. File doc/source/api/glance.db.sqlalchemy.metadef_api.rst already exists, skipping. File doc/source/api/glance.db.sqlalchemy.migrate_repo.rst already exists, skipping. File doc/source/api/glance.db.sqlalchemy.migrate_repo.versions.rst already exists, skipping. File doc/source/api/glance.domain.rst already exists, skipping. File doc/source/api/glance.glare.rst already exists, skipping. File doc/source/api/glance.glare.domain.rst already exists, skipping. File doc/source/api/glance.hacking.rst already exists, skipping. File doc/source/api/glance.image_cache.rst already exists, skipping. File doc/source/api/glance.image_cache.drivers.rst already exists, skipping. File doc/source/api/glance.quota.rst already exists, skipping. File doc/source/api/glance.registry.rst already exists, skipping. File doc/source/api/glance.registry.api.rst already exists, skipping. File doc/source/api/glance.registry.api.v1.rst already exists, skipping. File doc/source/api/glance.registry.api.v2.rst already exists, skipping. File doc/source/api/glance.registry.client.rst already exists, skipping. File doc/source/api/glance.registry.client.v1.rst already exists, skipping. File doc/source/api/glance.registry.client.v2.rst already exists, skipping. File doc/source/api/glance.tests.rst already exists, skipping. File doc/source/api/glance.tests.functional.rst already exists, skipping. File doc/source/api/glance.tests.functional.db.rst already exists, skipping. File doc/source/api/glance.tests.functional.db.migrations.rst already exists, skipping. File doc/source/api/glance.tests.functional.glare.rst already exists, skipping. File doc/source/api/glance.tests.functional.v1.rst already exists, skipping. File doc/source/api/glance.tests.functional.v2.rst already exists, skipping. File doc/source/api/glance.tests.integration.rst already exists, skipping. File doc/source/api/glance.tests.integration.legacy_functional.rst already exists, skipping. File doc/source/api/glance.tests.integration.v2.rst already exists, skipping. File doc/source/api/glance.tests.unit.rst already exists, skipping. File doc/source/api/glance.tests.unit.api.rst already exists, skipping. File doc/source/api/glance.tests.unit.api.middleware.rst already exists, skipping. File doc/source/api/glance.tests.unit.async.rst already exists, skipping. File doc/source/api/glance.tests.unit.async.flows.rst already exists, skipping. File doc/source/api/glance.tests.unit.common.rst already exists, skipping. File doc/source/api/glance.tests.unit.common.scripts.rst already exists, skipping. File doc/source/api/glance.tests.unit.common.scripts.image_import.rst already exists, skipping. File doc/source/api/glance.tests.unit.v1.rst already exists, skipping. File doc/source/api/glance.tests.unit.v2.rst already exists, skipping. File doc/source/api/modules.rst already exists, skipping. Running Sphinx v1.2.3 fatal: Not a git repository (or any of the parent directories): .git loading stevedore.sphinxext loading pickled environment... not yet created Using openstack theme from /usr/lib/python2.7/site-packages/oslosphinx/theme [oslo_config.sphinxconfiggen] reading config generator instructions from /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/../../etc/oslo-config-generator/glance-api.conf [oslo_config.sphinxconfiggen] writing sample configuration to /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/_static/glance-api.conf.sample [oslo_config.sphinxconfiggen] reading config generator instructions from /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/../../etc/oslo-config-generator/glance-cache.conf [oslo_config.sphinxconfiggen] writing sample configuration to /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/_static/glance-cache.conf.sample [oslo_config.sphinxconfiggen] reading config generator instructions from /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/../../etc/oslo-config-generator/glance-glare.conf [oslo_config.sphinxconfiggen] writing sample configuration to /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/_static/glance-glare.conf.sample [oslo_config.sphinxconfiggen] reading config generator instructions from /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/../../etc/oslo-config-generator/glance-manage.conf [oslo_config.sphinxconfiggen] writing sample configuration to /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/_static/glance-manage.conf.sample [oslo_config.sphinxconfiggen] reading config generator instructions from /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/../../etc/oslo-config-generator/glance-registry.conf [oslo_config.sphinxconfiggen] writing sample configuration to /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/_static/glance-registry.conf.sample [oslo_config.sphinxconfiggen] reading config generator instructions from /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/../../etc/oslo-config-generator/glance-scrubber.conf [oslo_config.sphinxconfiggen] writing sample configuration to /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/_static/glance-scrubber.conf.sample building [html]: all source files updating environment: 120 added, 0 changed, 0 removed reading sources... [ 0%] api/glance reading sources... [ 1%] api/glance.api reading sources... [ 2%] api/glance.api.glare reading sources... [ 3%] api/glance.api.glare.v0_1 reading sources... [ 4%] api/glance.api.middleware reading sources... [ 5%] api/glance.api.v1 reading sources... [ 5%] api/glance.api.v2 reading sources... [ 6%] api/glance.api.v2.model reading sources... [ 7%] api/glance.async reading sources... [ 8%] api/glance.async.flows reading sources... [ 9%] api/glance.cmd reading sources... [ 10%] api/glance.common reading sources... [ 10%] api/glance.common.glare reading sources... [ 11%] api/glance.common.location_strategy reading sources... [ 12%] api/glance.common.scripts reading sources... [ 13%] api/glance.common.scripts.image_import reading sources... [ 14%] api/glance.contrib reading sources... [ 15%] api/glance.contrib.plugins reading sources... [ 15%] api/glance.contrib.plugins.artifacts_sample reading sources... [ 16%] api/glance.contrib.plugins.artifacts_sample.v1 reading sources... [ 17%] api/glance.contrib.plugins.artifacts_sample.v2 reading sources... [ 18%] api/glance.contrib.plugins.image_artifact reading sources... [ 19%] api/glance.contrib.plugins.image_artifact.v1 reading sources... [ 20%] api/glance.contrib.plugins.image_artifact.v1_1 reading sources... [ 20%] api/glance.contrib.plugins.image_artifact.v2 reading sources... [ 21%] api/glance.db reading sources... [ 22%] api/glance.db.registry reading sources... [ 23%] api/glance.db.simple reading sources... [ 24%] api/glance.db.sqlalchemy reading sources... [ 25%] api/glance.db.sqlalchemy.alembic_migrations reading sources... [ 25%] api/glance.db.sqlalchemy.alembic_migrations.data_migrations reading sources... [ 26%] api/glance.db.sqlalchemy.alembic_migrations.versions reading sources... [ 27%] api/glance.db.sqlalchemy.metadef_api reading sources... [ 28%] api/glance.db.sqlalchemy.migrate_repo reading sources... [ 29%] api/glance.db.sqlalchemy.migrate_repo.versions reading sources... [ 30%] api/glance.domain reading sources... [ 30%] api/glance.glare reading sources... [ 31%] api/glance.glare.domain reading sources... [ 32%] api/glance.hacking reading sources... [ 33%] api/glance.image_cache reading sources... [ 34%] api/glance.image_cache.drivers reading sources... [ 35%] api/glance.quota reading sources... [ 35%] api/glance.registry reading sources... [ 36%] api/glance.registry.api reading sources... [ 37%] api/glance.registry.api.v1 reading sources... [ 38%] api/glance.registry.api.v2 reading sources... [ 39%] api/glance.registry.client reading sources... [ 40%] api/glance.registry.client.v1 reading sources... [ 40%] api/glance.registry.client.v2 reading sources... [ 41%] api/glance.tests reading sources... [ 42%] api/glance.tests.functional reading sources... [ 43%] api/glance.tests.functional.db reading sources... [ 44%] api/glance.tests.functional.db.migrations reading sources... [ 45%] api/glance.tests.functional.glare reading sources... [ 45%] api/glance.tests.functional.v1 reading sources... [ 46%] api/glance.tests.functional.v2 reading sources... [ 47%] api/glance.tests.integration reading sources... [ 48%] api/glance.tests.integration.legacy_functional reading sources... [ 49%] api/glance.tests.integration.v2 reading sources... [ 50%] api/glance.tests.unit reading sources... [ 50%] api/glance.tests.unit.api reading sources... [ 51%] api/glance.tests.unit.api.middleware reading sources... [ 52%] api/glance.tests.unit.async reading sources... [ 53%] api/glance.tests.unit.async.flows reading sources... [ 54%] api/glance.tests.unit.common reading sources... [ 55%] api/glance.tests.unit.common.scripts reading sources... [ 55%] api/glance.tests.unit.common.scripts.image_import reading sources... [ 56%] api/glance.tests.unit.v1 reading sources... [ 57%] api/glance.tests.unit.v2 reading sources... [ 58%] api/modules reading sources... [ 59%] architecture reading sources... [ 60%] artifact-types documenting plugins from u'glance.artifacts.types' DEBUG:stevedore.extension:found extension EntryPoint.parse('MyArtifact = glance.contrib.plugins.artifacts_sample:MY_ARTIFACT') reading sources... [ 60%] authentication reading sources... [ 61%] cache reading sources... [ 62%] common-image-properties reading sources... [ 63%] configuring reading sources... [ 64%] contributing/blueprints reading sources... [ 65%] contributing/documentation reading sources... [ 65%] contributing/index reading sources... [ 66%] contributing/minor-code-changes reading sources... [ 67%] contributing/refreshing-configs reading sources... [ 68%] controllingservers reading sources... [ 69%] database_architecture documenting plugins from u'glance.database.migration_backend' DEBUG:stevedore.extension:found extension EntryPoint.parse('sqlalchemy = oslo_db.sqlalchemy.migration') documenting plugins from u'glance.database.metadata_backend' DEBUG:stevedore.extension:found extension EntryPoint.parse('sqlalchemy = glance.db.sqlalchemy.metadata') reading sources... [ 70%] db reading sources... [ 70%] domain_implementation reading sources... [ 71%] domain_model reading sources... [ 72%] flows documenting plugins from u'glance.flows' DEBUG:stevedore.extension:found extension EntryPoint.parse('import = glance.async.flows.base_import:get_flow') documenting plugins from u'glance.flows.import' DEBUG:stevedore.extension:found extension EntryPoint.parse('convert = glance.async.flows.convert:get_flow') DEBUG:stevedore.extension:found extension EntryPoint.parse('introspect = glance.async.flows.introspect:get_flow') DEBUG:stevedore.extension:found extension EntryPoint.parse('ovf_process = glance.async.flows.ovf_process:get_flow') reading sources... [ 73%] formats reading sources... [ 74%] glanceapi reading sources... [ 75%] glanceclient reading sources... [ 75%] glancemetadefcatalogapi reading sources... [ 76%] identifiers reading sources... [ 77%] image-location-strategy-modules documenting plugins from u'glance.common.image_location_strategy.modules' DEBUG:stevedore.extension:found extension EntryPoint.parse('location_order_strategy = glance.common.location_strategy.location_order') DEBUG:stevedore.extension:found extension EntryPoint.parse('store_type_strategy = glance.common.location_strategy.store_type') reading sources... [ 78%] index reading sources... [ 79%] installing reading sources... [ 80%] man/glanceapi reading sources... [ 80%] man/glancecachecleaner reading sources... [ 81%] man/glancecachemanage reading sources... [ 82%] man/glancecacheprefetcher reading sources... [ 83%] man/glancecachepruner reading sources... [ 84%] man/glancecontrol reading sources... [ 85%] man/glancemanage reading sources... [ 85%] man/glanceregistry reading sources... [ 86%] man/glancereplicator reading sources... [ 87%] man/glancescrubber reading sources... [ 88%] metadefs-concepts reading sources... [ 89%] notifications reading sources... [ 90%] opts/glance_api loading config file etc/oslo-config-generator/glance-api.conf DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.manage = glance.opts:list_manage_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.registry = glance.opts:list_registry_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.glare = glance.opts:list_artifacts_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.api = glance.opts:list_api_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.scrubber = glance.opts:list_scrubber_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.cache = glance.opts:list_cache_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware = oslo_middleware.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.sizelimit = oslo_middleware.opts:list_opts_sizelimit') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.healthcheck = oslo_middleware.opts:list_opts_healthcheck') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.cors = oslo_middleware.opts:list_opts_cors') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.ssl = oslo_middleware.opts:list_opts_ssl') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.http_proxy_to_wsgi = oslo_middleware.opts:list_opts_http_proxy_to_wsgi') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.db = oslo_db.options:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.db.concurrency = oslo_db.concurrency:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.policy = oslo_policy.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('keystonemiddleware.auth_token = keystonemiddleware.auth_token._opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.log = oslo_log._options:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.config = oslo_config._list_opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.messaging = oslo_messaging.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store = glance_store.backend:_list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.concurrency = oslo_concurrency.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('castellan.tests.functional.config = castellan.tests.functional.config:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('castellan.config = castellan.options:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.wsgi = oslo_service.wsgi:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.sslutils = oslo_service.sslutils:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.service = oslo_service.service:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.periodic_task = oslo_service.periodic_task:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('osprofiler = osprofiler.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.api = glance.common.config:set_cors_middleware_defaults') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store cinder DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store file DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.cinder.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.filesystem.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.http.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.rbd.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.sheepdog.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.swift.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.vmware_datastore.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store http DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store no_conf DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store rbd DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store sheepdog DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store swift DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store vmware DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') [oslo.config] None DEFAULT [oslo.config] None cors [oslo.config] None cors.subdomain [oslo.config] None database [oslo.config] None glance_store [oslo.config] None image_format [oslo.config] None keystone_authtoken [oslo.config] None matchmaker_redis [oslo.config] None oslo_concurrency [oslo.config] None oslo_messaging_amqp [oslo.config] None oslo_messaging_kafka [oslo.config] None oslo_messaging_notifications [oslo.config] None oslo_messaging_rabbit [oslo.config] None oslo_messaging_zmq [oslo.config] None oslo_middleware [oslo.config] None oslo_policy [oslo.config] None paste_deploy [oslo.config] None profiler [oslo.config] None store_type_location_strategy [oslo.config] None task [oslo.config] None taskflow_executor oslo.config group 'DEFAULT' oslo.config option owner_is_tenant oslo.config option admin_role oslo.config option allow_anonymous_access oslo.config option max_request_id_length oslo.config option public_endpoint oslo.config option allow_additional_image_properties oslo.config option image_member_quota oslo.config option image_property_quota oslo.config option image_tag_quota oslo.config option image_location_quota oslo.config option data_api oslo.config option limit_param_default oslo.config option api_limit_max oslo.config option show_image_direct_url oslo.config option show_multiple_locations oslo.config option image_size_cap oslo.config option user_storage_quota oslo.config option enable_v1_api oslo.config option enable_v2_api oslo.config option enable_v1_registry oslo.config option enable_v2_registry oslo.config option pydev_worker_debug_host oslo.config option pydev_worker_debug_port oslo.config option metadata_encryption_key oslo.config option digest_algorithm oslo.config option location_strategy oslo.config option property_protection_file oslo.config option property_protection_rule_format oslo.config option allowed_rpc_exception_modules oslo.config option bind_host oslo.config option bind_port oslo.config option workers oslo.config option max_header_line oslo.config option http_keepalive oslo.config option client_socket_timeout oslo.config option backlog oslo.config option tcp_keepidle oslo.config option ca_file oslo.config option cert_file oslo.config option key_file oslo.config option secure_proxy_ssl_header oslo.config option image_cache_sqlite_db oslo.config option image_cache_driver oslo.config option image_cache_max_size oslo.config option image_cache_stall_time oslo.config option image_cache_dir oslo.config option default_publisher_id oslo.config option disabled_notifications oslo.config option registry_host oslo.config option registry_port oslo.config option use_user_token oslo.config option admin_user oslo.config option admin_password oslo.config option admin_tenant_name oslo.config option auth_url oslo.config option auth_strategy oslo.config option auth_region oslo.config option registry_client_protocol oslo.config option registry_client_key_file oslo.config option registry_client_cert_file oslo.config option registry_client_ca_file oslo.config option registry_client_insecure oslo.config option registry_client_timeout oslo.config option send_identity_headers oslo.config option scrub_time oslo.config option scrub_pool_size oslo.config option delayed_delete oslo.config option debug oslo.config option verbose oslo.config option log_config_append oslo.config option log_date_format oslo.config option log_file oslo.config option log_dir oslo.config option watch_log_file oslo.config option use_syslog oslo.config option syslog_log_facility oslo.config option use_stderr oslo.config option logging_context_format_string oslo.config option logging_default_format_string oslo.config option logging_debug_format_suffix oslo.config option logging_exception_prefix oslo.config option logging_user_identity_format oslo.config option default_log_levels oslo.config option publish_errors oslo.config option instance_format oslo.config option instance_uuid_format oslo.config option rate_limit_interval oslo.config option rate_limit_burst oslo.config option rate_limit_except_level oslo.config option fatal_deprecations oslo.config option rpc_conn_pool_size oslo.config option conn_pool_min_size oslo.config option conn_pool_ttl oslo.config option rpc_zmq_bind_address oslo.config option rpc_zmq_matchmaker oslo.config option rpc_zmq_contexts oslo.config option rpc_zmq_topic_backlog oslo.config option rpc_zmq_ipc_dir oslo.config option rpc_zmq_host oslo.config option zmq_linger oslo.config option rpc_poll_timeout oslo.config option zmq_target_expire oslo.config option zmq_target_update oslo.config option use_pub_sub oslo.config option use_router_proxy oslo.config option use_dynamic_connections oslo.config option zmq_failover_connections oslo.config option rpc_zmq_min_port oslo.config option rpc_zmq_max_port oslo.config option rpc_zmq_bind_port_retries oslo.config option rpc_zmq_serialization oslo.config option zmq_immediate oslo.config option zmq_tcp_keepalive oslo.config option zmq_tcp_keepalive_idle oslo.config option zmq_tcp_keepalive_cnt oslo.config option zmq_tcp_keepalive_intvl oslo.config option rpc_thread_pool_size oslo.config option rpc_message_ttl oslo.config option rpc_use_acks oslo.config option rpc_ack_timeout_base oslo.config option rpc_ack_timeout_multiplier oslo.config option rpc_retry_attempts oslo.config option subscribe_on oslo.config option executor_thread_pool_size oslo.config option rpc_response_timeout oslo.config option transport_url oslo.config option rpc_backend oslo.config option control_exchange oslo.config group 'cors' oslo.config option allowed_origin oslo.config option allow_credentials oslo.config option expose_headers oslo.config option max_age oslo.config option allow_methods oslo.config option allow_headers oslo.config group 'cors.subdomain' oslo.config option allowed_origin oslo.config option allow_credentials oslo.config option expose_headers oslo.config option max_age oslo.config option allow_methods oslo.config option allow_headers oslo.config group 'database' oslo.config option sqlite_db oslo.config option sqlite_synchronous oslo.config option backend oslo.config option connection oslo.config option slave_connection oslo.config option mysql_sql_mode oslo.config option idle_timeout oslo.config option min_pool_size oslo.config option max_pool_size oslo.config option max_retries oslo.config option retry_interval oslo.config option max_overflow oslo.config option connection_debug oslo.config option connection_trace oslo.config option pool_timeout oslo.config option use_db_reconnect oslo.config option db_retry_interval oslo.config option db_inc_retry_interval oslo.config option db_max_retry_interval oslo.config option db_max_retries oslo.config option use_tpool oslo.config group 'glance_store' oslo.config option stores oslo.config option default_store oslo.config option store_capabilities_update_min_interval oslo.config option cinder_catalog_info oslo.config option cinder_endpoint_template oslo.config option cinder_os_region_name oslo.config option cinder_ca_certificates_file oslo.config option cinder_http_retries oslo.config option cinder_state_transition_timeout oslo.config option cinder_api_insecure oslo.config option cinder_store_auth_address oslo.config option cinder_store_user_name oslo.config option cinder_store_password oslo.config option cinder_store_project_name oslo.config option rootwrap_config oslo.config option cinder_volume_type oslo.config option filesystem_store_datadir oslo.config option filesystem_store_datadirs oslo.config option filesystem_store_metadata_file oslo.config option filesystem_store_file_perm oslo.config option https_ca_certificates_file oslo.config option https_insecure oslo.config option http_proxy_information oslo.config option rbd_store_chunk_size oslo.config option rbd_store_pool oslo.config option rbd_store_user oslo.config option rbd_store_ceph_conf oslo.config option rados_connect_timeout oslo.config option sheepdog_store_chunk_size oslo.config option sheepdog_store_port oslo.config option sheepdog_store_address oslo.config option swift_store_auth_insecure oslo.config option swift_store_cacert oslo.config option swift_store_region oslo.config option swift_store_endpoint oslo.config option swift_store_endpoint_type oslo.config option swift_store_service_type oslo.config option swift_store_container oslo.config option swift_store_large_object_size oslo.config option swift_store_large_object_chunk_size oslo.config option swift_store_create_container_on_put oslo.config option swift_store_multi_tenant oslo.config option swift_store_multiple_containers_seed oslo.config option swift_store_admin_tenants oslo.config option swift_store_ssl_compression oslo.config option swift_store_retry_get_count oslo.config option swift_store_expire_soon_interval oslo.config option swift_store_use_trusts oslo.config option default_swift_reference oslo.config option swift_store_auth_version oslo.config option swift_store_auth_address oslo.config option swift_store_user oslo.config option swift_store_key oslo.config option swift_store_config_file oslo.config option vmware_server_host oslo.config option vmware_server_username oslo.config option vmware_server_password oslo.config option vmware_api_retry_count oslo.config option vmware_task_poll_interval oslo.config option vmware_store_image_dir oslo.config option vmware_insecure oslo.config option vmware_ca_file oslo.config option vmware_datastores oslo.config group 'image_format' oslo.config option container_formats oslo.config option disk_formats oslo.config group 'keystone_authtoken' oslo.config option auth_uri oslo.config option auth_version oslo.config option delay_auth_decision oslo.config option http_connect_timeout oslo.config option http_request_max_retries oslo.config option cache oslo.config option certfile oslo.config option keyfile oslo.config option cafile oslo.config option insecure oslo.config option region_name oslo.config option signing_dir oslo.config option memcached_servers oslo.config option token_cache_time oslo.config option revocation_cache_time oslo.config option memcache_security_strategy oslo.config option memcache_secret_key oslo.config option memcache_pool_dead_retry oslo.config option memcache_pool_maxsize oslo.config option memcache_pool_socket_timeout oslo.config option memcache_pool_unused_timeout oslo.config option memcache_pool_conn_get_timeout oslo.config option memcache_use_advanced_pool oslo.config option include_service_catalog oslo.config option enforce_token_bind oslo.config option check_revocations_for_cached oslo.config option hash_algorithms oslo.config option service_token_roles oslo.config option service_token_roles_required oslo.config option auth_type oslo.config option auth_section oslo.config group 'matchmaker_redis' oslo.config option host oslo.config option port oslo.config option password oslo.config option sentinel_hosts oslo.config option sentinel_group_name oslo.config option wait_timeout oslo.config option check_timeout oslo.config option socket_timeout oslo.config group 'oslo_concurrency' oslo.config option disable_process_locking oslo.config option lock_path oslo.config group 'oslo_messaging_amqp' oslo.config option container_name oslo.config option idle_timeout oslo.config option trace oslo.config option ssl_ca_file oslo.config option ssl_cert_file oslo.config option ssl_key_file oslo.config option ssl_key_password oslo.config option allow_insecure_clients oslo.config option sasl_mechanisms oslo.config option sasl_config_dir oslo.config option sasl_config_name oslo.config option username oslo.config option password oslo.config option connection_retry_interval oslo.config option connection_retry_backoff oslo.config option connection_retry_interval_max oslo.config option link_retry_delay oslo.config option default_reply_retry oslo.config option default_reply_timeout oslo.config option default_send_timeout oslo.config option default_notify_timeout oslo.config option default_sender_link_timeout oslo.config option addressing_mode oslo.config option server_request_prefix oslo.config option broadcast_prefix oslo.config option group_request_prefix oslo.config option rpc_address_prefix oslo.config option notify_address_prefix oslo.config option multicast_address oslo.config option unicast_address oslo.config option anycast_address oslo.config option default_notification_exchange oslo.config option default_rpc_exchange oslo.config option reply_link_credit oslo.config option rpc_server_credit oslo.config option notify_server_credit oslo.config option pre_settled oslo.config group 'oslo_messaging_kafka' oslo.config option kafka_default_host oslo.config option kafka_default_port oslo.config option kafka_max_fetch_bytes oslo.config option kafka_consumer_timeout oslo.config option pool_size oslo.config option conn_pool_min_size oslo.config option conn_pool_ttl oslo.config option consumer_group oslo.config option producer_batch_timeout oslo.config option producer_batch_size oslo.config group 'oslo_messaging_notifications' oslo.config option driver oslo.config option transport_url oslo.config option topics oslo.config group 'oslo_messaging_rabbit' oslo.config option amqp_durable_queues oslo.config option amqp_auto_delete oslo.config option kombu_ssl_version oslo.config option kombu_ssl_keyfile oslo.config option kombu_ssl_certfile oslo.config option kombu_ssl_ca_certs oslo.config option kombu_reconnect_delay oslo.config option kombu_compression oslo.config option kombu_missing_consumer_retry_timeout oslo.config option kombu_failover_strategy oslo.config option rabbit_host oslo.config option rabbit_port oslo.config option rabbit_hosts oslo.config option rabbit_use_ssl oslo.config option rabbit_userid oslo.config option rabbit_password oslo.config option rabbit_login_method oslo.config option rabbit_virtual_host oslo.config option rabbit_retry_interval oslo.config option rabbit_retry_backoff oslo.config option rabbit_interval_max oslo.config option rabbit_max_retries oslo.config option rabbit_ha_queues oslo.config option rabbit_transient_queues_ttl oslo.config option rabbit_qos_prefetch_count oslo.config option heartbeat_timeout_threshold oslo.config option heartbeat_rate oslo.config option fake_rabbit oslo.config option channel_max oslo.config option frame_max oslo.config option heartbeat_interval oslo.config option ssl oslo.config option ssl_options oslo.config option socket_timeout oslo.config option tcp_user_timeout oslo.config option host_connection_reconnect_delay oslo.config option connection_factory oslo.config option pool_max_size oslo.config option pool_max_overflow oslo.config option pool_timeout oslo.config option pool_recycle oslo.config option pool_stale oslo.config option default_serializer_type oslo.config option notification_persistence oslo.config option default_notification_exchange oslo.config option notification_listener_prefetch_count oslo.config option default_notification_retry_attempts oslo.config option notification_retry_delay oslo.config option rpc_queue_expiration oslo.config option default_rpc_exchange oslo.config option rpc_reply_exchange oslo.config option rpc_listener_prefetch_count oslo.config option rpc_reply_listener_prefetch_count oslo.config option rpc_reply_retry_attempts oslo.config option rpc_reply_retry_delay oslo.config option default_rpc_retry_attempts oslo.config option rpc_retry_delay oslo.config group 'oslo_messaging_zmq' oslo.config option rpc_zmq_bind_address oslo.config option rpc_zmq_matchmaker oslo.config option rpc_zmq_contexts oslo.config option rpc_zmq_topic_backlog oslo.config option rpc_zmq_ipc_dir oslo.config option rpc_zmq_host oslo.config option zmq_linger oslo.config option rpc_poll_timeout oslo.config option zmq_target_expire oslo.config option zmq_target_update oslo.config option use_pub_sub oslo.config option use_router_proxy oslo.config option use_dynamic_connections oslo.config option zmq_failover_connections oslo.config option rpc_zmq_min_port oslo.config option rpc_zmq_max_port oslo.config option rpc_zmq_bind_port_retries oslo.config option rpc_zmq_serialization oslo.config option zmq_immediate oslo.config option zmq_tcp_keepalive oslo.config option zmq_tcp_keepalive_idle oslo.config option zmq_tcp_keepalive_cnt oslo.config option zmq_tcp_keepalive_intvl oslo.config option rpc_thread_pool_size oslo.config option rpc_message_ttl oslo.config option rpc_use_acks oslo.config option rpc_ack_timeout_base oslo.config option rpc_ack_timeout_multiplier oslo.config option rpc_retry_attempts oslo.config option subscribe_on oslo.config group 'oslo_middleware' oslo.config option enable_proxy_headers_parsing oslo.config group 'oslo_policy' oslo.config option policy_file oslo.config option policy_default_rule oslo.config option policy_dirs oslo.config group 'paste_deploy' oslo.config option flavor oslo.config option config_file oslo.config group 'profiler' oslo.config option enabled oslo.config option trace_sqlalchemy oslo.config option hmac_keys oslo.config option connection_string oslo.config option es_doc_type oslo.config option es_scroll_time oslo.config option es_scroll_size oslo.config option socket_timeout oslo.config option sentinel_service_name oslo.config group 'store_type_location_strategy' oslo.config option store_type_preference oslo.config group 'task' oslo.config option task_time_to_live oslo.config option task_executor oslo.config option work_dir oslo.config group 'taskflow_executor' oslo.config option engine_mode oslo.config option max_workers oslo.config option conversion_format reading sources... [ 90%] opts/glance_cache loading config file etc/oslo-config-generator/glance-cache.conf DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.manage = glance.opts:list_manage_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.registry = glance.opts:list_registry_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.glare = glance.opts:list_artifacts_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.api = glance.opts:list_api_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.scrubber = glance.opts:list_scrubber_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.cache = glance.opts:list_cache_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware = oslo_middleware.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.sizelimit = oslo_middleware.opts:list_opts_sizelimit') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.healthcheck = oslo_middleware.opts:list_opts_healthcheck') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.cors = oslo_middleware.opts:list_opts_cors') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.ssl = oslo_middleware.opts:list_opts_ssl') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.http_proxy_to_wsgi = oslo_middleware.opts:list_opts_http_proxy_to_wsgi') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.db = oslo_db.options:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.db.concurrency = oslo_db.concurrency:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.policy = oslo_policy.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('keystonemiddleware.auth_token = keystonemiddleware.auth_token._opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.log = oslo_log._options:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.config = oslo_config._list_opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.messaging = oslo_messaging.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store = glance_store.backend:_list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.concurrency = oslo_concurrency.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('castellan.tests.functional.config = castellan.tests.functional.config:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('castellan.config = castellan.options:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.wsgi = oslo_service.wsgi:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.sslutils = oslo_service.sslutils:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.service = oslo_service.service:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.periodic_task = oslo_service.periodic_task:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('osprofiler = osprofiler.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.api = glance.common.config:set_cors_middleware_defaults') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store cinder DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store file DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.cinder.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.filesystem.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.http.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.rbd.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.sheepdog.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.swift.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.vmware_datastore.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store http DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store no_conf DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store rbd DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store sheepdog DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store swift DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store vmware DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') [oslo.config] None DEFAULT [oslo.config] None glance_store [oslo.config] None oslo_policy oslo.config group 'DEFAULT' oslo.config option allow_additional_image_properties oslo.config option image_member_quota oslo.config option image_property_quota oslo.config option image_tag_quota oslo.config option image_location_quota oslo.config option data_api oslo.config option limit_param_default oslo.config option api_limit_max oslo.config option show_image_direct_url oslo.config option show_multiple_locations oslo.config option image_size_cap oslo.config option user_storage_quota oslo.config option enable_v1_api oslo.config option enable_v2_api oslo.config option enable_v1_registry oslo.config option enable_v2_registry oslo.config option pydev_worker_debug_host oslo.config option pydev_worker_debug_port oslo.config option metadata_encryption_key oslo.config option digest_algorithm oslo.config option image_cache_sqlite_db oslo.config option image_cache_driver oslo.config option image_cache_max_size oslo.config option image_cache_stall_time oslo.config option image_cache_dir oslo.config option registry_host oslo.config option registry_port oslo.config option registry_client_protocol oslo.config option registry_client_key_file oslo.config option registry_client_cert_file oslo.config option registry_client_ca_file oslo.config option registry_client_insecure oslo.config option registry_client_timeout oslo.config option use_user_token oslo.config option admin_user oslo.config option admin_password oslo.config option admin_tenant_name oslo.config option auth_url oslo.config option auth_strategy oslo.config option auth_region oslo.config option debug oslo.config option verbose oslo.config option log_config_append oslo.config option log_date_format oslo.config option log_file oslo.config option log_dir oslo.config option watch_log_file oslo.config option use_syslog oslo.config option syslog_log_facility oslo.config option use_stderr oslo.config option logging_context_format_string oslo.config option logging_default_format_string oslo.config option logging_debug_format_suffix oslo.config option logging_exception_prefix oslo.config option logging_user_identity_format oslo.config option default_log_levels oslo.config option publish_errors oslo.config option instance_format oslo.config option instance_uuid_format oslo.config option rate_limit_interval oslo.config option rate_limit_burst oslo.config option rate_limit_except_level oslo.config option fatal_deprecations oslo.config group 'glance_store' oslo.config option stores oslo.config option default_store oslo.config option store_capabilities_update_min_interval oslo.config option cinder_catalog_info oslo.config option cinder_endpoint_template oslo.config option cinder_os_region_name oslo.config option cinder_ca_certificates_file oslo.config option cinder_http_retries oslo.config option cinder_state_transition_timeout oslo.config option cinder_api_insecure oslo.config option cinder_store_auth_address oslo.config option cinder_store_user_name oslo.config option cinder_store_password oslo.config option cinder_store_project_name oslo.config option rootwrap_config oslo.config option cinder_volume_type oslo.config option filesystem_store_datadir oslo.config option filesystem_store_datadirs oslo.config option filesystem_store_metadata_file oslo.config option filesystem_store_file_perm oslo.config option https_ca_certificates_file oslo.config option https_insecure oslo.config option http_proxy_information oslo.config option rbd_store_chunk_size oslo.config option rbd_store_pool oslo.config option rbd_store_user oslo.config option rbd_store_ceph_conf oslo.config option rados_connect_timeout oslo.config option sheepdog_store_chunk_size oslo.config option sheepdog_store_port oslo.config option sheepdog_store_address oslo.config option swift_store_auth_insecure oslo.config option swift_store_cacert oslo.config option swift_store_region oslo.config option swift_store_endpoint oslo.config option swift_store_endpoint_type oslo.config option swift_store_service_type oslo.config option swift_store_container oslo.config option swift_store_large_object_size oslo.config option swift_store_large_object_chunk_size oslo.config option swift_store_create_container_on_put oslo.config option swift_store_multi_tenant oslo.config option swift_store_multiple_containers_seed oslo.config option swift_store_admin_tenants oslo.config option swift_store_ssl_compression oslo.config option swift_store_retry_get_count oslo.config option swift_store_expire_soon_interval oslo.config option swift_store_use_trusts oslo.config option default_swift_reference oslo.config option swift_store_auth_version oslo.config option swift_store_auth_address oslo.config option swift_store_user oslo.config option swift_store_key oslo.config option swift_store_config_file oslo.config option vmware_server_host oslo.config option vmware_server_username oslo.config option vmware_server_password oslo.config option vmware_api_retry_count oslo.config option vmware_task_poll_interval oslo.config option vmware_store_image_dir oslo.config option vmware_insecure oslo.config option vmware_ca_file oslo.config option vmware_datastores oslo.config group 'oslo_policy' oslo.config option policy_file oslo.config option policy_default_rule oslo.config option policy_dirs reading sources... [ 91%] opts/glance_manage loading config file etc/oslo-config-generator/glance-manage.conf DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.manage = glance.opts:list_manage_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.registry = glance.opts:list_registry_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.glare = glance.opts:list_artifacts_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.api = glance.opts:list_api_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.scrubber = glance.opts:list_scrubber_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.cache = glance.opts:list_cache_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware = oslo_middleware.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.sizelimit = oslo_middleware.opts:list_opts_sizelimit') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.healthcheck = oslo_middleware.opts:list_opts_healthcheck') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.cors = oslo_middleware.opts:list_opts_cors') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.ssl = oslo_middleware.opts:list_opts_ssl') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.http_proxy_to_wsgi = oslo_middleware.opts:list_opts_http_proxy_to_wsgi') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.db = oslo_db.options:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.db.concurrency = oslo_db.concurrency:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.policy = oslo_policy.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('keystonemiddleware.auth_token = keystonemiddleware.auth_token._opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.log = oslo_log._options:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.config = oslo_config._list_opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.messaging = oslo_messaging.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store = glance_store.backend:_list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.concurrency = oslo_concurrency.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('castellan.tests.functional.config = castellan.tests.functional.config:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('castellan.config = castellan.options:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.wsgi = oslo_service.wsgi:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.sslutils = oslo_service.sslutils:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.service = oslo_service.service:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.periodic_task = oslo_service.periodic_task:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('osprofiler = osprofiler.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.api = glance.common.config:set_cors_middleware_defaults') [oslo.config] None DEFAULT [oslo.config] None database oslo.config group 'DEFAULT' oslo.config option debug oslo.config option verbose oslo.config option log_config_append oslo.config option log_date_format oslo.config option log_file oslo.config option log_dir oslo.config option watch_log_file oslo.config option use_syslog oslo.config option syslog_log_facility oslo.config option use_stderr oslo.config option logging_context_format_string oslo.config option logging_default_format_string oslo.config option logging_debug_format_suffix oslo.config option logging_exception_prefix oslo.config option logging_user_identity_format oslo.config option default_log_levels oslo.config option publish_errors oslo.config option instance_format oslo.config option instance_uuid_format oslo.config option rate_limit_interval oslo.config option rate_limit_burst oslo.config option rate_limit_except_level oslo.config option fatal_deprecations oslo.config group 'database' oslo.config option sqlite_db oslo.config option sqlite_synchronous oslo.config option backend oslo.config option connection oslo.config option slave_connection oslo.config option mysql_sql_mode oslo.config option idle_timeout oslo.config option min_pool_size oslo.config option max_pool_size oslo.config option max_retries oslo.config option retry_interval oslo.config option max_overflow oslo.config option connection_debug oslo.config option connection_trace oslo.config option pool_timeout oslo.config option use_db_reconnect oslo.config option db_retry_interval oslo.config option db_inc_retry_interval oslo.config option db_max_retry_interval oslo.config option db_max_retries oslo.config option use_tpool reading sources... [ 92%] opts/glance_registry loading config file etc/oslo-config-generator/glance-registry.conf DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.manage = glance.opts:list_manage_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.registry = glance.opts:list_registry_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.glare = glance.opts:list_artifacts_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.api = glance.opts:list_api_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.scrubber = glance.opts:list_scrubber_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.cache = glance.opts:list_cache_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware = oslo_middleware.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.sizelimit = oslo_middleware.opts:list_opts_sizelimit') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.healthcheck = oslo_middleware.opts:list_opts_healthcheck') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.cors = oslo_middleware.opts:list_opts_cors') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.ssl = oslo_middleware.opts:list_opts_ssl') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.http_proxy_to_wsgi = oslo_middleware.opts:list_opts_http_proxy_to_wsgi') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.db = oslo_db.options:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.db.concurrency = oslo_db.concurrency:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.policy = oslo_policy.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('keystonemiddleware.auth_token = keystonemiddleware.auth_token._opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.log = oslo_log._options:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.config = oslo_config._list_opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.messaging = oslo_messaging.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store = glance_store.backend:_list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.concurrency = oslo_concurrency.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('castellan.tests.functional.config = castellan.tests.functional.config:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('castellan.config = castellan.options:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.wsgi = oslo_service.wsgi:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.sslutils = oslo_service.sslutils:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.service = oslo_service.service:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.periodic_task = oslo_service.periodic_task:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('osprofiler = osprofiler.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.api = glance.common.config:set_cors_middleware_defaults') [oslo.config] None DEFAULT [oslo.config] None database [oslo.config] None keystone_authtoken [oslo.config] None matchmaker_redis [oslo.config] None oslo_messaging_amqp [oslo.config] None oslo_messaging_kafka [oslo.config] None oslo_messaging_notifications [oslo.config] None oslo_messaging_rabbit [oslo.config] None oslo_messaging_zmq [oslo.config] None oslo_policy [oslo.config] None paste_deploy [oslo.config] None profiler oslo.config group 'DEFAULT' oslo.config option owner_is_tenant oslo.config option admin_role oslo.config option allow_anonymous_access oslo.config option max_request_id_length oslo.config option allow_additional_image_properties oslo.config option image_member_quota oslo.config option image_property_quota oslo.config option image_tag_quota oslo.config option image_location_quota oslo.config option data_api oslo.config option limit_param_default oslo.config option api_limit_max oslo.config option show_image_direct_url oslo.config option show_multiple_locations oslo.config option image_size_cap oslo.config option user_storage_quota oslo.config option enable_v1_api oslo.config option enable_v2_api oslo.config option enable_v1_registry oslo.config option enable_v2_registry oslo.config option pydev_worker_debug_host oslo.config option pydev_worker_debug_port oslo.config option metadata_encryption_key oslo.config option digest_algorithm oslo.config option bind_host oslo.config option bind_port oslo.config option backlog oslo.config option tcp_keepidle oslo.config option ca_file oslo.config option cert_file oslo.config option key_file oslo.config option secure_proxy_ssl_header oslo.config option workers oslo.config option max_header_line oslo.config option http_keepalive oslo.config option client_socket_timeout oslo.config option debug oslo.config option verbose oslo.config option log_config_append oslo.config option log_date_format oslo.config option log_file oslo.config option log_dir oslo.config option watch_log_file oslo.config option use_syslog oslo.config option syslog_log_facility oslo.config option use_stderr oslo.config option logging_context_format_string oslo.config option logging_default_format_string oslo.config option logging_debug_format_suffix oslo.config option logging_exception_prefix oslo.config option logging_user_identity_format oslo.config option default_log_levels oslo.config option publish_errors oslo.config option instance_format oslo.config option instance_uuid_format oslo.config option rate_limit_interval oslo.config option rate_limit_burst oslo.config option rate_limit_except_level oslo.config option fatal_deprecations oslo.config option rpc_conn_pool_size oslo.config option conn_pool_min_size oslo.config option conn_pool_ttl oslo.config option rpc_zmq_bind_address oslo.config option rpc_zmq_matchmaker oslo.config option rpc_zmq_contexts oslo.config option rpc_zmq_topic_backlog oslo.config option rpc_zmq_ipc_dir oslo.config option rpc_zmq_host oslo.config option zmq_linger oslo.config option rpc_poll_timeout oslo.config option zmq_target_expire oslo.config option zmq_target_update oslo.config option use_pub_sub oslo.config option use_router_proxy oslo.config option use_dynamic_connections oslo.config option zmq_failover_connections oslo.config option rpc_zmq_min_port oslo.config option rpc_zmq_max_port oslo.config option rpc_zmq_bind_port_retries oslo.config option rpc_zmq_serialization oslo.config option zmq_immediate oslo.config option zmq_tcp_keepalive oslo.config option zmq_tcp_keepalive_idle oslo.config option zmq_tcp_keepalive_cnt oslo.config option zmq_tcp_keepalive_intvl oslo.config option rpc_thread_pool_size oslo.config option rpc_message_ttl oslo.config option rpc_use_acks oslo.config option rpc_ack_timeout_base oslo.config option rpc_ack_timeout_multiplier oslo.config option rpc_retry_attempts oslo.config option subscribe_on oslo.config option executor_thread_pool_size oslo.config option rpc_response_timeout oslo.config option transport_url oslo.config option rpc_backend oslo.config option control_exchange oslo.config group 'database' oslo.config option sqlite_db oslo.config option sqlite_synchronous oslo.config option backend oslo.config option connection oslo.config option slave_connection oslo.config option mysql_sql_mode oslo.config option idle_timeout oslo.config option min_pool_size oslo.config option max_pool_size oslo.config option max_retries oslo.config option retry_interval oslo.config option max_overflow oslo.config option connection_debug oslo.config option connection_trace oslo.config option pool_timeout oslo.config option use_db_reconnect oslo.config option db_retry_interval oslo.config option db_inc_retry_interval oslo.config option db_max_retry_interval oslo.config option db_max_retries oslo.config option use_tpool oslo.config group 'keystone_authtoken' oslo.config option auth_uri oslo.config option auth_version oslo.config option delay_auth_decision oslo.config option http_connect_timeout oslo.config option http_request_max_retries oslo.config option cache oslo.config option certfile oslo.config option keyfile oslo.config option cafile oslo.config option insecure oslo.config option region_name oslo.config option signing_dir oslo.config option memcached_servers oslo.config option token_cache_time oslo.config option revocation_cache_time oslo.config option memcache_security_strategy oslo.config option memcache_secret_key oslo.config option memcache_pool_dead_retry oslo.config option memcache_pool_maxsize oslo.config option memcache_pool_socket_timeout oslo.config option memcache_pool_unused_timeout oslo.config option memcache_pool_conn_get_timeout oslo.config option memcache_use_advanced_pool oslo.config option include_service_catalog oslo.config option enforce_token_bind oslo.config option check_revocations_for_cached oslo.config option hash_algorithms oslo.config option service_token_roles oslo.config option service_token_roles_required oslo.config option auth_type oslo.config option auth_section oslo.config group 'matchmaker_redis' oslo.config option host oslo.config option port oslo.config option password oslo.config option sentinel_hosts oslo.config option sentinel_group_name oslo.config option wait_timeout oslo.config option check_timeout oslo.config option socket_timeout oslo.config group 'oslo_messaging_amqp' oslo.config option container_name oslo.config option idle_timeout oslo.config option trace oslo.config option ssl_ca_file oslo.config option ssl_cert_file oslo.config option ssl_key_file oslo.config option ssl_key_password oslo.config option allow_insecure_clients oslo.config option sasl_mechanisms oslo.config option sasl_config_dir oslo.config option sasl_config_name oslo.config option username oslo.config option password oslo.config option connection_retry_interval oslo.config option connection_retry_backoff oslo.config option connection_retry_interval_max oslo.config option link_retry_delay oslo.config option default_reply_retry oslo.config option default_reply_timeout oslo.config option default_send_timeout oslo.config option default_notify_timeout oslo.config option default_sender_link_timeout oslo.config option addressing_mode oslo.config option server_request_prefix oslo.config option broadcast_prefix oslo.config option group_request_prefix oslo.config option rpc_address_prefix oslo.config option notify_address_prefix oslo.config option multicast_address oslo.config option unicast_address oslo.config option anycast_address oslo.config option default_notification_exchange oslo.config option default_rpc_exchange oslo.config option reply_link_credit oslo.config option rpc_server_credit oslo.config option notify_server_credit oslo.config option pre_settled oslo.config group 'oslo_messaging_kafka' oslo.config option kafka_default_host oslo.config option kafka_default_port oslo.config option kafka_max_fetch_bytes oslo.config option kafka_consumer_timeout oslo.config option pool_size oslo.config option conn_pool_min_size oslo.config option conn_pool_ttl oslo.config option consumer_group oslo.config option producer_batch_timeout oslo.config option producer_batch_size oslo.config group 'oslo_messaging_notifications' oslo.config option driver oslo.config option transport_url oslo.config option topics oslo.config group 'oslo_messaging_rabbit' oslo.config option amqp_durable_queues oslo.config option amqp_auto_delete oslo.config option kombu_ssl_version oslo.config option kombu_ssl_keyfile oslo.config option kombu_ssl_certfile oslo.config option kombu_ssl_ca_certs oslo.config option kombu_reconnect_delay oslo.config option kombu_compression oslo.config option kombu_missing_consumer_retry_timeout oslo.config option kombu_failover_strategy oslo.config option rabbit_host oslo.config option rabbit_port oslo.config option rabbit_hosts oslo.config option rabbit_use_ssl oslo.config option rabbit_userid oslo.config option rabbit_password oslo.config option rabbit_login_method oslo.config option rabbit_virtual_host oslo.config option rabbit_retry_interval oslo.config option rabbit_retry_backoff oslo.config option rabbit_interval_max oslo.config option rabbit_max_retries oslo.config option rabbit_ha_queues oslo.config option rabbit_transient_queues_ttl oslo.config option rabbit_qos_prefetch_count oslo.config option heartbeat_timeout_threshold oslo.config option heartbeat_rate oslo.config option fake_rabbit oslo.config option channel_max oslo.config option frame_max oslo.config option heartbeat_interval oslo.config option ssl oslo.config option ssl_options oslo.config option socket_timeout oslo.config option tcp_user_timeout oslo.config option host_connection_reconnect_delay oslo.config option connection_factory oslo.config option pool_max_size oslo.config option pool_max_overflow oslo.config option pool_timeout oslo.config option pool_recycle oslo.config option pool_stale oslo.config option default_serializer_type oslo.config option notification_persistence oslo.config option default_notification_exchange oslo.config option notification_listener_prefetch_count oslo.config option default_notification_retry_attempts oslo.config option notification_retry_delay oslo.config option rpc_queue_expiration oslo.config option default_rpc_exchange oslo.config option rpc_reply_exchange oslo.config option rpc_listener_prefetch_count oslo.config option rpc_reply_listener_prefetch_count oslo.config option rpc_reply_retry_attempts oslo.config option rpc_reply_retry_delay oslo.config option default_rpc_retry_attempts oslo.config option rpc_retry_delay oslo.config group 'oslo_messaging_zmq' oslo.config option rpc_zmq_bind_address oslo.config option rpc_zmq_matchmaker oslo.config option rpc_zmq_contexts oslo.config option rpc_zmq_topic_backlog oslo.config option rpc_zmq_ipc_dir oslo.config option rpc_zmq_host oslo.config option zmq_linger oslo.config option rpc_poll_timeout oslo.config option zmq_target_expire oslo.config option zmq_target_update oslo.config option use_pub_sub oslo.config option use_router_proxy oslo.config option use_dynamic_connections oslo.config option zmq_failover_connections oslo.config option rpc_zmq_min_port oslo.config option rpc_zmq_max_port oslo.config option rpc_zmq_bind_port_retries oslo.config option rpc_zmq_serialization oslo.config option zmq_immediate oslo.config option zmq_tcp_keepalive oslo.config option zmq_tcp_keepalive_idle oslo.config option zmq_tcp_keepalive_cnt oslo.config option zmq_tcp_keepalive_intvl oslo.config option rpc_thread_pool_size oslo.config option rpc_message_ttl oslo.config option rpc_use_acks oslo.config option rpc_ack_timeout_base oslo.config option rpc_ack_timeout_multiplier oslo.config option rpc_retry_attempts oslo.config option subscribe_on oslo.config group 'oslo_policy' oslo.config option policy_file oslo.config option policy_default_rule oslo.config option policy_dirs oslo.config group 'paste_deploy' oslo.config option flavor oslo.config option config_file oslo.config group 'profiler' oslo.config option enabled oslo.config option trace_sqlalchemy oslo.config option hmac_keys oslo.config option connection_string oslo.config option es_doc_type oslo.config option es_scroll_time oslo.config option es_scroll_size oslo.config option socket_timeout oslo.config option sentinel_service_name reading sources... [ 93%] opts/glance_scrubber loading config file etc/oslo-config-generator/glance-scrubber.conf DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.manage = glance.opts:list_manage_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.registry = glance.opts:list_registry_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.glare = glance.opts:list_artifacts_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.api = glance.opts:list_api_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.scrubber = glance.opts:list_scrubber_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.cache = glance.opts:list_cache_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware = oslo_middleware.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.sizelimit = oslo_middleware.opts:list_opts_sizelimit') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.healthcheck = oslo_middleware.opts:list_opts_healthcheck') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.cors = oslo_middleware.opts:list_opts_cors') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.ssl = oslo_middleware.opts:list_opts_ssl') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.http_proxy_to_wsgi = oslo_middleware.opts:list_opts_http_proxy_to_wsgi') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.db = oslo_db.options:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.db.concurrency = oslo_db.concurrency:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.policy = oslo_policy.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('keystonemiddleware.auth_token = keystonemiddleware.auth_token._opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.log = oslo_log._options:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.config = oslo_config._list_opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.messaging = oslo_messaging.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store = glance_store.backend:_list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.concurrency = oslo_concurrency.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('castellan.tests.functional.config = castellan.tests.functional.config:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('castellan.config = castellan.options:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.wsgi = oslo_service.wsgi:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.sslutils = oslo_service.sslutils:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.service = oslo_service.service:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.periodic_task = oslo_service.periodic_task:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('osprofiler = osprofiler.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.api = glance.common.config:set_cors_middleware_defaults') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store cinder DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store file DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.cinder.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.filesystem.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.http.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.rbd.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.sheepdog.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.swift.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.vmware_datastore.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store http DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store no_conf DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store rbd DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store sheepdog DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store swift DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store vmware DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') [oslo.config] None DEFAULT [oslo.config] None database [oslo.config] None glance_store [oslo.config] None oslo_concurrency [oslo.config] None oslo_policy oslo.config group 'DEFAULT' oslo.config option allow_additional_image_properties oslo.config option image_member_quota oslo.config option image_property_quota oslo.config option image_tag_quota oslo.config option image_location_quota oslo.config option data_api oslo.config option limit_param_default oslo.config option api_limit_max oslo.config option show_image_direct_url oslo.config option show_multiple_locations oslo.config option image_size_cap oslo.config option user_storage_quota oslo.config option enable_v1_api oslo.config option enable_v2_api oslo.config option enable_v1_registry oslo.config option enable_v2_registry oslo.config option pydev_worker_debug_host oslo.config option pydev_worker_debug_port oslo.config option metadata_encryption_key oslo.config option digest_algorithm oslo.config option scrub_time oslo.config option scrub_pool_size oslo.config option delayed_delete oslo.config option admin_role oslo.config option send_identity_headers oslo.config option wakeup_time oslo.config option daemon oslo.config option registry_client_protocol oslo.config option registry_client_key_file oslo.config option registry_client_cert_file oslo.config option registry_client_ca_file oslo.config option registry_client_insecure oslo.config option registry_client_timeout oslo.config option use_user_token oslo.config option admin_user oslo.config option admin_password oslo.config option admin_tenant_name oslo.config option auth_url oslo.config option auth_strategy oslo.config option auth_region oslo.config option registry_host oslo.config option registry_port oslo.config option debug oslo.config option verbose oslo.config option log_config_append oslo.config option log_date_format oslo.config option log_file oslo.config option log_dir oslo.config option watch_log_file oslo.config option use_syslog oslo.config option syslog_log_facility oslo.config option use_stderr oslo.config option logging_context_format_string oslo.config option logging_default_format_string oslo.config option logging_debug_format_suffix oslo.config option logging_exception_prefix oslo.config option logging_user_identity_format oslo.config option default_log_levels oslo.config option publish_errors oslo.config option instance_format oslo.config option instance_uuid_format oslo.config option rate_limit_interval oslo.config option rate_limit_burst oslo.config option rate_limit_except_level oslo.config option fatal_deprecations oslo.config group 'database' oslo.config option sqlite_db oslo.config option sqlite_synchronous oslo.config option backend oslo.config option connection oslo.config option slave_connection oslo.config option mysql_sql_mode oslo.config option idle_timeout oslo.config option min_pool_size oslo.config option max_pool_size oslo.config option max_retries oslo.config option retry_interval oslo.config option max_overflow oslo.config option connection_debug oslo.config option connection_trace oslo.config option pool_timeout oslo.config option use_db_reconnect oslo.config option db_retry_interval oslo.config option db_inc_retry_interval oslo.config option db_max_retry_interval oslo.config option db_max_retries oslo.config option use_tpool oslo.config group 'glance_store' oslo.config option stores oslo.config option default_store oslo.config option store_capabilities_update_min_interval oslo.config option cinder_catalog_info oslo.config option cinder_endpoint_template oslo.config option cinder_os_region_name oslo.config option cinder_ca_certificates_file oslo.config option cinder_http_retries oslo.config option cinder_state_transition_timeout oslo.config option cinder_api_insecure oslo.config option cinder_store_auth_address oslo.config option cinder_store_user_name oslo.config option cinder_store_password oslo.config option cinder_store_project_name oslo.config option rootwrap_config oslo.config option cinder_volume_type oslo.config option filesystem_store_datadir oslo.config option filesystem_store_datadirs oslo.config option filesystem_store_metadata_file oslo.config option filesystem_store_file_perm oslo.config option https_ca_certificates_file oslo.config option https_insecure oslo.config option http_proxy_information oslo.config option rbd_store_chunk_size oslo.config option rbd_store_pool oslo.config option rbd_store_user oslo.config option rbd_store_ceph_conf oslo.config option rados_connect_timeout oslo.config option sheepdog_store_chunk_size oslo.config option sheepdog_store_port oslo.config option sheepdog_store_address oslo.config option swift_store_auth_insecure oslo.config option swift_store_cacert oslo.config option swift_store_region oslo.config option swift_store_endpoint oslo.config option swift_store_endpoint_type oslo.config option swift_store_service_type oslo.config option swift_store_container oslo.config option swift_store_large_object_size oslo.config option swift_store_large_object_chunk_size oslo.config option swift_store_create_container_on_put oslo.config option swift_store_multi_tenant oslo.config option swift_store_multiple_containers_seed oslo.config option swift_store_admin_tenants oslo.config option swift_store_ssl_compression oslo.config option swift_store_retry_get_count oslo.config option swift_store_expire_soon_interval oslo.config option swift_store_use_trusts oslo.config option default_swift_reference oslo.config option swift_store_auth_version oslo.config option swift_store_auth_address oslo.config option swift_store_user oslo.config option swift_store_key oslo.config option swift_store_config_file oslo.config option vmware_server_host oslo.config option vmware_server_username oslo.config option vmware_server_password oslo.config option vmware_api_retry_count oslo.config option vmware_task_poll_interval oslo.config option vmware_store_image_dir oslo.config option vmware_insecure oslo.config option vmware_ca_file oslo.config option vmware_datastores oslo.config group 'oslo_concurrency' oslo.config option disable_process_locking oslo.config option lock_path oslo.config group 'oslo_policy' oslo.config option policy_file oslo.config option policy_default_rule oslo.config option policy_dirs reading sources... [ 94%] opts/index reading sources... [ 95%] policies reading sources... [ 95%] property-protections reading sources... [ 96%] requirements reading sources... [ 97%] sample-configuration reading sources... [ 98%] signature reading sources... [ 99%] statuses reading sources... [100%] tasks /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/api/glance.db.sqlalchemy.alembic_migrations.rst:50: WARNING: autodoc: failed to import module u'glance.db.sqlalchemy.alembic_migrations.env'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/glance-14.0.0.0rc1/glance/db/sqlalchemy/alembic_migrations/env.py", line 28, in config = context.config AttributeError: 'module' object has no attribute 'config' /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/sample-configuration.rst:3: WARNING: Duplicate explicit target name: "file form". /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/sample-configuration.rst:3: WARNING: Duplicate explicit target name: "file form". looking for now-outdated files... none found pickling environment... /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/sample-configuration.rst:3: WARNING: Duplicate explicit target name: "file form". /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/sample-configuration.rst:3: WARNING: Duplicate explicit target name: "file form". /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/sample-configuration.rst:3: WARNING: Duplicate explicit target name: "file form". done checking consistency... done preparing documents... done writing output... [ 0%] api/glance writing output... [ 1%] api/glance.api writing output... [ 2%] api/glance.api.glare writing output... [ 3%] api/glance.api.glare.v0_1 writing output... [ 4%] api/glance.api.middleware writing output... [ 5%] api/glance.api.v1 writing output... [ 5%] api/glance.api.v2 writing output... [ 6%] api/glance.api.v2.model writing output... [ 7%] api/glance.async writing output... [ 8%] api/glance.async.flows writing output... [ 9%] api/glance.cmd writing output... [ 10%] api/glance.common writing output... [ 10%] api/glance.common.glare writing output... [ 11%] api/glance.common.location_strategy writing output... [ 12%] api/glance.common.scripts writing output... [ 13%] api/glance.common.scripts.image_import writing output... [ 14%] api/glance.contrib writing output... [ 15%] api/glance.contrib.plugins writing output... [ 15%] api/glance.contrib.plugins.artifacts_sample writing output... [ 16%] api/glance.contrib.plugins.artifacts_sample.v1 writing output... [ 17%] api/glance.contrib.plugins.artifacts_sample.v2 writing output... [ 18%] api/glance.contrib.plugins.image_artifact writing output... [ 19%] api/glance.contrib.plugins.image_artifact.v1 writing output... [ 20%] api/glance.contrib.plugins.image_artifact.v1_1 writing output... [ 20%] api/glance.contrib.plugins.image_artifact.v2 writing output... [ 21%] api/glance.db writing output... [ 22%] api/glance.db.registry writing output... [ 23%] api/glance.db.simple writing output... [ 24%] api/glance.db.sqlalchemy writing output... [ 25%] api/glance.db.sqlalchemy.alembic_migrations writing output... [ 25%] api/glance.db.sqlalchemy.alembic_migrations.data_migrations writing output... [ 26%] api/glance.db.sqlalchemy.alembic_migrations.versions writing output... [ 27%] api/glance.db.sqlalchemy.metadef_api writing output... [ 28%] api/glance.db.sqlalchemy.migrate_repo writing output... [ 29%] api/glance.db.sqlalchemy.migrate_repo.versions writing output... [ 30%] api/glance.domain writing output... [ 30%] api/glance.glare writing output... [ 31%] api/glance.glare.domain writing output... [ 32%] api/glance.hacking writing output... [ 33%] api/glance.image_cache writing output... [ 34%] api/glance.image_cache.drivers writing output... [ 35%] api/glance.quota writing output... [ 35%] api/glance.registry writing output... [ 36%] api/glance.registry.api writing output... [ 37%] api/glance.registry.api.v1 writing output... [ 38%] api/glance.registry.api.v2 writing output... [ 39%] api/glance.registry.client writing output... [ 40%] api/glance.registry.client.v1 writing output... [ 40%] api/glance.registry.client.v2 writing output... [ 41%] api/glance.tests writing output... [ 42%] api/glance.tests.functional writing output... [ 43%] api/glance.tests.functional.db writing output... [ 44%] api/glance.tests.functional.db.migrations writing output... [ 45%] api/glance.tests.functional.glare writing output... [ 45%] api/glance.tests.functional.v1 writing output... [ 46%] api/glance.tests.functional.v2 writing output... [ 47%] api/glance.tests.integration writing output... [ 48%] api/glance.tests.integration.legacy_functional writing output... [ 49%] api/glance.tests.integration.v2 writing output... [ 50%] api/glance.tests.unit writing output... [ 50%] api/glance.tests.unit.api writing output... [ 51%] api/glance.tests.unit.api.middleware writing output... [ 52%] api/glance.tests.unit.async writing output... [ 53%] api/glance.tests.unit.async.flows writing output... [ 54%] api/glance.tests.unit.common writing output... [ 55%] api/glance.tests.unit.common.scripts writing output... [ 55%] api/glance.tests.unit.common.scripts.image_import writing output... [ 56%] api/glance.tests.unit.v1 writing output... [ 57%] api/glance.tests.unit.v2 writing output... [ 58%] api/modules writing output... [ 59%] architecture writing output... [ 60%] artifact-types writing output... [ 60%] authentication writing output... [ 61%] cache writing output... [ 62%] common-image-properties writing output... [ 63%] configuring writing output... [ 64%] contributing/blueprints writing output... [ 65%] contributing/documentation writing output... [ 65%] contributing/index writing output... [ 66%] contributing/minor-code-changes writing output... [ 67%] contributing/refreshing-configs writing output... [ 68%] controllingservers writing output... [ 69%] database_architecture writing output... [ 70%] db writing output... [ 70%] domain_implementation writing output... [ 71%] domain_model writing output... [ 72%] flows writing output... [ 73%] formats writing output... [ 74%] glanceapi writing output... [ 75%] glanceclient writing output... [ 75%] glancemetadefcatalogapi writing output... [ 76%] identifiers writing output... [ 77%] image-location-strategy-modules writing output... [ 78%] index writing output... [ 79%] installing writing output... [ 80%] man/glanceapi writing output... [ 80%] man/glancecachecleaner writing output... [ 81%] man/glancecachemanage writing output... [ 82%] man/glancecacheprefetcher writing output... [ 83%] man/glancecachepruner writing output... [ 84%] man/glancecontrol writing output... [ 85%] man/glancemanage writing output... [ 85%] man/glanceregistry writing output... [ 86%] man/glancereplicator writing output... [ 87%] man/glancescrubber writing output... [ 88%] metadefs-concepts writing output... [ 89%] notifications writing output... [ 90%] opts/glance_api writing output... [ 90%] opts/glance_cache writing output... [ 91%] opts/glance_manage writing output... [ 92%] opts/glance_registry writing output... [ 93%] opts/glance_scrubber writing output... [ 94%] opts/index writing output... [ 95%] policies writing output... [ 95%] property-protections writing output... [ 96%] requirements writing output... [ 97%] sample-configuration writing output... [ 98%] signature writing output... [ 99%] statuses writing output... [100%] tasks writing additional files... (332 module code pages) _modules/index genindex py-modindex search copying images... [ 25%] ./images/glance_layers.png copying images... [ 50%] ./images/architecture.png copying images... [ 75%] ./images/glance_db.png copying images... [100%] ./images/image_status_transition.png copying static files... done copying extra files... done dumping search index... done dumping object inventory... done build succeeded, 6 warnings. creating /builddir/build/BUILD/glance-14.0.0.0rc1/doc/build/man Running Sphinx v1.2.3 fatal: Not a git repository (or any of the parent directories): .git loading stevedore.sphinxext loading pickled environment... done Using openstack theme from /usr/lib/python2.7/site-packages/oslosphinx/theme [oslo_config.sphinxconfiggen] reading config generator instructions from /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/../../etc/oslo-config-generator/glance-api.conf [oslo_config.sphinxconfiggen] writing sample configuration to /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/_static/glance-api.conf.sample DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.manage = glance.opts:list_manage_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.registry = glance.opts:list_registry_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.glare = glance.opts:list_artifacts_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.api = glance.opts:list_api_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.scrubber = glance.opts:list_scrubber_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.cache = glance.opts:list_cache_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware = oslo_middleware.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.sizelimit = oslo_middleware.opts:list_opts_sizelimit') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.healthcheck = oslo_middleware.opts:list_opts_healthcheck') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.cors = oslo_middleware.opts:list_opts_cors') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.ssl = oslo_middleware.opts:list_opts_ssl') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.http_proxy_to_wsgi = oslo_middleware.opts:list_opts_http_proxy_to_wsgi') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.db = oslo_db.options:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.db.concurrency = oslo_db.concurrency:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.policy = oslo_policy.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('keystonemiddleware.auth_token = keystonemiddleware.auth_token._opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.log = oslo_log._options:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.config = oslo_config._list_opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.messaging = oslo_messaging.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store = glance_store.backend:_list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.concurrency = oslo_concurrency.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('castellan.tests.functional.config = castellan.tests.functional.config:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('castellan.config = castellan.options:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.wsgi = oslo_service.wsgi:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.sslutils = oslo_service.sslutils:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.service = oslo_service.service:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.periodic_task = oslo_service.periodic_task:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('osprofiler = osprofiler.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.api = glance.common.config:set_cors_middleware_defaults') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store cinder DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store file DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.cinder.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.filesystem.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.http.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.rbd.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.sheepdog.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.swift.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.vmware_datastore.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store http DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store no_conf DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store rbd DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store sheepdog DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store swift DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store vmware DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:oslo_config.generator:The type for option auth_type which is is not a subclass of types.ConfigType and doesn't provide a 'format_defaults' method. A default formatter is not available so the best-effort formatter will be used. DEBUG:oslo_config.generator:The type for option auth_section which is is not a subclass of types.ConfigType and doesn't provide a 'format_defaults' method. A default formatter is not available so the best-effort formatter will be used. [oslo_config.sphinxconfiggen] reading config generator instructions from /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/../../etc/oslo-config-generator/glance-cache.conf [oslo_config.sphinxconfiggen] writing sample configuration to /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/_static/glance-cache.conf.sample DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.manage = glance.opts:list_manage_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.registry = glance.opts:list_registry_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.glare = glance.opts:list_artifacts_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.api = glance.opts:list_api_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.scrubber = glance.opts:list_scrubber_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.cache = glance.opts:list_cache_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware = oslo_middleware.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.sizelimit = oslo_middleware.opts:list_opts_sizelimit') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.healthcheck = oslo_middleware.opts:list_opts_healthcheck') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.cors = oslo_middleware.opts:list_opts_cors') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.ssl = oslo_middleware.opts:list_opts_ssl') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.http_proxy_to_wsgi = oslo_middleware.opts:list_opts_http_proxy_to_wsgi') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.db = oslo_db.options:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.db.concurrency = oslo_db.concurrency:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.policy = oslo_policy.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('keystonemiddleware.auth_token = keystonemiddleware.auth_token._opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.log = oslo_log._options:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.config = oslo_config._list_opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.messaging = oslo_messaging.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store = glance_store.backend:_list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.concurrency = oslo_concurrency.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('castellan.tests.functional.config = castellan.tests.functional.config:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('castellan.config = castellan.options:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.wsgi = oslo_service.wsgi:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.sslutils = oslo_service.sslutils:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.service = oslo_service.service:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.periodic_task = oslo_service.periodic_task:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('osprofiler = osprofiler.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.api = glance.common.config:set_cors_middleware_defaults') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store cinder DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store file DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.cinder.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.filesystem.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.http.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.rbd.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.sheepdog.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.swift.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.vmware_datastore.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store http DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store no_conf DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store rbd DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store sheepdog DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store swift DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store vmware DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') [oslo_config.sphinxconfiggen] reading config generator instructions from /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/../../etc/oslo-config-generator/glance-glare.conf [oslo_config.sphinxconfiggen] writing sample configuration to /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/_static/glance-glare.conf.sample DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.manage = glance.opts:list_manage_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.registry = glance.opts:list_registry_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.glare = glance.opts:list_artifacts_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.api = glance.opts:list_api_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.scrubber = glance.opts:list_scrubber_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.cache = glance.opts:list_cache_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware = oslo_middleware.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.sizelimit = oslo_middleware.opts:list_opts_sizelimit') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.healthcheck = oslo_middleware.opts:list_opts_healthcheck') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.cors = oslo_middleware.opts:list_opts_cors') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.ssl = oslo_middleware.opts:list_opts_ssl') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.http_proxy_to_wsgi = oslo_middleware.opts:list_opts_http_proxy_to_wsgi') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.db = oslo_db.options:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.db.concurrency = oslo_db.concurrency:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.policy = oslo_policy.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('keystonemiddleware.auth_token = keystonemiddleware.auth_token._opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.log = oslo_log._options:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.config = oslo_config._list_opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.messaging = oslo_messaging.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store = glance_store.backend:_list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.concurrency = oslo_concurrency.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('castellan.tests.functional.config = castellan.tests.functional.config:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('castellan.config = castellan.options:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.wsgi = oslo_service.wsgi:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.sslutils = oslo_service.sslutils:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.service = oslo_service.service:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.periodic_task = oslo_service.periodic_task:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('osprofiler = osprofiler.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.api = glance.common.config:set_cors_middleware_defaults') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store cinder DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store file DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.cinder.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.filesystem.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.http.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.rbd.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.sheepdog.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.swift.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.vmware_datastore.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store http DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store no_conf DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store rbd DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store sheepdog DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store swift DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store vmware DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:oslo_config.generator:The type for option auth_type which is is not a subclass of types.ConfigType and doesn't provide a 'format_defaults' method. A default formatter is not available so the best-effort formatter will be used. DEBUG:oslo_config.generator:The type for option auth_section which is is not a subclass of types.ConfigType and doesn't provide a 'format_defaults' method. A default formatter is not available so the best-effort formatter will be used. [oslo_config.sphinxconfiggen] reading config generator instructions from /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/../../etc/oslo-config-generator/glance-manage.conf [oslo_config.sphinxconfiggen] writing sample configuration to /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/_static/glance-manage.conf.sample DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.manage = glance.opts:list_manage_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.registry = glance.opts:list_registry_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.glare = glance.opts:list_artifacts_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.api = glance.opts:list_api_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.scrubber = glance.opts:list_scrubber_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.cache = glance.opts:list_cache_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware = oslo_middleware.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.sizelimit = oslo_middleware.opts:list_opts_sizelimit') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.healthcheck = oslo_middleware.opts:list_opts_healthcheck') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.cors = oslo_middleware.opts:list_opts_cors') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.ssl = oslo_middleware.opts:list_opts_ssl') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.http_proxy_to_wsgi = oslo_middleware.opts:list_opts_http_proxy_to_wsgi') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.db = oslo_db.options:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.db.concurrency = oslo_db.concurrency:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.policy = oslo_policy.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('keystonemiddleware.auth_token = keystonemiddleware.auth_token._opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.log = oslo_log._options:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.config = oslo_config._list_opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.messaging = oslo_messaging.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store = glance_store.backend:_list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.concurrency = oslo_concurrency.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('castellan.tests.functional.config = castellan.tests.functional.config:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('castellan.config = castellan.options:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.wsgi = oslo_service.wsgi:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.sslutils = oslo_service.sslutils:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.service = oslo_service.service:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.periodic_task = oslo_service.periodic_task:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('osprofiler = osprofiler.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.api = glance.common.config:set_cors_middleware_defaults') [oslo_config.sphinxconfiggen] reading config generator instructions from /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/../../etc/oslo-config-generator/glance-registry.conf [oslo_config.sphinxconfiggen] writing sample configuration to /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/_static/glance-registry.conf.sample DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.manage = glance.opts:list_manage_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.registry = glance.opts:list_registry_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.glare = glance.opts:list_artifacts_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.api = glance.opts:list_api_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.scrubber = glance.opts:list_scrubber_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.cache = glance.opts:list_cache_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware = oslo_middleware.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.sizelimit = oslo_middleware.opts:list_opts_sizelimit') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.healthcheck = oslo_middleware.opts:list_opts_healthcheck') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.cors = oslo_middleware.opts:list_opts_cors') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.ssl = oslo_middleware.opts:list_opts_ssl') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.http_proxy_to_wsgi = oslo_middleware.opts:list_opts_http_proxy_to_wsgi') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.db = oslo_db.options:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.db.concurrency = oslo_db.concurrency:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.policy = oslo_policy.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('keystonemiddleware.auth_token = keystonemiddleware.auth_token._opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.log = oslo_log._options:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.config = oslo_config._list_opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.messaging = oslo_messaging.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store = glance_store.backend:_list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.concurrency = oslo_concurrency.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('castellan.tests.functional.config = castellan.tests.functional.config:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('castellan.config = castellan.options:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.wsgi = oslo_service.wsgi:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.sslutils = oslo_service.sslutils:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.service = oslo_service.service:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.periodic_task = oslo_service.periodic_task:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('osprofiler = osprofiler.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.api = glance.common.config:set_cors_middleware_defaults') DEBUG:oslo_config.generator:The type for option auth_type which is is not a subclass of types.ConfigType and doesn't provide a 'format_defaults' method. A default formatter is not available so the best-effort formatter will be used. DEBUG:oslo_config.generator:The type for option auth_section which is is not a subclass of types.ConfigType and doesn't provide a 'format_defaults' method. A default formatter is not available so the best-effort formatter will be used. [oslo_config.sphinxconfiggen] reading config generator instructions from /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/../../etc/oslo-config-generator/glance-scrubber.conf [oslo_config.sphinxconfiggen] writing sample configuration to /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/_static/glance-scrubber.conf.sample DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.manage = glance.opts:list_manage_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.registry = glance.opts:list_registry_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.glare = glance.opts:list_artifacts_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.api = glance.opts:list_api_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.scrubber = glance.opts:list_scrubber_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.cache = glance.opts:list_cache_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware = oslo_middleware.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.sizelimit = oslo_middleware.opts:list_opts_sizelimit') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.healthcheck = oslo_middleware.opts:list_opts_healthcheck') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.cors = oslo_middleware.opts:list_opts_cors') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.ssl = oslo_middleware.opts:list_opts_ssl') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.http_proxy_to_wsgi = oslo_middleware.opts:list_opts_http_proxy_to_wsgi') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.db = oslo_db.options:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.db.concurrency = oslo_db.concurrency:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.policy = oslo_policy.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('keystonemiddleware.auth_token = keystonemiddleware.auth_token._opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.log = oslo_log._options:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.config = oslo_config._list_opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.messaging = oslo_messaging.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store = glance_store.backend:_list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.concurrency = oslo_concurrency.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('castellan.tests.functional.config = castellan.tests.functional.config:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('castellan.config = castellan.options:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.wsgi = oslo_service.wsgi:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.sslutils = oslo_service.sslutils:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.service = oslo_service.service:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.periodic_task = oslo_service.periodic_task:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('osprofiler = osprofiler.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.api = glance.common.config:set_cors_middleware_defaults') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store cinder DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store file DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.cinder.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.filesystem.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.http.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.rbd.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.sheepdog.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.swift.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.vmware_datastore.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store http DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store no_conf DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store rbd DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store sheepdog DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store swift DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store vmware DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') building [man]: all source files updating environment: 0 added, 2 changed, 0 removed reading sources... [ 50%] api/glance.db.sqlalchemy.alembic_migrations reading sources... [100%] sample-configuration looking for now-outdated files... none found /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/api/glance.db.sqlalchemy.alembic_migrations.rst:50: WARNING: autodoc: failed to import module u'glance.db.sqlalchemy.alembic_migrations.env'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/glance-14.0.0.0rc1/glance/db/sqlalchemy/alembic_migrations/env.py", line 28, in config = context.config AttributeError: 'module' object has no attribute 'config' /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/sample-configuration.rst:3: WARNING: Duplicate explicit target name: "file form". /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/sample-configuration.rst:3: WARNING: Duplicate explicit target name: "file form". /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/sample-configuration.rst:3: WARNING: Duplicate explicit target name: "file form". /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/sample-configuration.rst:3: WARNING: Duplicate explicit target name: "file form". /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/sample-configuration.rst:3: WARNING: Duplicate explicit target name: "file form". pickling environment... done checking consistency... done writing... glance-api.1 { } glance-cache-cleaner.1 { } glance-cache-manage.1 { } glance-cache-prefetcher.1 { } glance-cache-pruner.1 { } glance-control.1 { } glance-manage.1 { } glance-registry.1 { } glance-replicator.1 { } glance-scrubber.1 { } build succeeded, 6 warnings. reading sources... [ 19%] api/glance.contrib.plugins.image_artifact.v1 reading sources... [ 20%] api/glance.contrib.plugins.image_artifact.v1_1 reading sources... [ 20%] api/glance.contrib.plugins.image_artifact.v2 reading sources... [ 21%] api/glance.db reading sources... [ 22%] api/glance.db.registry reading sources... [ 23%] api/glance.db.simple reading sources... [ 24%] api/glance.db.sqlalchemy reading sources... [ 25%] api/glance.db.sqlalchemy.alembic_migrations reading sources... [ 25%] api/glance.db.sqlalchemy.alembic_migrations.data_migrations reading sources... [ 26%] api/glance.db.sqlalchemy.alembic_migrations.versions reading sources... [ 27%] api/glance.db.sqlalchemy.metadef_api reading sources... [ 28%] api/glance.db.sqlalchemy.migrate_repo reading sources... [ 29%] api/glance.db.sqlalchemy.migrate_repo.versions reading sources... [ 30%] api/glance.domain reading sources... [ 30%] api/glance.glare reading sources... [ 31%] api/glance.glare.domain reading sources... [ 32%] api/glance.hacking reading sources... [ 33%] api/glance.image_cache reading sources... [ 34%] api/glance.image_cache.drivers reading sources... [ 35%] api/glance.quota reading sources... [ 35%] api/glance.registry reading sources... [ 36%] api/glance.registry.api reading sources... [ 37%] api/glance.registry.api.v1 reading sources... [ 38%] api/glance.registry.api.v2 reading sources... [ 39%] api/glance.registry.client reading sources... [ 40%] api/glance.registry.client.v1 reading sources... [ 40%] api/glance.registry.client.v2 reading sources... [ 41%] api/glance.tests reading sources... [ 42%] api/glance.tests.functional reading sources... [ 43%] api/glance.tests.functional.db reading sources... [ 44%] api/glance.tests.functional.db.migrations reading sources... [ 45%] api/glance.tests.functional.glare reading sources... [ 45%] api/glance.tests.functional.v1 reading sources... [ 46%] api/glance.tests.functional.v2 reading sources... [ 47%] api/glance.tests.integration reading sources... [ 48%] api/glance.tests.integration.legacy_functional reading sources... [ 49%] api/glance.tests.integration.v2 reading sources... [ 50%] api/glance.tests.unit reading sources... [ 50%] api/glance.tests.unit.api reading sources... [ 51%] api/glance.tests.unit.api.middleware reading sources... [ 52%] api/glance.tests.unit.async reading sources... [ 53%] api/glance.tests.unit.async.flows reading sources... [ 54%] api/glance.tests.unit.common reading sources... [ 55%] api/glance.tests.unit.common.scripts reading sources... [ 55%] api/glance.tests.unit.common.scripts.image_import reading sources... [ 56%] api/glance.tests.unit.v1 reading sources... [ 57%] api/glance.tests.unit.v2 reading sources... [ 58%] api/modules reading sources... [ 59%] architecture reading sources... [ 60%] artifact-types documenting plugins from u'glance.artifacts.types' DEBUG:stevedore.extension:found extension EntryPoint.parse('MyArtifact = glance.contrib.plugins.artifacts_sample:MY_ARTIFACT') reading sources... [ 60%] authentication reading sources... [ 61%] cache reading sources... [ 62%] common-image-properties reading sources... [ 63%] configuring reading sources... [ 64%] contributing/blueprints reading sources... [ 65%] contributing/documentation reading sources... [ 65%] contributing/index reading sources... [ 66%] contributing/minor-code-changes reading sources... [ 67%] contributing/refreshing-configs reading sources... [ 68%] controllingservers reading sources... [ 69%] database_architecture documenting plugins from u'glance.database.migration_backend' DEBUG:stevedore.extension:found extension EntryPoint.parse('sqlalchemy = oslo_db.sqlalchemy.migration') documenting plugins from u'glance.database.metadata_backend' DEBUG:stevedore.extension:found extension EntryPoint.parse('sqlalchemy = glance.db.sqlalchemy.metadata') reading sources... [ 70%] db reading sources... [ 70%] domain_implementation reading sources... [ 71%] domain_model reading sources... [ 72%] flows documenting plugins from u'glance.flows' DEBUG:stevedore.extension:found extension EntryPoint.parse('import = glance.async.flows.base_import:get_flow') documenting plugins from u'glance.flows.import' DEBUG:stevedore.extension:found extension EntryPoint.parse('convert = glance.async.flows.convert:get_flow') DEBUG:stevedore.extension:found extension EntryPoint.parse('introspect = glance.async.flows.introspect:get_flow') DEBUG:stevedore.extension:found extension EntryPoint.parse('ovf_process = glance.async.flows.ovf_process:get_flow') reading sources... [ 73%] formats reading sources... [ 74%] glanceapi reading sources... [ 75%] glanceclient reading sources... [ 75%] glancemetadefcatalogapi reading sources... [ 76%] identifiers reading sources... [ 77%] image-location-strategy-modules documenting plugins from u'glance.common.image_location_strategy.modules' DEBUG:stevedore.extension:found extension EntryPoint.parse('location_order_strategy = glance.common.location_strategy.location_order') DEBUG:stevedore.extension:found extension EntryPoint.parse('store_type_strategy = glance.common.location_strategy.store_type') reading sources... [ 78%] index reading sources... [ 79%] installing reading sources... [ 80%] man/glanceapi reading sources... [ 80%] man/glancecachecleaner reading sources... [ 81%] man/glancecachemanage reading sources... [ 82%] man/glancecacheprefetcher reading sources... [ 83%] man/glancecachepruner reading sources... [ 84%] man/glancecontrol reading sources... [ 85%] man/glancemanage reading sources... [ 85%] man/glanceregistry reading sources... [ 86%] man/glancereplicator reading sources... [ 87%] man/glancescrubber reading sources... [ 88%] metadefs-concepts reading sources... [ 89%] notifications reading sources... [ 90%] opts/glance_api loading config file etc/oslo-config-generator/glance-api.conf DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.manage = glance.opts:list_manage_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.registry = glance.opts:list_registry_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.glare = glance.opts:list_artifacts_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.api = glance.opts:list_api_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.scrubber = glance.opts:list_scrubber_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.cache = glance.opts:list_cache_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware = oslo_middleware.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.sizelimit = oslo_middleware.opts:list_opts_sizelimit') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.healthcheck = oslo_middleware.opts:list_opts_healthcheck') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.cors = oslo_middleware.opts:list_opts_cors') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.ssl = oslo_middleware.opts:list_opts_ssl') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.http_proxy_to_wsgi = oslo_middleware.opts:list_opts_http_proxy_to_wsgi') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.db = oslo_db.options:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.db.concurrency = oslo_db.concurrency:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.policy = oslo_policy.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('keystonemiddleware.auth_token = keystonemiddleware.auth_token._opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.log = oslo_log._options:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.config = oslo_config._list_opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.messaging = oslo_messaging.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store = glance_store.backend:_list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.concurrency = oslo_concurrency.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('castellan.tests.functional.config = castellan.tests.functional.config:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('castellan.config = castellan.options:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.wsgi = oslo_service.wsgi:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.sslutils = oslo_service.sslutils:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.service = oslo_service.service:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.periodic_task = oslo_service.periodic_task:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('osprofiler = osprofiler.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.api = glance.common.config:set_cors_middleware_defaults') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store cinder DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store file DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.cinder.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.filesystem.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.http.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.rbd.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.sheepdog.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.swift.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.vmware_datastore.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store http DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store no_conf DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store rbd DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store sheepdog DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store swift DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store vmware DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') [oslo.config] None DEFAULT [oslo.config] None cors [oslo.config] None cors.subdomain [oslo.config] None database [oslo.config] None glance_store [oslo.config] None image_format [oslo.config] None keystone_authtoken [oslo.config] None matchmaker_redis [oslo.config] None oslo_concurrency [oslo.config] None oslo_messaging_amqp [oslo.config] None oslo_messaging_kafka [oslo.config] None oslo_messaging_notifications [oslo.config] None oslo_messaging_rabbit [oslo.config] None oslo_messaging_zmq [oslo.config] None oslo_middleware [oslo.config] None oslo_policy [oslo.config] None paste_deploy [oslo.config] None profiler [oslo.config] None store_type_location_strategy [oslo.config] None task [oslo.config] None taskflow_executor oslo.config group 'DEFAULT' oslo.config option owner_is_tenant oslo.config option admin_role oslo.config option allow_anonymous_access oslo.config option max_request_id_length oslo.config option public_endpoint oslo.config option allow_additional_image_properties oslo.config option image_member_quota oslo.config option image_property_quota oslo.config option image_tag_quota oslo.config option image_location_quota oslo.config option data_api oslo.config option limit_param_default oslo.config option api_limit_max oslo.config option show_image_direct_url oslo.config option show_multiple_locations oslo.config option image_size_cap oslo.config option user_storage_quota oslo.config option enable_v1_api oslo.config option enable_v2_api oslo.config option enable_v1_registry oslo.config option enable_v2_registry oslo.config option pydev_worker_debug_host oslo.config option pydev_worker_debug_port oslo.config option metadata_encryption_key oslo.config option digest_algorithm oslo.config option location_strategy oslo.config option property_protection_file oslo.config option property_protection_rule_format oslo.config option allowed_rpc_exception_modules oslo.config option bind_host oslo.config option bind_port oslo.config option workers oslo.config option max_header_line oslo.config option http_keepalive oslo.config option client_socket_timeout oslo.config option backlog oslo.config option tcp_keepidle oslo.config option ca_file oslo.config option cert_file oslo.config option key_file oslo.config option secure_proxy_ssl_header oslo.config option image_cache_sqlite_db oslo.config option image_cache_driver oslo.config option image_cache_max_size oslo.config option image_cache_stall_time oslo.config option image_cache_dir oslo.config option default_publisher_id oslo.config option disabled_notifications oslo.config option registry_host oslo.config option registry_port oslo.config option use_user_token oslo.config option admin_user oslo.config option admin_password oslo.config option admin_tenant_name oslo.config option auth_url oslo.config option auth_strategy oslo.config option auth_region oslo.config option registry_client_protocol oslo.config option registry_client_key_file oslo.config option registry_client_cert_file oslo.config option registry_client_ca_file oslo.config option registry_client_insecure oslo.config option registry_client_timeout oslo.config option send_identity_headers oslo.config option scrub_time oslo.config option scrub_pool_size oslo.config option delayed_delete oslo.config option debug oslo.config option verbose oslo.config option log_config_append oslo.config option log_date_format oslo.config option log_file oslo.config option log_dir oslo.config option watch_log_file oslo.config option use_syslog oslo.config option syslog_log_facility oslo.config option use_stderr oslo.config option logging_context_format_string oslo.config option logging_default_format_string oslo.config option logging_debug_format_suffix oslo.config option logging_exception_prefix oslo.config option logging_user_identity_format oslo.config option default_log_levels oslo.config option publish_errors oslo.config option instance_format oslo.config option instance_uuid_format oslo.config option rate_limit_interval oslo.config option rate_limit_burst oslo.config option rate_limit_except_level oslo.config option fatal_deprecations oslo.config option rpc_conn_pool_size oslo.config option conn_pool_min_size oslo.config option conn_pool_ttl oslo.config option rpc_zmq_bind_address oslo.config option rpc_zmq_matchmaker oslo.config option rpc_zmq_contexts oslo.config option rpc_zmq_topic_backlog oslo.config option rpc_zmq_ipc_dir oslo.config option rpc_zmq_host oslo.config option zmq_linger oslo.config option rpc_poll_timeout oslo.config option zmq_target_expire oslo.config option zmq_target_update oslo.config option use_pub_sub oslo.config option use_router_proxy oslo.config option use_dynamic_connections oslo.config option zmq_failover_connections oslo.config option rpc_zmq_min_port oslo.config option rpc_zmq_max_port oslo.config option rpc_zmq_bind_port_retries oslo.config option rpc_zmq_serialization oslo.config option zmq_immediate oslo.config option zmq_tcp_keepalive oslo.config option zmq_tcp_keepalive_idle oslo.config option zmq_tcp_keepalive_cnt oslo.config option zmq_tcp_keepalive_intvl oslo.config option rpc_thread_pool_size oslo.config option rpc_message_ttl oslo.config option rpc_use_acks oslo.config option rpc_ack_timeout_base oslo.config option rpc_ack_timeout_multiplier oslo.config option rpc_retry_attempts oslo.config option subscribe_on oslo.config option executor_thread_pool_size oslo.config option rpc_response_timeout oslo.config option transport_url oslo.config option rpc_backend oslo.config option control_exchange oslo.config group 'cors' oslo.config option allowed_origin oslo.config option allow_credentials oslo.config option expose_headers oslo.config option max_age oslo.config option allow_methods oslo.config option allow_headers oslo.config group 'cors.subdomain' oslo.config option allowed_origin oslo.config option allow_credentials oslo.config option expose_headers oslo.config option max_age oslo.config option allow_methods oslo.config option allow_headers oslo.config group 'database' oslo.config option sqlite_db oslo.config option sqlite_synchronous oslo.config option backend oslo.config option connection oslo.config option slave_connection oslo.config option mysql_sql_mode oslo.config option idle_timeout oslo.config option min_pool_size oslo.config option max_pool_size oslo.config option max_retries oslo.config option retry_interval oslo.config option max_overflow oslo.config option connection_debug oslo.config option connection_trace oslo.config option pool_timeout oslo.config option use_db_reconnect oslo.config option db_retry_interval oslo.config option db_inc_retry_interval oslo.config option db_max_retry_interval oslo.config option db_max_retries oslo.config option use_tpool oslo.config group 'glance_store' oslo.config option stores oslo.config option default_store oslo.config option store_capabilities_update_min_interval oslo.config option cinder_catalog_info oslo.config option cinder_endpoint_template oslo.config option cinder_os_region_name oslo.config option cinder_ca_certificates_file oslo.config option cinder_http_retries oslo.config option cinder_state_transition_timeout oslo.config option cinder_api_insecure oslo.config option cinder_store_auth_address oslo.config option cinder_store_user_name oslo.config option cinder_store_password oslo.config option cinder_store_project_name oslo.config option rootwrap_config oslo.config option cinder_volume_type oslo.config option filesystem_store_datadir oslo.config option filesystem_store_datadirs oslo.config option filesystem_store_metadata_file oslo.config option filesystem_store_file_perm oslo.config option https_ca_certificates_file oslo.config option https_insecure oslo.config option http_proxy_information oslo.config option rbd_store_chunk_size oslo.config option rbd_store_pool oslo.config option rbd_store_user oslo.config option rbd_store_ceph_conf oslo.config option rados_connect_timeout oslo.config option sheepdog_store_chunk_size oslo.config option sheepdog_store_port oslo.config option sheepdog_store_address oslo.config option swift_store_auth_insecure oslo.config option swift_store_cacert oslo.config option swift_store_region oslo.config option swift_store_endpoint oslo.config option swift_store_endpoint_type oslo.config option swift_store_service_type oslo.config option swift_store_container oslo.config option swift_store_large_object_size oslo.config option swift_store_large_object_chunk_size oslo.config option swift_store_create_container_on_put oslo.config option swift_store_multi_tenant oslo.config option swift_store_multiple_containers_seed oslo.config option swift_store_admin_tenants oslo.config option swift_store_ssl_compression oslo.config option swift_store_retry_get_count oslo.config option swift_store_expire_soon_interval oslo.config option swift_store_use_trusts oslo.config option default_swift_reference oslo.config option swift_store_auth_version oslo.config option swift_store_auth_address oslo.config option swift_store_user oslo.config option swift_store_key oslo.config option swift_store_config_file oslo.config option vmware_server_host oslo.config option vmware_server_username oslo.config option vmware_server_password oslo.config option vmware_api_retry_count oslo.config option vmware_task_poll_interval oslo.config option vmware_store_image_dir oslo.config option vmware_insecure oslo.config option vmware_ca_file oslo.config option vmware_datastores oslo.config group 'image_format' oslo.config option container_formats oslo.config option disk_formats oslo.config group 'keystone_authtoken' oslo.config option auth_uri oslo.config option auth_version oslo.config option delay_auth_decision oslo.config option http_connect_timeout oslo.config option http_request_max_retries oslo.config option cache oslo.config option certfile oslo.config option keyfile oslo.config option cafile oslo.config option insecure oslo.config option region_name oslo.config option signing_dir oslo.config option memcached_servers oslo.config option token_cache_time oslo.config option revocation_cache_time oslo.config option memcache_security_strategy oslo.config option memcache_secret_key oslo.config option memcache_pool_dead_retry oslo.config option memcache_pool_maxsize oslo.config option memcache_pool_socket_timeout oslo.config option memcache_pool_unused_timeout oslo.config option memcache_pool_conn_get_timeout oslo.config option memcache_use_advanced_pool oslo.config option include_service_catalog oslo.config option enforce_token_bind oslo.config option check_revocations_for_cached oslo.config option hash_algorithms oslo.config option service_token_roles oslo.config option service_token_roles_required oslo.config option auth_type oslo.config option auth_section oslo.config group 'matchmaker_redis' oslo.config option host oslo.config option port oslo.config option password oslo.config option sentinel_hosts oslo.config option sentinel_group_name oslo.config option wait_timeout oslo.config option check_timeout oslo.config option socket_timeout oslo.config group 'oslo_concurrency' oslo.config option disable_process_locking oslo.config option lock_path oslo.config group 'oslo_messaging_amqp' oslo.config option container_name oslo.config option idle_timeout oslo.config option trace oslo.config option ssl_ca_file oslo.config option ssl_cert_file oslo.config option ssl_key_file oslo.config option ssl_key_password oslo.config option allow_insecure_clients oslo.config option sasl_mechanisms oslo.config option sasl_config_dir oslo.config option sasl_config_name oslo.config option username oslo.config option password oslo.config option connection_retry_interval oslo.config option connection_retry_backoff oslo.config option connection_retry_interval_max oslo.config option link_retry_delay oslo.config option default_reply_retry oslo.config option default_reply_timeout oslo.config option default_send_timeout oslo.config option default_notify_timeout oslo.config option default_sender_link_timeout oslo.config option addressing_mode oslo.config option server_request_prefix oslo.config option broadcast_prefix oslo.config option group_request_prefix oslo.config option rpc_address_prefix oslo.config option notify_address_prefix oslo.config option multicast_address oslo.config option unicast_address oslo.config option anycast_address oslo.config option default_notification_exchange oslo.config option default_rpc_exchange oslo.config option reply_link_credit oslo.config option rpc_server_credit oslo.config option notify_server_credit oslo.config option pre_settled oslo.config group 'oslo_messaging_kafka' oslo.config option kafka_default_host oslo.config option kafka_default_port oslo.config option kafka_max_fetch_bytes oslo.config option kafka_consumer_timeout oslo.config option pool_size oslo.config option conn_pool_min_size oslo.config option conn_pool_ttl oslo.config option consumer_group oslo.config option producer_batch_timeout oslo.config option producer_batch_size oslo.config group 'oslo_messaging_notifications' oslo.config option driver oslo.config option transport_url oslo.config option topics oslo.config group 'oslo_messaging_rabbit' oslo.config option amqp_durable_queues oslo.config option amqp_auto_delete oslo.config option kombu_ssl_version oslo.config option kombu_ssl_keyfile oslo.config option kombu_ssl_certfile oslo.config option kombu_ssl_ca_certs oslo.config option kombu_reconnect_delay oslo.config option kombu_compression oslo.config option kombu_missing_consumer_retry_timeout oslo.config option kombu_failover_strategy oslo.config option rabbit_host oslo.config option rabbit_port oslo.config option rabbit_hosts oslo.config option rabbit_use_ssl oslo.config option rabbit_userid oslo.config option rabbit_password oslo.config option rabbit_login_method oslo.config option rabbit_virtual_host oslo.config option rabbit_retry_interval oslo.config option rabbit_retry_backoff oslo.config option rabbit_interval_max oslo.config option rabbit_max_retries oslo.config option rabbit_ha_queues oslo.config option rabbit_transient_queues_ttl oslo.config option rabbit_qos_prefetch_count oslo.config option heartbeat_timeout_threshold oslo.config option heartbeat_rate oslo.config option fake_rabbit oslo.config option channel_max oslo.config option frame_max oslo.config option heartbeat_interval oslo.config option ssl oslo.config option ssl_options oslo.config option socket_timeout oslo.config option tcp_user_timeout oslo.config option host_connection_reconnect_delay oslo.config option connection_factory oslo.config option pool_max_size oslo.config option pool_max_overflow oslo.config option pool_timeout oslo.config option pool_recycle oslo.config option pool_stale oslo.config option default_serializer_type oslo.config option notification_persistence oslo.config option default_notification_exchange oslo.config option notification_listener_prefetch_count oslo.config option default_notification_retry_attempts oslo.config option notification_retry_delay oslo.config option rpc_queue_expiration oslo.config option default_rpc_exchange oslo.config option rpc_reply_exchange oslo.config option rpc_listener_prefetch_count oslo.config option rpc_reply_listener_prefetch_count oslo.config option rpc_reply_retry_attempts oslo.config option rpc_reply_retry_delay oslo.config option default_rpc_retry_attempts oslo.config option rpc_retry_delay oslo.config group 'oslo_messaging_zmq' oslo.config option rpc_zmq_bind_address oslo.config option rpc_zmq_matchmaker oslo.config option rpc_zmq_contexts oslo.config option rpc_zmq_topic_backlog oslo.config option rpc_zmq_ipc_dir oslo.config option rpc_zmq_host oslo.config option zmq_linger oslo.config option rpc_poll_timeout oslo.config option zmq_target_expire oslo.config option zmq_target_update oslo.config option use_pub_sub oslo.config option use_router_proxy oslo.config option use_dynamic_connections oslo.config option zmq_failover_connections oslo.config option rpc_zmq_min_port oslo.config option rpc_zmq_max_port oslo.config option rpc_zmq_bind_port_retries oslo.config option rpc_zmq_serialization oslo.config option zmq_immediate oslo.config option zmq_tcp_keepalive oslo.config option zmq_tcp_keepalive_idle oslo.config option zmq_tcp_keepalive_cnt oslo.config option zmq_tcp_keepalive_intvl oslo.config option rpc_thread_pool_size oslo.config option rpc_message_ttl oslo.config option rpc_use_acks oslo.config option rpc_ack_timeout_base oslo.config option rpc_ack_timeout_multiplier oslo.config option rpc_retry_attempts oslo.config option subscribe_on oslo.config group 'oslo_middleware' oslo.config option enable_proxy_headers_parsing oslo.config group 'oslo_policy' oslo.config option policy_file oslo.config option policy_default_rule oslo.config option policy_dirs oslo.config group 'paste_deploy' oslo.config option flavor oslo.config option config_file oslo.config group 'profiler' oslo.config option enabled oslo.config option trace_sqlalchemy oslo.config option hmac_keys oslo.config option connection_string oslo.config option es_doc_type oslo.config option es_scroll_time oslo.config option es_scroll_size oslo.config option socket_timeout oslo.config option sentinel_service_name oslo.config group 'store_type_location_strategy' oslo.config option store_type_preference oslo.config group 'task' oslo.config option task_time_to_live oslo.config option task_executor oslo.config option work_dir oslo.config group 'taskflow_executor' oslo.config option engine_mode oslo.config option max_workers oslo.config option conversion_format reading sources... [ 90%] opts/glance_cache loading config file etc/oslo-config-generator/glance-cache.conf DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.manage = glance.opts:list_manage_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.registry = glance.opts:list_registry_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.glare = glance.opts:list_artifacts_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.api = glance.opts:list_api_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.scrubber = glance.opts:list_scrubber_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.cache = glance.opts:list_cache_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware = oslo_middleware.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.sizelimit = oslo_middleware.opts:list_opts_sizelimit') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.healthcheck = oslo_middleware.opts:list_opts_healthcheck') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.cors = oslo_middleware.opts:list_opts_cors') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.ssl = oslo_middleware.opts:list_opts_ssl') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.http_proxy_to_wsgi = oslo_middleware.opts:list_opts_http_proxy_to_wsgi') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.db = oslo_db.options:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.db.concurrency = oslo_db.concurrency:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.policy = oslo_policy.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('keystonemiddleware.auth_token = keystonemiddleware.auth_token._opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.log = oslo_log._options:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.config = oslo_config._list_opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.messaging = oslo_messaging.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store = glance_store.backend:_list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.concurrency = oslo_concurrency.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('castellan.tests.functional.config = castellan.tests.functional.config:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('castellan.config = castellan.options:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.wsgi = oslo_service.wsgi:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.sslutils = oslo_service.sslutils:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.service = oslo_service.service:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.periodic_task = oslo_service.periodic_task:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('osprofiler = osprofiler.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.api = glance.common.config:set_cors_middleware_defaults') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store cinder DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store file DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.cinder.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.filesystem.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.http.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.rbd.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.sheepdog.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.swift.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.vmware_datastore.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store http DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store no_conf DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store rbd DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store sheepdog DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store swift DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store vmware DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') [oslo.config] None DEFAULT [oslo.config] None glance_store [oslo.config] None oslo_policy oslo.config group 'DEFAULT' oslo.config option allow_additional_image_properties oslo.config option image_member_quota oslo.config option image_property_quota oslo.config option image_tag_quota oslo.config option image_location_quota oslo.config option data_api oslo.config option limit_param_default oslo.config option api_limit_max oslo.config option show_image_direct_url oslo.config option show_multiple_locations oslo.config option image_size_cap oslo.config option user_storage_quota oslo.config option enable_v1_api oslo.config option enable_v2_api oslo.config option enable_v1_registry oslo.config option enable_v2_registry oslo.config option pydev_worker_debug_host oslo.config option pydev_worker_debug_port oslo.config option metadata_encryption_key oslo.config option digest_algorithm oslo.config option image_cache_sqlite_db oslo.config option image_cache_driver oslo.config option image_cache_max_size oslo.config option image_cache_stall_time oslo.config option image_cache_dir oslo.config option registry_host oslo.config option registry_port oslo.config option registry_client_protocol oslo.config option registry_client_key_file oslo.config option registry_client_cert_file oslo.config option registry_client_ca_file oslo.config option registry_client_insecure oslo.config option registry_client_timeout oslo.config option use_user_token oslo.config option admin_user oslo.config option admin_password oslo.config option admin_tenant_name oslo.config option auth_url oslo.config option auth_strategy oslo.config option auth_region oslo.config option debug oslo.config option verbose oslo.config option log_config_append oslo.config option log_date_format oslo.config option log_file oslo.config option log_dir oslo.config option watch_log_file oslo.config option use_syslog oslo.config option syslog_log_facility oslo.config option use_stderr oslo.config option logging_context_format_string oslo.config option logging_default_format_string oslo.config option logging_debug_format_suffix oslo.config option logging_exception_prefix oslo.config option logging_user_identity_format oslo.config option default_log_levels oslo.config option publish_errors oslo.config option instance_format oslo.config option instance_uuid_format oslo.config option rate_limit_interval oslo.config option rate_limit_burst oslo.config option rate_limit_except_level oslo.config option fatal_deprecations oslo.config group 'glance_store' oslo.config option stores oslo.config option default_store oslo.config option store_capabilities_update_min_interval oslo.config option cinder_catalog_info oslo.config option cinder_endpoint_template oslo.config option cinder_os_region_name oslo.config option cinder_ca_certificates_file oslo.config option cinder_http_retries oslo.config option cinder_state_transition_timeout oslo.config option cinder_api_insecure oslo.config option cinder_store_auth_address oslo.config option cinder_store_user_name oslo.config option cinder_store_password oslo.config option cinder_store_project_name oslo.config option rootwrap_config oslo.config option cinder_volume_type oslo.config option filesystem_store_datadir oslo.config option filesystem_store_datadirs oslo.config option filesystem_store_metadata_file oslo.config option filesystem_store_file_perm oslo.config option https_ca_certificates_file oslo.config option https_insecure oslo.config option http_proxy_information oslo.config option rbd_store_chunk_size oslo.config option rbd_store_pool oslo.config option rbd_store_user oslo.config option rbd_store_ceph_conf oslo.config option rados_connect_timeout oslo.config option sheepdog_store_chunk_size oslo.config option sheepdog_store_port oslo.config option sheepdog_store_address oslo.config option swift_store_auth_insecure oslo.config option swift_store_cacert oslo.config option swift_store_region oslo.config option swift_store_endpoint oslo.config option swift_store_endpoint_type oslo.config option swift_store_service_type oslo.config option swift_store_container oslo.config option swift_store_large_object_size oslo.config option swift_store_large_object_chunk_size oslo.config option swift_store_create_container_on_put oslo.config option swift_store_multi_tenant oslo.config option swift_store_multiple_containers_seed oslo.config option swift_store_admin_tenants oslo.config option swift_store_ssl_compression oslo.config option swift_store_retry_get_count oslo.config option swift_store_expire_soon_interval oslo.config option swift_store_use_trusts oslo.config option default_swift_reference oslo.config option swift_store_auth_version oslo.config option swift_store_auth_address oslo.config option swift_store_user oslo.config option swift_store_key oslo.config option swift_store_config_file oslo.config option vmware_server_host oslo.config option vmware_server_username oslo.config option vmware_server_password oslo.config option vmware_api_retry_count oslo.config option vmware_task_poll_interval oslo.config option vmware_store_image_dir oslo.config option vmware_insecure oslo.config option vmware_ca_file oslo.config option vmware_datastores oslo.config group 'oslo_policy' oslo.config option policy_file oslo.config option policy_default_rule oslo.config option policy_dirs reading sources... [ 91%] opts/glance_manage loading config file etc/oslo-config-generator/glance-manage.conf DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.manage = glance.opts:list_manage_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.registry = glance.opts:list_registry_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.glare = glance.opts:list_artifacts_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.api = glance.opts:list_api_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.scrubber = glance.opts:list_scrubber_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.cache = glance.opts:list_cache_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware = oslo_middleware.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.sizelimit = oslo_middleware.opts:list_opts_sizelimit') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.healthcheck = oslo_middleware.opts:list_opts_healthcheck') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.cors = oslo_middleware.opts:list_opts_cors') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.ssl = oslo_middleware.opts:list_opts_ssl') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.http_proxy_to_wsgi = oslo_middleware.opts:list_opts_http_proxy_to_wsgi') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.db = oslo_db.options:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.db.concurrency = oslo_db.concurrency:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.policy = oslo_policy.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('keystonemiddleware.auth_token = keystonemiddleware.auth_token._opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.log = oslo_log._options:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.config = oslo_config._list_opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.messaging = oslo_messaging.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store = glance_store.backend:_list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.concurrency = oslo_concurrency.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('castellan.tests.functional.config = castellan.tests.functional.config:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('castellan.config = castellan.options:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.wsgi = oslo_service.wsgi:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.sslutils = oslo_service.sslutils:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.service = oslo_service.service:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.periodic_task = oslo_service.periodic_task:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('osprofiler = osprofiler.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.api = glance.common.config:set_cors_middleware_defaults') [oslo.config] None DEFAULT [oslo.config] None database oslo.config group 'DEFAULT' oslo.config option debug oslo.config option verbose oslo.config option log_config_append oslo.config option log_date_format oslo.config option log_file oslo.config option log_dir oslo.config option watch_log_file oslo.config option use_syslog oslo.config option syslog_log_facility oslo.config option use_stderr oslo.config option logging_context_format_string oslo.config option logging_default_format_string oslo.config option logging_debug_format_suffix oslo.config option logging_exception_prefix oslo.config option logging_user_identity_format oslo.config option default_log_levels oslo.config option publish_errors oslo.config option instance_format oslo.config option instance_uuid_format oslo.config option rate_limit_interval oslo.config option rate_limit_burst oslo.config option rate_limit_except_level oslo.config option fatal_deprecations oslo.config group 'database' oslo.config option sqlite_db oslo.config option sqlite_synchronous oslo.config option backend oslo.config option connection oslo.config option slave_connection oslo.config option mysql_sql_mode oslo.config option idle_timeout oslo.config option min_pool_size oslo.config option max_pool_size oslo.config option max_retries oslo.config option retry_interval oslo.config option max_overflow oslo.config option connection_debug oslo.config option connection_trace oslo.config option pool_timeout oslo.config option use_db_reconnect oslo.config option db_retry_interval oslo.config option db_inc_retry_interval oslo.config option db_max_retry_interval oslo.config option db_max_retries oslo.config option use_tpool reading sources... [ 92%] opts/glance_registry loading config file etc/oslo-config-generator/glance-registry.conf DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.manage = glance.opts:list_manage_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.registry = glance.opts:list_registry_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.glare = glance.opts:list_artifacts_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.api = glance.opts:list_api_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.scrubber = glance.opts:list_scrubber_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.cache = glance.opts:list_cache_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware = oslo_middleware.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.sizelimit = oslo_middleware.opts:list_opts_sizelimit') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.healthcheck = oslo_middleware.opts:list_opts_healthcheck') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.cors = oslo_middleware.opts:list_opts_cors') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.ssl = oslo_middleware.opts:list_opts_ssl') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.http_proxy_to_wsgi = oslo_middleware.opts:list_opts_http_proxy_to_wsgi') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.db = oslo_db.options:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.db.concurrency = oslo_db.concurrency:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.policy = oslo_policy.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('keystonemiddleware.auth_token = keystonemiddleware.auth_token._opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.log = oslo_log._options:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.config = oslo_config._list_opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.messaging = oslo_messaging.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store = glance_store.backend:_list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.concurrency = oslo_concurrency.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('castellan.tests.functional.config = castellan.tests.functional.config:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('castellan.config = castellan.options:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.wsgi = oslo_service.wsgi:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.sslutils = oslo_service.sslutils:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.service = oslo_service.service:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.periodic_task = oslo_service.periodic_task:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('osprofiler = osprofiler.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.api = glance.common.config:set_cors_middleware_defaults') [oslo.config] None DEFAULT [oslo.config] None database [oslo.config] None keystone_authtoken [oslo.config] None matchmaker_redis [oslo.config] None oslo_messaging_amqp [oslo.config] None oslo_messaging_kafka [oslo.config] None oslo_messaging_notifications [oslo.config] None oslo_messaging_rabbit [oslo.config] None oslo_messaging_zmq [oslo.config] None oslo_policy [oslo.config] None paste_deploy [oslo.config] None profiler oslo.config group 'DEFAULT' oslo.config option owner_is_tenant oslo.config option admin_role oslo.config option allow_anonymous_access oslo.config option max_request_id_length oslo.config option allow_additional_image_properties oslo.config option image_member_quota oslo.config option image_property_quota oslo.config option image_tag_quota oslo.config option image_location_quota oslo.config option data_api oslo.config option limit_param_default oslo.config option api_limit_max oslo.config option show_image_direct_url oslo.config option show_multiple_locations oslo.config option image_size_cap oslo.config option user_storage_quota oslo.config option enable_v1_api oslo.config option enable_v2_api oslo.config option enable_v1_registry oslo.config option enable_v2_registry oslo.config option pydev_worker_debug_host oslo.config option pydev_worker_debug_port oslo.config option metadata_encryption_key oslo.config option digest_algorithm oslo.config option bind_host oslo.config option bind_port oslo.config option backlog oslo.config option tcp_keepidle oslo.config option ca_file oslo.config option cert_file oslo.config option key_file oslo.config option secure_proxy_ssl_header oslo.config option workers oslo.config option max_header_line oslo.config option http_keepalive oslo.config option client_socket_timeout oslo.config option debug oslo.config option verbose oslo.config option log_config_append oslo.config option log_date_format oslo.config option log_file oslo.config option log_dir oslo.config option watch_log_file oslo.config option use_syslog oslo.config option syslog_log_facility oslo.config option use_stderr oslo.config option logging_context_format_string oslo.config option logging_default_format_string oslo.config option logging_debug_format_suffix oslo.config option logging_exception_prefix oslo.config option logging_user_identity_format oslo.config option default_log_levels oslo.config option publish_errors oslo.config option instance_format oslo.config option instance_uuid_format oslo.config option rate_limit_interval oslo.config option rate_limit_burst oslo.config option rate_limit_except_level oslo.config option fatal_deprecations oslo.config option rpc_conn_pool_size oslo.config option conn_pool_min_size oslo.config option conn_pool_ttl oslo.config option rpc_zmq_bind_address oslo.config option rpc_zmq_matchmaker oslo.config option rpc_zmq_contexts oslo.config option rpc_zmq_topic_backlog oslo.config option rpc_zmq_ipc_dir oslo.config option rpc_zmq_host oslo.config option zmq_linger oslo.config option rpc_poll_timeout oslo.config option zmq_target_expire oslo.config option zmq_target_update oslo.config option use_pub_sub oslo.config option use_router_proxy oslo.config option use_dynamic_connections oslo.config option zmq_failover_connections oslo.config option rpc_zmq_min_port oslo.config option rpc_zmq_max_port oslo.config option rpc_zmq_bind_port_retries oslo.config option rpc_zmq_serialization oslo.config option zmq_immediate oslo.config option zmq_tcp_keepalive oslo.config option zmq_tcp_keepalive_idle oslo.config option zmq_tcp_keepalive_cnt oslo.config option zmq_tcp_keepalive_intvl oslo.config option rpc_thread_pool_size oslo.config option rpc_message_ttl oslo.config option rpc_use_acks oslo.config option rpc_ack_timeout_base oslo.config option rpc_ack_timeout_multiplier oslo.config option rpc_retry_attempts oslo.config option subscribe_on oslo.config option executor_thread_pool_size oslo.config option rpc_response_timeout oslo.config option transport_url oslo.config option rpc_backend oslo.config option control_exchange oslo.config group 'database' oslo.config option sqlite_db oslo.config option sqlite_synchronous oslo.config option backend oslo.config option connection oslo.config option slave_connection oslo.config option mysql_sql_mode oslo.config option idle_timeout oslo.config option min_pool_size oslo.config option max_pool_size oslo.config option max_retries oslo.config option retry_interval oslo.config option max_overflow oslo.config option connection_debug oslo.config option connection_trace oslo.config option pool_timeout oslo.config option use_db_reconnect oslo.config option db_retry_interval oslo.config option db_inc_retry_interval oslo.config option db_max_retry_interval oslo.config option db_max_retries oslo.config option use_tpool oslo.config group 'keystone_authtoken' oslo.config option auth_uri oslo.config option auth_version oslo.config option delay_auth_decision oslo.config option http_connect_timeout oslo.config option http_request_max_retries oslo.config option cache oslo.config option certfile oslo.config option keyfile oslo.config option cafile oslo.config option insecure oslo.config option region_name oslo.config option signing_dir oslo.config option memcached_servers oslo.config option token_cache_time oslo.config option revocation_cache_time oslo.config option memcache_security_strategy oslo.config option memcache_secret_key oslo.config option memcache_pool_dead_retry oslo.config option memcache_pool_maxsize oslo.config option memcache_pool_socket_timeout oslo.config option memcache_pool_unused_timeout oslo.config option memcache_pool_conn_get_timeout oslo.config option memcache_use_advanced_pool oslo.config option include_service_catalog oslo.config option enforce_token_bind oslo.config option check_revocations_for_cached oslo.config option hash_algorithms oslo.config option service_token_roles oslo.config option service_token_roles_required oslo.config option auth_type oslo.config option auth_section oslo.config group 'matchmaker_redis' oslo.config option host oslo.config option port oslo.config option password oslo.config option sentinel_hosts oslo.config option sentinel_group_name oslo.config option wait_timeout oslo.config option check_timeout oslo.config option socket_timeout oslo.config group 'oslo_messaging_amqp' oslo.config option container_name oslo.config option idle_timeout oslo.config option trace oslo.config option ssl_ca_file oslo.config option ssl_cert_file oslo.config option ssl_key_file oslo.config option ssl_key_password oslo.config option allow_insecure_clients oslo.config option sasl_mechanisms oslo.config option sasl_config_dir oslo.config option sasl_config_name oslo.config option username oslo.config option password oslo.config option connection_retry_interval oslo.config option connection_retry_backoff oslo.config option connection_retry_interval_max oslo.config option link_retry_delay oslo.config option default_reply_retry oslo.config option default_reply_timeout oslo.config option default_send_timeout oslo.config option default_notify_timeout oslo.config option default_sender_link_timeout oslo.config option addressing_mode oslo.config option server_request_prefix oslo.config option broadcast_prefix oslo.config option group_request_prefix oslo.config option rpc_address_prefix oslo.config option notify_address_prefix oslo.config option multicast_address oslo.config option unicast_address oslo.config option anycast_address oslo.config option default_notification_exchange oslo.config option default_rpc_exchange oslo.config option reply_link_credit oslo.config option rpc_server_credit oslo.config option notify_server_credit oslo.config option pre_settled oslo.config group 'oslo_messaging_kafka' oslo.config option kafka_default_host oslo.config option kafka_default_port oslo.config option kafka_max_fetch_bytes oslo.config option kafka_consumer_timeout oslo.config option pool_size oslo.config option conn_pool_min_size oslo.config option conn_pool_ttl oslo.config option consumer_group oslo.config option producer_batch_timeout oslo.config option producer_batch_size oslo.config group 'oslo_messaging_notifications' oslo.config option driver oslo.config option transport_url oslo.config option topics oslo.config group 'oslo_messaging_rabbit' oslo.config option amqp_durable_queues oslo.config option amqp_auto_delete oslo.config option kombu_ssl_version oslo.config option kombu_ssl_keyfile oslo.config option kombu_ssl_certfile oslo.config option kombu_ssl_ca_certs oslo.config option kombu_reconnect_delay oslo.config option kombu_compression oslo.config option kombu_missing_consumer_retry_timeout oslo.config option kombu_failover_strategy oslo.config option rabbit_host oslo.config option rabbit_port oslo.config option rabbit_hosts oslo.config option rabbit_use_ssl oslo.config option rabbit_userid oslo.config option rabbit_password oslo.config option rabbit_login_method oslo.config option rabbit_virtual_host oslo.config option rabbit_retry_interval oslo.config option rabbit_retry_backoff oslo.config option rabbit_interval_max oslo.config option rabbit_max_retries oslo.config option rabbit_ha_queues oslo.config option rabbit_transient_queues_ttl oslo.config option rabbit_qos_prefetch_count oslo.config option heartbeat_timeout_threshold oslo.config option heartbeat_rate oslo.config option fake_rabbit oslo.config option channel_max oslo.config option frame_max oslo.config option heartbeat_interval oslo.config option ssl oslo.config option ssl_options oslo.config option socket_timeout oslo.config option tcp_user_timeout oslo.config option host_connection_reconnect_delay oslo.config option connection_factory oslo.config option pool_max_size oslo.config option pool_max_overflow oslo.config option pool_timeout oslo.config option pool_recycle oslo.config option pool_stale oslo.config option default_serializer_type oslo.config option notification_persistence oslo.config option default_notification_exchange oslo.config option notification_listener_prefetch_count oslo.config option default_notification_retry_attempts oslo.config option notification_retry_delay oslo.config option rpc_queue_expiration oslo.config option default_rpc_exchange oslo.config option rpc_reply_exchange oslo.config option rpc_listener_prefetch_count oslo.config option rpc_reply_listener_prefetch_count oslo.config option rpc_reply_retry_attempts oslo.config option rpc_reply_retry_delay oslo.config option default_rpc_retry_attempts oslo.config option rpc_retry_delay oslo.config group 'oslo_messaging_zmq' oslo.config option rpc_zmq_bind_address oslo.config option rpc_zmq_matchmaker oslo.config option rpc_zmq_contexts oslo.config option rpc_zmq_topic_backlog oslo.config option rpc_zmq_ipc_dir oslo.config option rpc_zmq_host oslo.config option zmq_linger oslo.config option rpc_poll_timeout oslo.config option zmq_target_expire oslo.config option zmq_target_update oslo.config option use_pub_sub oslo.config option use_router_proxy oslo.config option use_dynamic_connections oslo.config option zmq_failover_connections oslo.config option rpc_zmq_min_port oslo.config option rpc_zmq_max_port oslo.config option rpc_zmq_bind_port_retries oslo.config option rpc_zmq_serialization oslo.config option zmq_immediate oslo.config option zmq_tcp_keepalive oslo.config option zmq_tcp_keepalive_idle oslo.config option zmq_tcp_keepalive_cnt oslo.config option zmq_tcp_keepalive_intvl oslo.config option rpc_thread_pool_size oslo.config option rpc_message_ttl oslo.config option rpc_use_acks oslo.config option rpc_ack_timeout_base oslo.config option rpc_ack_timeout_multiplier oslo.config option rpc_retry_attempts oslo.config option subscribe_on oslo.config group 'oslo_policy' oslo.config option policy_file oslo.config option policy_default_rule oslo.config option policy_dirs oslo.config group 'paste_deploy' oslo.config option flavor oslo.config option config_file oslo.config group 'profiler' oslo.config option enabled oslo.config option trace_sqlalchemy oslo.config option hmac_keys oslo.config option connection_string oslo.config option es_doc_type oslo.config option es_scroll_time oslo.config option es_scroll_size oslo.config option socket_timeout oslo.config option sentinel_service_name reading sources... [ 93%] opts/glance_scrubber loading config file etc/oslo-config-generator/glance-scrubber.conf DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.manage = glance.opts:list_manage_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.registry = glance.opts:list_registry_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.glare = glance.opts:list_artifacts_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.api = glance.opts:list_api_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.scrubber = glance.opts:list_scrubber_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.cache = glance.opts:list_cache_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware = oslo_middleware.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.sizelimit = oslo_middleware.opts:list_opts_sizelimit') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.healthcheck = oslo_middleware.opts:list_opts_healthcheck') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.cors = oslo_middleware.opts:list_opts_cors') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.ssl = oslo_middleware.opts:list_opts_ssl') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.http_proxy_to_wsgi = oslo_middleware.opts:list_opts_http_proxy_to_wsgi') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.db = oslo_db.options:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.db.concurrency = oslo_db.concurrency:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.policy = oslo_policy.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('keystonemiddleware.auth_token = keystonemiddleware.auth_token._opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.log = oslo_log._options:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.config = oslo_config._list_opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.messaging = oslo_messaging.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store = glance_store.backend:_list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.concurrency = oslo_concurrency.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('castellan.tests.functional.config = castellan.tests.functional.config:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('castellan.config = castellan.options:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.wsgi = oslo_service.wsgi:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.sslutils = oslo_service.sslutils:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.service = oslo_service.service:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.periodic_task = oslo_service.periodic_task:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('osprofiler = osprofiler.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.api = glance.common.config:set_cors_middleware_defaults') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store cinder DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store file DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.cinder.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.filesystem.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.http.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.rbd.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.sheepdog.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.swift.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.vmware_datastore.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store http DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store no_conf DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store rbd DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store sheepdog DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store swift DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store vmware DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') [oslo.config] None DEFAULT [oslo.config] None database [oslo.config] None glance_store [oslo.config] None oslo_concurrency [oslo.config] None oslo_policy oslo.config group 'DEFAULT' oslo.config option allow_additional_image_properties oslo.config option image_member_quota oslo.config option image_property_quota oslo.config option image_tag_quota oslo.config option image_location_quota oslo.config option data_api oslo.config option limit_param_default oslo.config option api_limit_max oslo.config option show_image_direct_url oslo.config option show_multiple_locations oslo.config option image_size_cap oslo.config option user_storage_quota oslo.config option enable_v1_api oslo.config option enable_v2_api oslo.config option enable_v1_registry oslo.config option enable_v2_registry oslo.config option pydev_worker_debug_host oslo.config option pydev_worker_debug_port oslo.config option metadata_encryption_key oslo.config option digest_algorithm oslo.config option scrub_time oslo.config option scrub_pool_size oslo.config option delayed_delete oslo.config option admin_role oslo.config option send_identity_headers oslo.config option wakeup_time oslo.config option daemon oslo.config option registry_client_protocol oslo.config option registry_client_key_file oslo.config option registry_client_cert_file oslo.config option registry_client_ca_file oslo.config option registry_client_insecure oslo.config option registry_client_timeout oslo.config option use_user_token oslo.config option admin_user oslo.config option admin_password oslo.config option admin_tenant_name oslo.config option auth_url oslo.config option auth_strategy oslo.config option auth_region oslo.config option registry_host oslo.config option registry_port oslo.config option debug oslo.config option verbose oslo.config option log_config_append oslo.config option log_date_format oslo.config option log_file oslo.config option log_dir oslo.config option watch_log_file oslo.config option use_syslog oslo.config option syslog_log_facility oslo.config option use_stderr oslo.config option logging_context_format_string oslo.config option logging_default_format_string oslo.config option logging_debug_format_suffix oslo.config option logging_exception_prefix oslo.config option logging_user_identity_format oslo.config option default_log_levels oslo.config option publish_errors oslo.config option instance_format oslo.config option instance_uuid_format oslo.config option rate_limit_interval oslo.config option rate_limit_burst oslo.config option rate_limit_except_level oslo.config option fatal_deprecations oslo.config group 'database' oslo.config option sqlite_db oslo.config option sqlite_synchronous oslo.config option backend oslo.config option connection oslo.config option slave_connection oslo.config option mysql_sql_mode oslo.config option idle_timeout oslo.config option min_pool_size oslo.config option max_pool_size oslo.config option max_retries oslo.config option retry_interval oslo.config option max_overflow oslo.config option connection_debug oslo.config option connection_trace oslo.config option pool_timeout oslo.config option use_db_reconnect oslo.config option db_retry_interval oslo.config option db_inc_retry_interval oslo.config option db_max_retry_interval oslo.config option db_max_retries oslo.config option use_tpool oslo.config group 'glance_store' oslo.config option stores oslo.config option default_store oslo.config option store_capabilities_update_min_interval oslo.config option cinder_catalog_info oslo.config option cinder_endpoint_template oslo.config option cinder_os_region_name oslo.config option cinder_ca_certificates_file oslo.config option cinder_http_retries oslo.config option cinder_state_transition_timeout oslo.config option cinder_api_insecure oslo.config option cinder_store_auth_address oslo.config option cinder_store_user_name oslo.config option cinder_store_password oslo.config option cinder_store_project_name oslo.config option rootwrap_config oslo.config option cinder_volume_type oslo.config option filesystem_store_datadir oslo.config option filesystem_store_datadirs oslo.config option filesystem_store_metadata_file oslo.config option filesystem_store_file_perm oslo.config option https_ca_certificates_file oslo.config option https_insecure oslo.config option http_proxy_information oslo.config option rbd_store_chunk_size oslo.config option rbd_store_pool oslo.config option rbd_store_user oslo.config option rbd_store_ceph_conf oslo.config option rados_connect_timeout oslo.config option sheepdog_store_chunk_size oslo.config option sheepdog_store_port oslo.config option sheepdog_store_address oslo.config option swift_store_auth_insecure oslo.config option swift_store_cacert oslo.config option swift_store_region oslo.config option swift_store_endpoint oslo.config option swift_store_endpoint_type oslo.config option swift_store_service_type oslo.config option swift_store_container oslo.config option swift_store_large_object_size oslo.config option swift_store_large_object_chunk_size oslo.config option swift_store_create_container_on_put oslo.config option swift_store_multi_tenant oslo.config option swift_store_multiple_containers_seed oslo.config option swift_store_admin_tenants oslo.config option swift_store_ssl_compression oslo.config option swift_store_retry_get_count oslo.config option swift_store_expire_soon_interval oslo.config option swift_store_use_trusts oslo.config option default_swift_reference oslo.config option swift_store_auth_version oslo.config option swift_store_auth_address oslo.config option swift_store_user oslo.config option swift_store_key oslo.config option swift_store_config_file oslo.config option vmware_server_host oslo.config option vmware_server_username oslo.config option vmware_server_password oslo.config option vmware_api_retry_count oslo.config option vmware_task_poll_interval oslo.config option vmware_store_image_dir oslo.config option vmware_insecure oslo.config option vmware_ca_file oslo.config option vmware_datastores oslo.config group 'oslo_concurrency' oslo.config option disable_process_locking oslo.config option lock_path oslo.config group 'oslo_policy' oslo.config option policy_file oslo.config option policy_default_rule oslo.config option policy_dirs reading sources... [ 94%] opts/index reading sources... [ 95%] policies reading sources... [ 95%] property-protections reading sources... [ 96%] requirements reading sources... [ 97%] sample-configuration reading sources... [ 98%] signature reading sources... [ 99%] statuses reading sources... [100%] tasks looking for now-outdated files... none found /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/api/glance.db.sqlalchemy.alembic_migrations.rst:50: WARNING: autodoc: failed to import module u'glance.db.sqlalchemy.alembic_migrations.env'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/glance-14.0.0.0rc1/glance/db/sqlalchemy/alembic_migrations/env.py", line 28, in config = context.config AttributeError: 'module' object has no attribute 'config' /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/sample-configuration.rst:3: WARNING: Duplicate explicit target name: "file form". /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/sample-configuration.rst:3: WARNING: Duplicate explicit target name: "file form". /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/sample-configuration.rst:3: WARNING: Duplicate explicit target name: "file form". /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/sample-configuration.rst:3: WARNING: Duplicate explicit target name: "file form". /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/sample-configuration.rst:3: WARNING: Duplicate explicit target name: "file form". pickling environment... done checking consistency... done preparing documents... done writing output... [ 0%] api/glance writing output... [ 1%] api/glance.api writing output... [ 2%] api/glance.api.glare writing output... [ 3%] api/glance.api.glare.v0_1 writing output... [ 4%] api/glance.api.middleware writing output... [ 5%] api/glance.api.v1 writing output... [ 5%] api/glance.api.v2 writing output... [ 6%] api/glance.api.v2.model writing output... [ 7%] api/glance.async writing output... [ 8%] api/glance.async.flows writing output... [ 9%] api/glance.cmd writing output... [ 10%] api/glance.common writing output... [ 10%] api/glance.common.glare writing output... [ 11%] api/glance.common.location_strategy writing output... [ 12%] api/glance.common.scripts writing output... [ 13%] api/glance.common.scripts.image_import writing output... [ 14%] api/glance.contrib writing output... [ 15%] api/glance.contrib.plugins writing output... [ 15%] api/glance.contrib.plugins.artifacts_sample writing output... [ 16%] api/glance.contrib.plugins.artifacts_sample.v1 writing output... [ 17%] api/glance.contrib.plugins.artifacts_sample.v2 writing output... [ 18%] api/glance.contrib.plugins.image_artifact writing output... [ 19%] api/glance.contrib.plugins.image_artifact.v1 writing output... [ 20%] api/glance.contrib.plugins.image_artifact.v1_1 writing output... [ 20%] api/glance.contrib.plugins.image_artifact.v2 writing output... [ 21%] api/glance.db writing output... [ 22%] api/glance.db.registry writing output... [ 23%] api/glance.db.simple writing output... [ 24%] api/glance.db.sqlalchemy writing output... [ 25%] api/glance.db.sqlalchemy.alembic_migrations writing output... [ 25%] api/glance.db.sqlalchemy.alembic_migrations.data_migrations writing output... [ 26%] api/glance.db.sqlalchemy.alembic_migrations.versions writing output... [ 27%] api/glance.db.sqlalchemy.metadef_api writing output... [ 28%] api/glance.db.sqlalchemy.migrate_repo writing output... [ 29%] api/glance.db.sqlalchemy.migrate_repo.versions writing output... [ 30%] api/glance.domain writing output... [ 30%] api/glance.glare writing output... [ 31%] api/glance.glare.domain writing output... [ 32%] api/glance.hacking writing output... [ 33%] api/glance.image_cache writing output... [ 34%] api/glance.image_cache.drivers writing output... [ 35%] api/glance.quota writing output... [ 35%] api/glance.registry writing output... [ 36%] api/glance.registry.api writing output... [ 37%] api/glance.registry.api.v1 writing output... [ 38%] api/glance.registry.api.v2 writing output... [ 39%] api/glance.registry.client writing output... [ 40%] api/glance.registry.client.v1 writing output... [ 40%] api/glance.registry.client.v2 writing output... [ 41%] api/glance.tests writing output... [ 42%] api/glance.tests.functional writing output... [ 43%] api/glance.tests.functional.db writing output... [ 44%] api/glance.tests.functional.db.migrations writing output... [ 45%] api/glance.tests.functional.glare writing output... [ 45%] api/glance.tests.functional.v1 writing output... [ 46%] api/glance.tests.functional.v2 writing output... [ 47%] api/glance.tests.integration writing output... [ 48%] api/glance.tests.integration.legacy_functional writing output... [ 49%] api/glance.tests.integration.v2 writing output... [ 50%] api/glance.tests.unit writing output... [ 50%] api/glance.tests.unit.api writing output... [ 51%] api/glance.tests.unit.api.middleware writing output... [ 52%] api/glance.tests.unit.async writing output... [ 53%] api/glance.tests.unit.async.flows writing output... [ 54%] api/glance.tests.unit.common writing output... [ 55%] api/glance.tests.unit.common.scripts writing output... [ 55%] api/glance.tests.unit.common.scripts.image_import writing output... [ 56%] api/glance.tests.unit.v1 writing output... [ 57%] api/glance.tests.unit.v2 writing output... [ 58%] api/modules writing output... [ 59%] architecture writing output... [ 60%] artifact-types writing output... [ 60%] authentication writing output... [ 61%] cache writing output... [ 62%] common-image-properties writing output... [ 63%] configuring writing output... [ 64%] contributing/blueprints writing output... [ 65%] contributing/documentation writing output... [ 65%] contributing/index writing output... [ 66%] contributing/minor-code-changes writing output... [ 67%] contributing/refreshing-configs writing output... [ 68%] controllingservers writing output... [ 69%] database_architecture writing output... [ 70%] db writing output... [ 70%] domain_implementation writing output... [ 71%] domain_model writing output... [ 72%] flows writing output... [ 73%] formats writing output... [ 74%] glanceapi writing output... [ 75%] glanceclient writing output... [ 75%] glancemetadefcatalogapi writing output... [ 76%] identifiers writing output... [ 77%] image-location-strategy-modules writing output... [ 78%] index writing output... [ 79%] installing writing output... [ 80%] man/glanceapi writing output... [ 80%] man/glancecachecleaner writing output... [ 81%] man/glancecachemanage writing output... [ 82%] man/glancecacheprefetcher writing output... [ 83%] man/glancecachepruner writing output... [ 84%] man/glancecontrol writing output... [ 85%] man/glancemanage writing output... [ 85%] man/glanceregistry writing output... [ 86%] man/glancereplicator writing output... [ 87%] man/glancescrubber writing output... [ 88%] metadefs-concepts writing output... [ 89%] notifications writing output... [ 90%] opts/glance_api writing output... [ 90%] opts/glance_cache writing output... [ 91%] opts/glance_manage writing output... [ 92%] opts/glance_registry writing output... [ 93%] opts/glance_scrubber writing output... [ 94%] opts/index writing output... [ 95%] policies writing output... [ 95%] property-protections writing output... [ 96%] requirements writing output... [ 97%] sample-configuration writing output... [ 98%] signature writing output... [ 99%] statuses writing output... [100%] tasks writing additional files... (332 module code pages) _modules/index genindex py-modindex search copying images... [ 25%] ./images/glance_layers.png copying images... [ 50%] ./images/architecture.png copying images... [ 75%] ./images/glance_db.png copying images... [100%] ./images/image_status_transition.png copying static files... done copying extra files... done dumping search index... done dumping object inventory... done build succeeded, 6 warnings. Running Sphinx v1.2.3 fatal: Not a git repository (or any of the parent directories): .git loading stevedore.sphinxext loading pickled environment... done Using openstack theme from /usr/lib/python2.7/site-packages/oslosphinx/theme [oslo_config.sphinxconfiggen] reading config generator instructions from /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/../../etc/oslo-config-generator/glance-api.conf [oslo_config.sphinxconfiggen] writing sample configuration to /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/_static/glance-api.conf.sample DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.manage = glance.opts:list_manage_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.registry = glance.opts:list_registry_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.glare = glance.opts:list_artifacts_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.api = glance.opts:list_api_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.scrubber = glance.opts:list_scrubber_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.cache = glance.opts:list_cache_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware = oslo_middleware.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.sizelimit = oslo_middleware.opts:list_opts_sizelimit') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.healthcheck = oslo_middleware.opts:list_opts_healthcheck') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.cors = oslo_middleware.opts:list_opts_cors') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.ssl = oslo_middleware.opts:list_opts_ssl') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.http_proxy_to_wsgi = oslo_middleware.opts:list_opts_http_proxy_to_wsgi') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.db = oslo_db.options:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.db.concurrency = oslo_db.concurrency:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.policy = oslo_policy.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('keystonemiddleware.auth_token = keystonemiddleware.auth_token._opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.log = oslo_log._options:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.config = oslo_config._list_opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.messaging = oslo_messaging.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store = glance_store.backend:_list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.concurrency = oslo_concurrency.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('castellan.tests.functional.config = castellan.tests.functional.config:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('castellan.config = castellan.options:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.wsgi = oslo_service.wsgi:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.sslutils = oslo_service.sslutils:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.service = oslo_service.service:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.periodic_task = oslo_service.periodic_task:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('osprofiler = osprofiler.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.api = glance.common.config:set_cors_middleware_defaults') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store cinder DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store file DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.cinder.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.filesystem.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.http.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.rbd.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.sheepdog.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.swift.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.vmware_datastore.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store http DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store no_conf DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store rbd DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store sheepdog DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store swift DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store vmware DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:oslo_config.generator:The type for option auth_type which is is not a subclass of types.ConfigType and doesn't provide a 'format_defaults' method. A default formatter is not available so the best-effort formatter will be used. DEBUG:oslo_config.generator:The type for option auth_section which is is not a subclass of types.ConfigType and doesn't provide a 'format_defaults' method. A default formatter is not available so the best-effort formatter will be used. [oslo_config.sphinxconfiggen] reading config generator instructions from /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/../../etc/oslo-config-generator/glance-cache.conf [oslo_config.sphinxconfiggen] writing sample configuration to /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/_static/glance-cache.conf.sample DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.manage = glance.opts:list_manage_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.registry = glance.opts:list_registry_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.glare = glance.opts:list_artifacts_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.api = glance.opts:list_api_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.scrubber = glance.opts:list_scrubber_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.cache = glance.opts:list_cache_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware = oslo_middleware.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.sizelimit = oslo_middleware.opts:list_opts_sizelimit') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.healthcheck = oslo_middleware.opts:list_opts_healthcheck') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.cors = oslo_middleware.opts:list_opts_cors') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.ssl = oslo_middleware.opts:list_opts_ssl') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.http_proxy_to_wsgi = oslo_middleware.opts:list_opts_http_proxy_to_wsgi') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.db = oslo_db.options:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.db.concurrency = oslo_db.concurrency:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.policy = oslo_policy.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('keystonemiddleware.auth_token = keystonemiddleware.auth_token._opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.log = oslo_log._options:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.config = oslo_config._list_opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.messaging = oslo_messaging.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store = glance_store.backend:_list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.concurrency = oslo_concurrency.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('castellan.tests.functional.config = castellan.tests.functional.config:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('castellan.config = castellan.options:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.wsgi = oslo_service.wsgi:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.sslutils = oslo_service.sslutils:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.service = oslo_service.service:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.periodic_task = oslo_service.periodic_task:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('osprofiler = osprofiler.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.api = glance.common.config:set_cors_middleware_defaults') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store cinder DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store file DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.cinder.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.filesystem.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.http.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.rbd.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.sheepdog.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.swift.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.vmware_datastore.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store http DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store no_conf DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store rbd DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store sheepdog DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store swift DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store vmware DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') [oslo_config.sphinxconfiggen] reading config generator instructions from /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/../../etc/oslo-config-generator/glance-glare.conf [oslo_config.sphinxconfiggen] writing sample configuration to /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/_static/glance-glare.conf.sample DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.manage = glance.opts:list_manage_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.registry = glance.opts:list_registry_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.glare = glance.opts:list_artifacts_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.api = glance.opts:list_api_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.scrubber = glance.opts:list_scrubber_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.cache = glance.opts:list_cache_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware = oslo_middleware.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.sizelimit = oslo_middleware.opts:list_opts_sizelimit') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.healthcheck = oslo_middleware.opts:list_opts_healthcheck') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.cors = oslo_middleware.opts:list_opts_cors') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.ssl = oslo_middleware.opts:list_opts_ssl') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.http_proxy_to_wsgi = oslo_middleware.opts:list_opts_http_proxy_to_wsgi') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.db = oslo_db.options:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.db.concurrency = oslo_db.concurrency:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.policy = oslo_policy.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('keystonemiddleware.auth_token = keystonemiddleware.auth_token._opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.log = oslo_log._options:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.config = oslo_config._list_opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.messaging = oslo_messaging.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store = glance_store.backend:_list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.concurrency = oslo_concurrency.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('castellan.tests.functional.config = castellan.tests.functional.config:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('castellan.config = castellan.options:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.wsgi = oslo_service.wsgi:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.sslutils = oslo_service.sslutils:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.service = oslo_service.service:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.periodic_task = oslo_service.periodic_task:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('osprofiler = osprofiler.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.api = glance.common.config:set_cors_middleware_defaults') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store cinder DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store file DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.cinder.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.filesystem.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.http.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.rbd.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.sheepdog.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.swift.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.vmware_datastore.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store http DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store no_conf DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store rbd DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store sheepdog DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store swift DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store vmware DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:oslo_config.generator:The type for option auth_type which is is not a subclass of types.ConfigType and doesn't provide a 'format_defaults' method. A default formatter is not available so the best-effort formatter will be used. DEBUG:oslo_config.generator:The type for option auth_section which is is not a subclass of types.ConfigType and doesn't provide a 'format_defaults' method. A default formatter is not available so the best-effort formatter will be used. [oslo_config.sphinxconfiggen] reading config generator instructions from /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/../../etc/oslo-config-generator/glance-manage.conf [oslo_config.sphinxconfiggen] writing sample configuration to /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/_static/glance-manage.conf.sample DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.manage = glance.opts:list_manage_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.registry = glance.opts:list_registry_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.glare = glance.opts:list_artifacts_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.api = glance.opts:list_api_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.scrubber = glance.opts:list_scrubber_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.cache = glance.opts:list_cache_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware = oslo_middleware.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.sizelimit = oslo_middleware.opts:list_opts_sizelimit') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.healthcheck = oslo_middleware.opts:list_opts_healthcheck') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.cors = oslo_middleware.opts:list_opts_cors') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.ssl = oslo_middleware.opts:list_opts_ssl') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.http_proxy_to_wsgi = oslo_middleware.opts:list_opts_http_proxy_to_wsgi') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.db = oslo_db.options:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.db.concurrency = oslo_db.concurrency:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.policy = oslo_policy.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('keystonemiddleware.auth_token = keystonemiddleware.auth_token._opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.log = oslo_log._options:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.config = oslo_config._list_opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.messaging = oslo_messaging.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store = glance_store.backend:_list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.concurrency = oslo_concurrency.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('castellan.tests.functional.config = castellan.tests.functional.config:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('castellan.config = castellan.options:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.wsgi = oslo_service.wsgi:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.sslutils = oslo_service.sslutils:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.service = oslo_service.service:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.periodic_task = oslo_service.periodic_task:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('osprofiler = osprofiler.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.api = glance.common.config:set_cors_middleware_defaults') [oslo_config.sphinxconfiggen] reading config generator instructions from /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/../../etc/oslo-config-generator/glance-registry.conf [oslo_config.sphinxconfiggen] writing sample configuration to /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/_static/glance-registry.conf.sample DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.manage = glance.opts:list_manage_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.registry = glance.opts:list_registry_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.glare = glance.opts:list_artifacts_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.api = glance.opts:list_api_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.scrubber = glance.opts:list_scrubber_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.cache = glance.opts:list_cache_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware = oslo_middleware.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.sizelimit = oslo_middleware.opts:list_opts_sizelimit') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.healthcheck = oslo_middleware.opts:list_opts_healthcheck') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.cors = oslo_middleware.opts:list_opts_cors') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.ssl = oslo_middleware.opts:list_opts_ssl') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.http_proxy_to_wsgi = oslo_middleware.opts:list_opts_http_proxy_to_wsgi') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.db = oslo_db.options:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.db.concurrency = oslo_db.concurrency:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.policy = oslo_policy.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('keystonemiddleware.auth_token = keystonemiddleware.auth_token._opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.log = oslo_log._options:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.config = oslo_config._list_opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.messaging = oslo_messaging.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store = glance_store.backend:_list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.concurrency = oslo_concurrency.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('castellan.tests.functional.config = castellan.tests.functional.config:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('castellan.config = castellan.options:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.wsgi = oslo_service.wsgi:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.sslutils = oslo_service.sslutils:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.service = oslo_service.service:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.periodic_task = oslo_service.periodic_task:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('osprofiler = osprofiler.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.api = glance.common.config:set_cors_middleware_defaults') DEBUG:oslo_config.generator:The type for option auth_type which is is not a subclass of types.ConfigType and doesn't provide a 'format_defaults' method. A default formatter is not available so the best-effort formatter will be used. DEBUG:oslo_config.generator:The type for option auth_section which is is not a subclass of types.ConfigType and doesn't provide a 'format_defaults' method. A default formatter is not available so the best-effort formatter will be used. [oslo_config.sphinxconfiggen] reading config generator instructions from /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/../../etc/oslo-config-generator/glance-scrubber.conf [oslo_config.sphinxconfiggen] writing sample configuration to /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/_static/glance-scrubber.conf.sample DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.manage = glance.opts:list_manage_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.registry = glance.opts:list_registry_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.glare = glance.opts:list_artifacts_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.api = glance.opts:list_api_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.scrubber = glance.opts:list_scrubber_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.cache = glance.opts:list_cache_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware = oslo_middleware.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.sizelimit = oslo_middleware.opts:list_opts_sizelimit') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.healthcheck = oslo_middleware.opts:list_opts_healthcheck') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.cors = oslo_middleware.opts:list_opts_cors') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.ssl = oslo_middleware.opts:list_opts_ssl') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.http_proxy_to_wsgi = oslo_middleware.opts:list_opts_http_proxy_to_wsgi') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.db = oslo_db.options:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.db.concurrency = oslo_db.concurrency:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.policy = oslo_policy.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('keystonemiddleware.auth_token = keystonemiddleware.auth_token._opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.log = oslo_log._options:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.config = oslo_config._list_opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.messaging = oslo_messaging.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store = glance_store.backend:_list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.concurrency = oslo_concurrency.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('castellan.tests.functional.config = castellan.tests.functional.config:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('castellan.config = castellan.options:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.wsgi = oslo_service.wsgi:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.sslutils = oslo_service.sslutils:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.service = oslo_service.service:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.periodic_task = oslo_service.periodic_task:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('osprofiler = osprofiler.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.api = glance.common.config:set_cors_middleware_defaults') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store cinder DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store file DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.cinder.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.filesystem.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.http.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.rbd.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.sheepdog.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.swift.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.vmware_datastore.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store http DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store no_conf DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store rbd DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store sheepdog DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store swift DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store vmware DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') building [man]: all source files updating environment: 0 added, 2 changed, 0 removed reading sources... [ 50%] api/glance.db.sqlalchemy.alembic_migrations reading sources... [100%] sample-configuration /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/api/glance.db.sqlalchemy.alembic_migrations.rst:50: WARNING: autodoc: failed to import module u'glance.db.sqlalchemy.alembic_migrations.env'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/glance-14.0.0.0rc1/glance/db/sqlalchemy/alembic_migrations/env.py", line 28, in config = context.config AttributeError: 'module' object has no attribute 'config' /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/sample-configuration.rst:3: WARNING: Duplicate explicit target name: "file form". /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/sample-configuration.rst:3: WARNING: Duplicate explicit target name: "file form". /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/sample-configuration.rst:3: WARNING: Duplicate explicit target name: "file form". /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/sample-configuration.rst:3: WARNING: Duplicate explicit target name: "file form". /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/sample-configuration.rst:3: WARNING: Duplicate explicit target name: "file form". looking for now-outdated files... none found pickling environment... done checking consistency... done writing... glance-api.1 { } glance-cache-cleaner.1 { } glance-cache-manage.1 { } glance-cache-prefetcher.1 { } glance-cache-pruner.1 { } glance-control.1 { } glance-manage.1 { } glance-registry.1 { } glance-replicator.1 { } glance-scrubber.1 { } build succeeded, 6 warnings. reading sources... [ 16%] api/glance.contrib.plugins.artifacts_sample.v1 reading sources... [ 17%] api/glance.contrib.plugins.artifacts_sample.v2 reading sources... [ 18%] api/glance.contrib.plugins.image_artifact reading sources... [ 19%] api/glance.contrib.plugins.image_artifact.v1 reading sources... [ 20%] api/glance.contrib.plugins.image_artifact.v1_1 reading sources... [ 20%] api/glance.contrib.plugins.image_artifact.v2 reading sources... [ 21%] api/glance.db reading sources... [ 22%] api/glance.db.registry reading sources... [ 23%] api/glance.db.simple reading sources... [ 24%] api/glance.db.sqlalchemy reading sources... [ 25%] api/glance.db.sqlalchemy.alembic_migrations reading sources... [ 25%] api/glance.db.sqlalchemy.alembic_migrations.data_migrations reading sources... [ 26%] api/glance.db.sqlalchemy.alembic_migrations.versions reading sources... [ 27%] api/glance.db.sqlalchemy.metadef_api reading sources... [ 28%] api/glance.db.sqlalchemy.migrate_repo reading sources... [ 29%] api/glance.db.sqlalchemy.migrate_repo.versions reading sources... [ 30%] api/glance.domain reading sources... [ 30%] api/glance.glare reading sources... [ 31%] api/glance.glare.domain reading sources... [ 32%] api/glance.hacking reading sources... [ 33%] api/glance.image_cache reading sources... [ 34%] api/glance.image_cache.drivers reading sources... [ 35%] api/glance.quota reading sources... [ 35%] api/glance.registry reading sources... [ 36%] api/glance.registry.api reading sources... [ 37%] api/glance.registry.api.v1 reading sources... [ 38%] api/glance.registry.api.v2 reading sources... [ 39%] api/glance.registry.client reading sources... [ 40%] api/glance.registry.client.v1 reading sources... [ 40%] api/glance.registry.client.v2 reading sources... [ 41%] api/glance.tests reading sources... [ 42%] api/glance.tests.functional reading sources... [ 43%] api/glance.tests.functional.db reading sources... [ 44%] api/glance.tests.functional.db.migrations reading sources... [ 45%] api/glance.tests.functional.glare reading sources... [ 45%] api/glance.tests.functional.v1 reading sources... [ 46%] api/glance.tests.functional.v2 reading sources... [ 47%] api/glance.tests.integration reading sources... [ 48%] api/glance.tests.integration.legacy_functional reading sources... [ 49%] api/glance.tests.integration.v2 reading sources... [ 50%] api/glance.tests.unit reading sources... [ 50%] api/glance.tests.unit.api reading sources... [ 51%] api/glance.tests.unit.api.middleware reading sources... [ 52%] api/glance.tests.unit.async reading sources... [ 53%] api/glance.tests.unit.async.flows reading sources... [ 54%] api/glance.tests.unit.common reading sources... [ 55%] api/glance.tests.unit.common.scripts reading sources... [ 55%] api/glance.tests.unit.common.scripts.image_import reading sources... [ 56%] api/glance.tests.unit.v1 reading sources... [ 57%] api/glance.tests.unit.v2 reading sources... [ 58%] api/modules reading sources... [ 59%] architecture reading sources... [ 60%] artifact-types documenting plugins from u'glance.artifacts.types' DEBUG:stevedore.extension:found extension EntryPoint.parse('MyArtifact = glance.contrib.plugins.artifacts_sample:MY_ARTIFACT') reading sources... [ 60%] authentication reading sources... [ 61%] cache reading sources... [ 62%] common-image-properties reading sources... [ 63%] configuring reading sources... [ 64%] contributing/blueprints reading sources... [ 65%] contributing/documentation reading sources... [ 65%] contributing/index reading sources... [ 66%] contributing/minor-code-changes reading sources... [ 67%] contributing/refreshing-configs reading sources... [ 68%] controllingservers reading sources... [ 69%] database_architecture documenting plugins from u'glance.database.migration_backend' DEBUG:stevedore.extension:found extension EntryPoint.parse('sqlalchemy = oslo_db.sqlalchemy.migration') documenting plugins from u'glance.database.metadata_backend' DEBUG:stevedore.extension:found extension EntryPoint.parse('sqlalchemy = glance.db.sqlalchemy.metadata') reading sources... [ 70%] db reading sources... [ 70%] domain_implementation reading sources... [ 71%] domain_model reading sources... [ 72%] flows documenting plugins from u'glance.flows' DEBUG:stevedore.extension:found extension EntryPoint.parse('import = glance.async.flows.base_import:get_flow') documenting plugins from u'glance.flows.import' DEBUG:stevedore.extension:found extension EntryPoint.parse('convert = glance.async.flows.convert:get_flow') DEBUG:stevedore.extension:found extension EntryPoint.parse('introspect = glance.async.flows.introspect:get_flow') DEBUG:stevedore.extension:found extension EntryPoint.parse('ovf_process = glance.async.flows.ovf_process:get_flow') reading sources... [ 73%] formats reading sources... [ 74%] glanceapi reading sources... [ 75%] glanceclient reading sources... [ 75%] glancemetadefcatalogapi reading sources... [ 76%] identifiers reading sources... [ 77%] image-location-strategy-modules documenting plugins from u'glance.common.image_location_strategy.modules' DEBUG:stevedore.extension:found extension EntryPoint.parse('location_order_strategy = glance.common.location_strategy.location_order') DEBUG:stevedore.extension:found extension EntryPoint.parse('store_type_strategy = glance.common.location_strategy.store_type') reading sources... [ 78%] index reading sources... [ 79%] installing reading sources... [ 80%] man/glanceapi reading sources... [ 80%] man/glancecachecleaner reading sources... [ 81%] man/glancecachemanage reading sources... [ 82%] man/glancecacheprefetcher reading sources... [ 83%] man/glancecachepruner reading sources... [ 84%] man/glancecontrol reading sources... [ 85%] man/glancemanage reading sources... [ 85%] man/glanceregistry reading sources... [ 86%] man/glancereplicator reading sources... [ 87%] man/glancescrubber reading sources... [ 88%] metadefs-concepts reading sources... [ 89%] notifications reading sources... [ 90%] opts/glance_api loading config file etc/oslo-config-generator/glance-api.conf DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.manage = glance.opts:list_manage_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.registry = glance.opts:list_registry_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.glare = glance.opts:list_artifacts_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.api = glance.opts:list_api_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.scrubber = glance.opts:list_scrubber_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.cache = glance.opts:list_cache_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware = oslo_middleware.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.sizelimit = oslo_middleware.opts:list_opts_sizelimit') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.healthcheck = oslo_middleware.opts:list_opts_healthcheck') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.cors = oslo_middleware.opts:list_opts_cors') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.ssl = oslo_middleware.opts:list_opts_ssl') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.http_proxy_to_wsgi = oslo_middleware.opts:list_opts_http_proxy_to_wsgi') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.db = oslo_db.options:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.db.concurrency = oslo_db.concurrency:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.policy = oslo_policy.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('keystonemiddleware.auth_token = keystonemiddleware.auth_token._opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.log = oslo_log._options:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.config = oslo_config._list_opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.messaging = oslo_messaging.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store = glance_store.backend:_list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.concurrency = oslo_concurrency.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('castellan.tests.functional.config = castellan.tests.functional.config:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('castellan.config = castellan.options:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.wsgi = oslo_service.wsgi:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.sslutils = oslo_service.sslutils:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.service = oslo_service.service:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.periodic_task = oslo_service.periodic_task:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('osprofiler = osprofiler.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.api = glance.common.config:set_cors_middleware_defaults') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store cinder DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store file DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.cinder.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.filesystem.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.http.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.rbd.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.sheepdog.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.swift.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.vmware_datastore.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store http DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store no_conf DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store rbd DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store sheepdog DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store swift DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store vmware DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') [oslo.config] None DEFAULT [oslo.config] None cors [oslo.config] None cors.subdomain [oslo.config] None database [oslo.config] None glance_store [oslo.config] None image_format [oslo.config] None keystone_authtoken [oslo.config] None matchmaker_redis [oslo.config] None oslo_concurrency [oslo.config] None oslo_messaging_amqp [oslo.config] None oslo_messaging_kafka [oslo.config] None oslo_messaging_notifications [oslo.config] None oslo_messaging_rabbit [oslo.config] None oslo_messaging_zmq [oslo.config] None oslo_middleware [oslo.config] None oslo_policy [oslo.config] None paste_deploy [oslo.config] None profiler [oslo.config] None store_type_location_strategy [oslo.config] None task [oslo.config] None taskflow_executor oslo.config group 'DEFAULT' oslo.config option owner_is_tenant oslo.config option admin_role oslo.config option allow_anonymous_access oslo.config option max_request_id_length oslo.config option public_endpoint oslo.config option allow_additional_image_properties oslo.config option image_member_quota oslo.config option image_property_quota oslo.config option image_tag_quota oslo.config option image_location_quota oslo.config option data_api oslo.config option limit_param_default oslo.config option api_limit_max oslo.config option show_image_direct_url oslo.config option show_multiple_locations oslo.config option image_size_cap oslo.config option user_storage_quota oslo.config option enable_v1_api oslo.config option enable_v2_api oslo.config option enable_v1_registry oslo.config option enable_v2_registry oslo.config option pydev_worker_debug_host oslo.config option pydev_worker_debug_port oslo.config option metadata_encryption_key oslo.config option digest_algorithm oslo.config option location_strategy oslo.config option property_protection_file oslo.config option property_protection_rule_format oslo.config option allowed_rpc_exception_modules oslo.config option bind_host oslo.config option bind_port oslo.config option workers oslo.config option max_header_line oslo.config option http_keepalive oslo.config option client_socket_timeout oslo.config option backlog oslo.config option tcp_keepidle oslo.config option ca_file oslo.config option cert_file oslo.config option key_file oslo.config option secure_proxy_ssl_header oslo.config option image_cache_sqlite_db oslo.config option image_cache_driver oslo.config option image_cache_max_size oslo.config option image_cache_stall_time oslo.config option image_cache_dir oslo.config option default_publisher_id oslo.config option disabled_notifications oslo.config option registry_host oslo.config option registry_port oslo.config option use_user_token oslo.config option admin_user oslo.config option admin_password oslo.config option admin_tenant_name oslo.config option auth_url oslo.config option auth_strategy oslo.config option auth_region oslo.config option registry_client_protocol oslo.config option registry_client_key_file oslo.config option registry_client_cert_file oslo.config option registry_client_ca_file oslo.config option registry_client_insecure oslo.config option registry_client_timeout oslo.config option send_identity_headers oslo.config option scrub_time oslo.config option scrub_pool_size oslo.config option delayed_delete oslo.config option debug oslo.config option verbose oslo.config option log_config_append oslo.config option log_date_format oslo.config option log_file oslo.config option log_dir oslo.config option watch_log_file oslo.config option use_syslog oslo.config option syslog_log_facility oslo.config option use_stderr oslo.config option logging_context_format_string oslo.config option logging_default_format_string oslo.config option logging_debug_format_suffix oslo.config option logging_exception_prefix oslo.config option logging_user_identity_format oslo.config option default_log_levels oslo.config option publish_errors oslo.config option instance_format oslo.config option instance_uuid_format oslo.config option rate_limit_interval oslo.config option rate_limit_burst oslo.config option rate_limit_except_level oslo.config option fatal_deprecations oslo.config option rpc_conn_pool_size oslo.config option conn_pool_min_size oslo.config option conn_pool_ttl oslo.config option rpc_zmq_bind_address oslo.config option rpc_zmq_matchmaker oslo.config option rpc_zmq_contexts oslo.config option rpc_zmq_topic_backlog oslo.config option rpc_zmq_ipc_dir oslo.config option rpc_zmq_host oslo.config option zmq_linger oslo.config option rpc_poll_timeout oslo.config option zmq_target_expire oslo.config option zmq_target_update oslo.config option use_pub_sub oslo.config option use_router_proxy oslo.config option use_dynamic_connections oslo.config option zmq_failover_connections oslo.config option rpc_zmq_min_port oslo.config option rpc_zmq_max_port oslo.config option rpc_zmq_bind_port_retries oslo.config option rpc_zmq_serialization oslo.config option zmq_immediate oslo.config option zmq_tcp_keepalive oslo.config option zmq_tcp_keepalive_idle oslo.config option zmq_tcp_keepalive_cnt oslo.config option zmq_tcp_keepalive_intvl oslo.config option rpc_thread_pool_size oslo.config option rpc_message_ttl oslo.config option rpc_use_acks oslo.config option rpc_ack_timeout_base oslo.config option rpc_ack_timeout_multiplier oslo.config option rpc_retry_attempts oslo.config option subscribe_on oslo.config option executor_thread_pool_size oslo.config option rpc_response_timeout oslo.config option transport_url oslo.config option rpc_backend oslo.config option control_exchange oslo.config group 'cors' oslo.config option allowed_origin oslo.config option allow_credentials oslo.config option expose_headers oslo.config option max_age oslo.config option allow_methods oslo.config option allow_headers oslo.config group 'cors.subdomain' oslo.config option allowed_origin oslo.config option allow_credentials oslo.config option expose_headers oslo.config option max_age oslo.config option allow_methods oslo.config option allow_headers oslo.config group 'database' oslo.config option sqlite_db oslo.config option sqlite_synchronous oslo.config option backend oslo.config option connection oslo.config option slave_connection oslo.config option mysql_sql_mode oslo.config option idle_timeout oslo.config option min_pool_size oslo.config option max_pool_size oslo.config option max_retries oslo.config option retry_interval oslo.config option max_overflow oslo.config option connection_debug oslo.config option connection_trace oslo.config option pool_timeout oslo.config option use_db_reconnect oslo.config option db_retry_interval oslo.config option db_inc_retry_interval oslo.config option db_max_retry_interval oslo.config option db_max_retries oslo.config option use_tpool oslo.config group 'glance_store' oslo.config option stores oslo.config option default_store oslo.config option store_capabilities_update_min_interval oslo.config option cinder_catalog_info oslo.config option cinder_endpoint_template oslo.config option cinder_os_region_name oslo.config option cinder_ca_certificates_file oslo.config option cinder_http_retries oslo.config option cinder_state_transition_timeout oslo.config option cinder_api_insecure oslo.config option cinder_store_auth_address oslo.config option cinder_store_user_name oslo.config option cinder_store_password oslo.config option cinder_store_project_name oslo.config option rootwrap_config oslo.config option cinder_volume_type oslo.config option filesystem_store_datadir oslo.config option filesystem_store_datadirs oslo.config option filesystem_store_metadata_file oslo.config option filesystem_store_file_perm oslo.config option https_ca_certificates_file oslo.config option https_insecure oslo.config option http_proxy_information oslo.config option rbd_store_chunk_size oslo.config option rbd_store_pool oslo.config option rbd_store_user oslo.config option rbd_store_ceph_conf oslo.config option rados_connect_timeout oslo.config option sheepdog_store_chunk_size oslo.config option sheepdog_store_port oslo.config option sheepdog_store_address oslo.config option swift_store_auth_insecure oslo.config option swift_store_cacert oslo.config option swift_store_region oslo.config option swift_store_endpoint oslo.config option swift_store_endpoint_type oslo.config option swift_store_service_type oslo.config option swift_store_container oslo.config option swift_store_large_object_size oslo.config option swift_store_large_object_chunk_size oslo.config option swift_store_create_container_on_put oslo.config option swift_store_multi_tenant oslo.config option swift_store_multiple_containers_seed oslo.config option swift_store_admin_tenants oslo.config option swift_store_ssl_compression oslo.config option swift_store_retry_get_count oslo.config option swift_store_expire_soon_interval oslo.config option swift_store_use_trusts oslo.config option default_swift_reference oslo.config option swift_store_auth_version oslo.config option swift_store_auth_address oslo.config option swift_store_user oslo.config option swift_store_key oslo.config option swift_store_config_file oslo.config option vmware_server_host oslo.config option vmware_server_username oslo.config option vmware_server_password oslo.config option vmware_api_retry_count oslo.config option vmware_task_poll_interval oslo.config option vmware_store_image_dir oslo.config option vmware_insecure oslo.config option vmware_ca_file oslo.config option vmware_datastores oslo.config group 'image_format' oslo.config option container_formats oslo.config option disk_formats oslo.config group 'keystone_authtoken' oslo.config option auth_uri oslo.config option auth_version oslo.config option delay_auth_decision oslo.config option http_connect_timeout oslo.config option http_request_max_retries oslo.config option cache oslo.config option certfile oslo.config option keyfile oslo.config option cafile oslo.config option insecure oslo.config option region_name oslo.config option signing_dir oslo.config option memcached_servers oslo.config option token_cache_time oslo.config option revocation_cache_time oslo.config option memcache_security_strategy oslo.config option memcache_secret_key oslo.config option memcache_pool_dead_retry oslo.config option memcache_pool_maxsize oslo.config option memcache_pool_socket_timeout oslo.config option memcache_pool_unused_timeout oslo.config option memcache_pool_conn_get_timeout oslo.config option memcache_use_advanced_pool oslo.config option include_service_catalog oslo.config option enforce_token_bind oslo.config option check_revocations_for_cached oslo.config option hash_algorithms oslo.config option service_token_roles oslo.config option service_token_roles_required oslo.config option auth_type oslo.config option auth_section oslo.config group 'matchmaker_redis' oslo.config option host oslo.config option port oslo.config option password oslo.config option sentinel_hosts oslo.config option sentinel_group_name oslo.config option wait_timeout oslo.config option check_timeout oslo.config option socket_timeout oslo.config group 'oslo_concurrency' oslo.config option disable_process_locking oslo.config option lock_path oslo.config group 'oslo_messaging_amqp' oslo.config option container_name oslo.config option idle_timeout oslo.config option trace oslo.config option ssl_ca_file oslo.config option ssl_cert_file oslo.config option ssl_key_file oslo.config option ssl_key_password oslo.config option allow_insecure_clients oslo.config option sasl_mechanisms oslo.config option sasl_config_dir oslo.config option sasl_config_name oslo.config option username oslo.config option password oslo.config option connection_retry_interval oslo.config option connection_retry_backoff oslo.config option connection_retry_interval_max oslo.config option link_retry_delay oslo.config option default_reply_retry oslo.config option default_reply_timeout oslo.config option default_send_timeout oslo.config option default_notify_timeout oslo.config option default_sender_link_timeout oslo.config option addressing_mode oslo.config option server_request_prefix oslo.config option broadcast_prefix oslo.config option group_request_prefix oslo.config option rpc_address_prefix oslo.config option notify_address_prefix oslo.config option multicast_address oslo.config option unicast_address oslo.config option anycast_address oslo.config option default_notification_exchange oslo.config option default_rpc_exchange oslo.config option reply_link_credit oslo.config option rpc_server_credit oslo.config option notify_server_credit oslo.config option pre_settled oslo.config group 'oslo_messaging_kafka' oslo.config option kafka_default_host oslo.config option kafka_default_port oslo.config option kafka_max_fetch_bytes oslo.config option kafka_consumer_timeout oslo.config option pool_size oslo.config option conn_pool_min_size oslo.config option conn_pool_ttl oslo.config option consumer_group oslo.config option producer_batch_timeout oslo.config option producer_batch_size oslo.config group 'oslo_messaging_notifications' oslo.config option driver oslo.config option transport_url oslo.config option topics oslo.config group 'oslo_messaging_rabbit' oslo.config option amqp_durable_queues oslo.config option amqp_auto_delete oslo.config option kombu_ssl_version oslo.config option kombu_ssl_keyfile oslo.config option kombu_ssl_certfile oslo.config option kombu_ssl_ca_certs oslo.config option kombu_reconnect_delay oslo.config option kombu_compression oslo.config option kombu_missing_consumer_retry_timeout oslo.config option kombu_failover_strategy oslo.config option rabbit_host oslo.config option rabbit_port oslo.config option rabbit_hosts oslo.config option rabbit_use_ssl oslo.config option rabbit_userid oslo.config option rabbit_password oslo.config option rabbit_login_method oslo.config option rabbit_virtual_host oslo.config option rabbit_retry_interval oslo.config option rabbit_retry_backoff oslo.config option rabbit_interval_max oslo.config option rabbit_max_retries oslo.config option rabbit_ha_queues oslo.config option rabbit_transient_queues_ttl oslo.config option rabbit_qos_prefetch_count oslo.config option heartbeat_timeout_threshold oslo.config option heartbeat_rate oslo.config option fake_rabbit oslo.config option channel_max oslo.config option frame_max oslo.config option heartbeat_interval oslo.config option ssl oslo.config option ssl_options oslo.config option socket_timeout oslo.config option tcp_user_timeout oslo.config option host_connection_reconnect_delay oslo.config option connection_factory oslo.config option pool_max_size oslo.config option pool_max_overflow oslo.config option pool_timeout oslo.config option pool_recycle oslo.config option pool_stale oslo.config option default_serializer_type oslo.config option notification_persistence oslo.config option default_notification_exchange oslo.config option notification_listener_prefetch_count oslo.config option default_notification_retry_attempts oslo.config option notification_retry_delay oslo.config option rpc_queue_expiration oslo.config option default_rpc_exchange oslo.config option rpc_reply_exchange oslo.config option rpc_listener_prefetch_count oslo.config option rpc_reply_listener_prefetch_count oslo.config option rpc_reply_retry_attempts oslo.config option rpc_reply_retry_delay oslo.config option default_rpc_retry_attempts oslo.config option rpc_retry_delay oslo.config group 'oslo_messaging_zmq' oslo.config option rpc_zmq_bind_address oslo.config option rpc_zmq_matchmaker oslo.config option rpc_zmq_contexts oslo.config option rpc_zmq_topic_backlog oslo.config option rpc_zmq_ipc_dir oslo.config option rpc_zmq_host oslo.config option zmq_linger oslo.config option rpc_poll_timeout oslo.config option zmq_target_expire oslo.config option zmq_target_update oslo.config option use_pub_sub oslo.config option use_router_proxy oslo.config option use_dynamic_connections oslo.config option zmq_failover_connections oslo.config option rpc_zmq_min_port oslo.config option rpc_zmq_max_port oslo.config option rpc_zmq_bind_port_retries oslo.config option rpc_zmq_serialization oslo.config option zmq_immediate oslo.config option zmq_tcp_keepalive oslo.config option zmq_tcp_keepalive_idle oslo.config option zmq_tcp_keepalive_cnt oslo.config option zmq_tcp_keepalive_intvl oslo.config option rpc_thread_pool_size oslo.config option rpc_message_ttl oslo.config option rpc_use_acks oslo.config option rpc_ack_timeout_base oslo.config option rpc_ack_timeout_multiplier oslo.config option rpc_retry_attempts oslo.config option subscribe_on oslo.config group 'oslo_middleware' oslo.config option enable_proxy_headers_parsing oslo.config group 'oslo_policy' oslo.config option policy_file oslo.config option policy_default_rule oslo.config option policy_dirs oslo.config group 'paste_deploy' oslo.config option flavor oslo.config option config_file oslo.config group 'profiler' oslo.config option enabled oslo.config option trace_sqlalchemy oslo.config option hmac_keys oslo.config option connection_string oslo.config option es_doc_type oslo.config option es_scroll_time oslo.config option es_scroll_size oslo.config option socket_timeout oslo.config option sentinel_service_name oslo.config group 'store_type_location_strategy' oslo.config option store_type_preference oslo.config group 'task' oslo.config option task_time_to_live oslo.config option task_executor oslo.config option work_dir oslo.config group 'taskflow_executor' oslo.config option engine_mode oslo.config option max_workers oslo.config option conversion_format reading sources... [ 90%] opts/glance_cache loading config file etc/oslo-config-generator/glance-cache.conf DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.manage = glance.opts:list_manage_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.registry = glance.opts:list_registry_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.glare = glance.opts:list_artifacts_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.api = glance.opts:list_api_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.scrubber = glance.opts:list_scrubber_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.cache = glance.opts:list_cache_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware = oslo_middleware.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.sizelimit = oslo_middleware.opts:list_opts_sizelimit') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.healthcheck = oslo_middleware.opts:list_opts_healthcheck') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.cors = oslo_middleware.opts:list_opts_cors') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.ssl = oslo_middleware.opts:list_opts_ssl') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.http_proxy_to_wsgi = oslo_middleware.opts:list_opts_http_proxy_to_wsgi') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.db = oslo_db.options:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.db.concurrency = oslo_db.concurrency:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.policy = oslo_policy.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('keystonemiddleware.auth_token = keystonemiddleware.auth_token._opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.log = oslo_log._options:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.config = oslo_config._list_opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.messaging = oslo_messaging.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store = glance_store.backend:_list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.concurrency = oslo_concurrency.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('castellan.tests.functional.config = castellan.tests.functional.config:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('castellan.config = castellan.options:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.wsgi = oslo_service.wsgi:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.sslutils = oslo_service.sslutils:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.service = oslo_service.service:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.periodic_task = oslo_service.periodic_task:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('osprofiler = osprofiler.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.api = glance.common.config:set_cors_middleware_defaults') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store cinder DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store file DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.cinder.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.filesystem.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.http.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.rbd.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.sheepdog.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.swift.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.vmware_datastore.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store http DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store no_conf DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store rbd DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store sheepdog DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store swift DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store vmware DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') [oslo.config] None DEFAULT [oslo.config] None glance_store [oslo.config] None oslo_policy oslo.config group 'DEFAULT' oslo.config option allow_additional_image_properties oslo.config option image_member_quota oslo.config option image_property_quota oslo.config option image_tag_quota oslo.config option image_location_quota oslo.config option data_api oslo.config option limit_param_default oslo.config option api_limit_max oslo.config option show_image_direct_url oslo.config option show_multiple_locations oslo.config option image_size_cap oslo.config option user_storage_quota oslo.config option enable_v1_api oslo.config option enable_v2_api oslo.config option enable_v1_registry oslo.config option enable_v2_registry oslo.config option pydev_worker_debug_host oslo.config option pydev_worker_debug_port oslo.config option metadata_encryption_key oslo.config option digest_algorithm oslo.config option image_cache_sqlite_db oslo.config option image_cache_driver oslo.config option image_cache_max_size oslo.config option image_cache_stall_time oslo.config option image_cache_dir oslo.config option registry_host oslo.config option registry_port oslo.config option registry_client_protocol oslo.config option registry_client_key_file oslo.config option registry_client_cert_file oslo.config option registry_client_ca_file oslo.config option registry_client_insecure oslo.config option registry_client_timeout oslo.config option use_user_token oslo.config option admin_user oslo.config option admin_password oslo.config option admin_tenant_name oslo.config option auth_url oslo.config option auth_strategy oslo.config option auth_region oslo.config option debug oslo.config option verbose oslo.config option log_config_append oslo.config option log_date_format oslo.config option log_file oslo.config option log_dir oslo.config option watch_log_file oslo.config option use_syslog oslo.config option syslog_log_facility oslo.config option use_stderr oslo.config option logging_context_format_string oslo.config option logging_default_format_string oslo.config option logging_debug_format_suffix oslo.config option logging_exception_prefix oslo.config option logging_user_identity_format oslo.config option default_log_levels oslo.config option publish_errors oslo.config option instance_format oslo.config option instance_uuid_format oslo.config option rate_limit_interval oslo.config option rate_limit_burst oslo.config option rate_limit_except_level oslo.config option fatal_deprecations oslo.config group 'glance_store' oslo.config option stores oslo.config option default_store oslo.config option store_capabilities_update_min_interval oslo.config option cinder_catalog_info oslo.config option cinder_endpoint_template oslo.config option cinder_os_region_name oslo.config option cinder_ca_certificates_file oslo.config option cinder_http_retries oslo.config option cinder_state_transition_timeout oslo.config option cinder_api_insecure oslo.config option cinder_store_auth_address oslo.config option cinder_store_user_name oslo.config option cinder_store_password oslo.config option cinder_store_project_name oslo.config option rootwrap_config oslo.config option cinder_volume_type oslo.config option filesystem_store_datadir oslo.config option filesystem_store_datadirs oslo.config option filesystem_store_metadata_file oslo.config option filesystem_store_file_perm oslo.config option https_ca_certificates_file oslo.config option https_insecure oslo.config option http_proxy_information oslo.config option rbd_store_chunk_size oslo.config option rbd_store_pool oslo.config option rbd_store_user oslo.config option rbd_store_ceph_conf oslo.config option rados_connect_timeout oslo.config option sheepdog_store_chunk_size oslo.config option sheepdog_store_port oslo.config option sheepdog_store_address oslo.config option swift_store_auth_insecure oslo.config option swift_store_cacert oslo.config option swift_store_region oslo.config option swift_store_endpoint oslo.config option swift_store_endpoint_type oslo.config option swift_store_service_type oslo.config option swift_store_container oslo.config option swift_store_large_object_size oslo.config option swift_store_large_object_chunk_size oslo.config option swift_store_create_container_on_put oslo.config option swift_store_multi_tenant oslo.config option swift_store_multiple_containers_seed oslo.config option swift_store_admin_tenants oslo.config option swift_store_ssl_compression oslo.config option swift_store_retry_get_count oslo.config option swift_store_expire_soon_interval oslo.config option swift_store_use_trusts oslo.config option default_swift_reference oslo.config option swift_store_auth_version oslo.config option swift_store_auth_address oslo.config option swift_store_user oslo.config option swift_store_key oslo.config option swift_store_config_file oslo.config option vmware_server_host oslo.config option vmware_server_username oslo.config option vmware_server_password oslo.config option vmware_api_retry_count oslo.config option vmware_task_poll_interval oslo.config option vmware_store_image_dir oslo.config option vmware_insecure oslo.config option vmware_ca_file oslo.config option vmware_datastores oslo.config group 'oslo_policy' oslo.config option policy_file oslo.config option policy_default_rule oslo.config option policy_dirs reading sources... [ 91%] opts/glance_manage loading config file etc/oslo-config-generator/glance-manage.conf DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.manage = glance.opts:list_manage_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.registry = glance.opts:list_registry_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.glare = glance.opts:list_artifacts_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.api = glance.opts:list_api_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.scrubber = glance.opts:list_scrubber_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.cache = glance.opts:list_cache_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware = oslo_middleware.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.sizelimit = oslo_middleware.opts:list_opts_sizelimit') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.healthcheck = oslo_middleware.opts:list_opts_healthcheck') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.cors = oslo_middleware.opts:list_opts_cors') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.ssl = oslo_middleware.opts:list_opts_ssl') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.http_proxy_to_wsgi = oslo_middleware.opts:list_opts_http_proxy_to_wsgi') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.db = oslo_db.options:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.db.concurrency = oslo_db.concurrency:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.policy = oslo_policy.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('keystonemiddleware.auth_token = keystonemiddleware.auth_token._opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.log = oslo_log._options:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.config = oslo_config._list_opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.messaging = oslo_messaging.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store = glance_store.backend:_list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.concurrency = oslo_concurrency.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('castellan.tests.functional.config = castellan.tests.functional.config:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('castellan.config = castellan.options:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.wsgi = oslo_service.wsgi:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.sslutils = oslo_service.sslutils:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.service = oslo_service.service:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.periodic_task = oslo_service.periodic_task:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('osprofiler = osprofiler.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.api = glance.common.config:set_cors_middleware_defaults') [oslo.config] None DEFAULT [oslo.config] None database oslo.config group 'DEFAULT' oslo.config option debug oslo.config option verbose oslo.config option log_config_append oslo.config option log_date_format oslo.config option log_file oslo.config option log_dir oslo.config option watch_log_file oslo.config option use_syslog oslo.config option syslog_log_facility oslo.config option use_stderr oslo.config option logging_context_format_string oslo.config option logging_default_format_string oslo.config option logging_debug_format_suffix oslo.config option logging_exception_prefix oslo.config option logging_user_identity_format oslo.config option default_log_levels oslo.config option publish_errors oslo.config option instance_format oslo.config option instance_uuid_format oslo.config option rate_limit_interval oslo.config option rate_limit_burst oslo.config option rate_limit_except_level oslo.config option fatal_deprecations oslo.config group 'database' oslo.config option sqlite_db oslo.config option sqlite_synchronous oslo.config option backend oslo.config option connection oslo.config option slave_connection oslo.config option mysql_sql_mode oslo.config option idle_timeout oslo.config option min_pool_size oslo.config option max_pool_size oslo.config option max_retries oslo.config option retry_interval oslo.config option max_overflow oslo.config option connection_debug oslo.config option connection_trace oslo.config option pool_timeout oslo.config option use_db_reconnect oslo.config option db_retry_interval oslo.config option db_inc_retry_interval oslo.config option db_max_retry_interval oslo.config option db_max_retries oslo.config option use_tpool reading sources... [ 92%] opts/glance_registry loading config file etc/oslo-config-generator/glance-registry.conf DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.manage = glance.opts:list_manage_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.registry = glance.opts:list_registry_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.glare = glance.opts:list_artifacts_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.api = glance.opts:list_api_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.scrubber = glance.opts:list_scrubber_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.cache = glance.opts:list_cache_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware = oslo_middleware.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.sizelimit = oslo_middleware.opts:list_opts_sizelimit') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.healthcheck = oslo_middleware.opts:list_opts_healthcheck') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.cors = oslo_middleware.opts:list_opts_cors') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.ssl = oslo_middleware.opts:list_opts_ssl') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.http_proxy_to_wsgi = oslo_middleware.opts:list_opts_http_proxy_to_wsgi') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.db = oslo_db.options:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.db.concurrency = oslo_db.concurrency:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.policy = oslo_policy.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('keystonemiddleware.auth_token = keystonemiddleware.auth_token._opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.log = oslo_log._options:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.config = oslo_config._list_opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.messaging = oslo_messaging.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store = glance_store.backend:_list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.concurrency = oslo_concurrency.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('castellan.tests.functional.config = castellan.tests.functional.config:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('castellan.config = castellan.options:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.wsgi = oslo_service.wsgi:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.sslutils = oslo_service.sslutils:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.service = oslo_service.service:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.periodic_task = oslo_service.periodic_task:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('osprofiler = osprofiler.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.api = glance.common.config:set_cors_middleware_defaults') [oslo.config] None DEFAULT [oslo.config] None database [oslo.config] None keystone_authtoken [oslo.config] None matchmaker_redis [oslo.config] None oslo_messaging_amqp [oslo.config] None oslo_messaging_kafka [oslo.config] None oslo_messaging_notifications [oslo.config] None oslo_messaging_rabbit [oslo.config] None oslo_messaging_zmq [oslo.config] None oslo_policy [oslo.config] None paste_deploy [oslo.config] None profiler oslo.config group 'DEFAULT' oslo.config option owner_is_tenant oslo.config option admin_role oslo.config option allow_anonymous_access oslo.config option max_request_id_length oslo.config option allow_additional_image_properties oslo.config option image_member_quota oslo.config option image_property_quota oslo.config option image_tag_quota oslo.config option image_location_quota oslo.config option data_api oslo.config option limit_param_default oslo.config option api_limit_max oslo.config option show_image_direct_url oslo.config option show_multiple_locations oslo.config option image_size_cap oslo.config option user_storage_quota oslo.config option enable_v1_api oslo.config option enable_v2_api oslo.config option enable_v1_registry oslo.config option enable_v2_registry oslo.config option pydev_worker_debug_host oslo.config option pydev_worker_debug_port oslo.config option metadata_encryption_key oslo.config option digest_algorithm oslo.config option bind_host oslo.config option bind_port oslo.config option backlog oslo.config option tcp_keepidle oslo.config option ca_file oslo.config option cert_file oslo.config option key_file oslo.config option secure_proxy_ssl_header oslo.config option workers oslo.config option max_header_line oslo.config option http_keepalive oslo.config option client_socket_timeout oslo.config option debug oslo.config option verbose oslo.config option log_config_append oslo.config option log_date_format oslo.config option log_file oslo.config option log_dir oslo.config option watch_log_file oslo.config option use_syslog oslo.config option syslog_log_facility oslo.config option use_stderr oslo.config option logging_context_format_string oslo.config option logging_default_format_string oslo.config option logging_debug_format_suffix oslo.config option logging_exception_prefix oslo.config option logging_user_identity_format oslo.config option default_log_levels oslo.config option publish_errors oslo.config option instance_format oslo.config option instance_uuid_format oslo.config option rate_limit_interval oslo.config option rate_limit_burst oslo.config option rate_limit_except_level oslo.config option fatal_deprecations oslo.config option rpc_conn_pool_size oslo.config option conn_pool_min_size oslo.config option conn_pool_ttl oslo.config option rpc_zmq_bind_address oslo.config option rpc_zmq_matchmaker oslo.config option rpc_zmq_contexts oslo.config option rpc_zmq_topic_backlog oslo.config option rpc_zmq_ipc_dir oslo.config option rpc_zmq_host oslo.config option zmq_linger oslo.config option rpc_poll_timeout oslo.config option zmq_target_expire oslo.config option zmq_target_update oslo.config option use_pub_sub oslo.config option use_router_proxy oslo.config option use_dynamic_connections oslo.config option zmq_failover_connections oslo.config option rpc_zmq_min_port oslo.config option rpc_zmq_max_port oslo.config option rpc_zmq_bind_port_retries oslo.config option rpc_zmq_serialization oslo.config option zmq_immediate oslo.config option zmq_tcp_keepalive oslo.config option zmq_tcp_keepalive_idle oslo.config option zmq_tcp_keepalive_cnt oslo.config option zmq_tcp_keepalive_intvl oslo.config option rpc_thread_pool_size oslo.config option rpc_message_ttl oslo.config option rpc_use_acks oslo.config option rpc_ack_timeout_base oslo.config option rpc_ack_timeout_multiplier oslo.config option rpc_retry_attempts oslo.config option subscribe_on oslo.config option executor_thread_pool_size oslo.config option rpc_response_timeout oslo.config option transport_url oslo.config option rpc_backend oslo.config option control_exchange oslo.config group 'database' oslo.config option sqlite_db oslo.config option sqlite_synchronous oslo.config option backend oslo.config option connection oslo.config option slave_connection oslo.config option mysql_sql_mode oslo.config option idle_timeout oslo.config option min_pool_size oslo.config option max_pool_size oslo.config option max_retries oslo.config option retry_interval oslo.config option max_overflow oslo.config option connection_debug oslo.config option connection_trace oslo.config option pool_timeout oslo.config option use_db_reconnect oslo.config option db_retry_interval oslo.config option db_inc_retry_interval oslo.config option db_max_retry_interval oslo.config option db_max_retries oslo.config option use_tpool oslo.config group 'keystone_authtoken' oslo.config option auth_uri oslo.config option auth_version oslo.config option delay_auth_decision oslo.config option http_connect_timeout oslo.config option http_request_max_retries oslo.config option cache oslo.config option certfile oslo.config option keyfile oslo.config option cafile oslo.config option insecure oslo.config option region_name oslo.config option signing_dir oslo.config option memcached_servers oslo.config option token_cache_time oslo.config option revocation_cache_time oslo.config option memcache_security_strategy oslo.config option memcache_secret_key oslo.config option memcache_pool_dead_retry oslo.config option memcache_pool_maxsize oslo.config option memcache_pool_socket_timeout oslo.config option memcache_pool_unused_timeout oslo.config option memcache_pool_conn_get_timeout oslo.config option memcache_use_advanced_pool oslo.config option include_service_catalog oslo.config option enforce_token_bind oslo.config option check_revocations_for_cached oslo.config option hash_algorithms oslo.config option service_token_roles oslo.config option service_token_roles_required oslo.config option auth_type oslo.config option auth_section oslo.config group 'matchmaker_redis' oslo.config option host oslo.config option port oslo.config option password oslo.config option sentinel_hosts oslo.config option sentinel_group_name oslo.config option wait_timeout oslo.config option check_timeout oslo.config option socket_timeout oslo.config group 'oslo_messaging_amqp' oslo.config option container_name oslo.config option idle_timeout oslo.config option trace oslo.config option ssl_ca_file oslo.config option ssl_cert_file oslo.config option ssl_key_file oslo.config option ssl_key_password oslo.config option allow_insecure_clients oslo.config option sasl_mechanisms oslo.config option sasl_config_dir oslo.config option sasl_config_name oslo.config option username oslo.config option password oslo.config option connection_retry_interval oslo.config option connection_retry_backoff oslo.config option connection_retry_interval_max oslo.config option link_retry_delay oslo.config option default_reply_retry oslo.config option default_reply_timeout oslo.config option default_send_timeout oslo.config option default_notify_timeout oslo.config option default_sender_link_timeout oslo.config option addressing_mode oslo.config option server_request_prefix oslo.config option broadcast_prefix oslo.config option group_request_prefix oslo.config option rpc_address_prefix oslo.config option notify_address_prefix oslo.config option multicast_address oslo.config option unicast_address oslo.config option anycast_address oslo.config option default_notification_exchange oslo.config option default_rpc_exchange oslo.config option reply_link_credit oslo.config option rpc_server_credit oslo.config option notify_server_credit oslo.config option pre_settled oslo.config group 'oslo_messaging_kafka' oslo.config option kafka_default_host oslo.config option kafka_default_port oslo.config option kafka_max_fetch_bytes oslo.config option kafka_consumer_timeout oslo.config option pool_size oslo.config option conn_pool_min_size oslo.config option conn_pool_ttl oslo.config option consumer_group oslo.config option producer_batch_timeout oslo.config option producer_batch_size oslo.config group 'oslo_messaging_notifications' oslo.config option driver oslo.config option transport_url oslo.config option topics oslo.config group 'oslo_messaging_rabbit' oslo.config option amqp_durable_queues oslo.config option amqp_auto_delete oslo.config option kombu_ssl_version oslo.config option kombu_ssl_keyfile oslo.config option kombu_ssl_certfile oslo.config option kombu_ssl_ca_certs oslo.config option kombu_reconnect_delay oslo.config option kombu_compression oslo.config option kombu_missing_consumer_retry_timeout oslo.config option kombu_failover_strategy oslo.config option rabbit_host oslo.config option rabbit_port oslo.config option rabbit_hosts oslo.config option rabbit_use_ssl oslo.config option rabbit_userid oslo.config option rabbit_password oslo.config option rabbit_login_method oslo.config option rabbit_virtual_host oslo.config option rabbit_retry_interval oslo.config option rabbit_retry_backoff oslo.config option rabbit_interval_max oslo.config option rabbit_max_retries oslo.config option rabbit_ha_queues oslo.config option rabbit_transient_queues_ttl oslo.config option rabbit_qos_prefetch_count oslo.config option heartbeat_timeout_threshold oslo.config option heartbeat_rate oslo.config option fake_rabbit oslo.config option channel_max oslo.config option frame_max oslo.config option heartbeat_interval oslo.config option ssl oslo.config option ssl_options oslo.config option socket_timeout oslo.config option tcp_user_timeout oslo.config option host_connection_reconnect_delay oslo.config option connection_factory oslo.config option pool_max_size oslo.config option pool_max_overflow oslo.config option pool_timeout oslo.config option pool_recycle oslo.config option pool_stale oslo.config option default_serializer_type oslo.config option notification_persistence oslo.config option default_notification_exchange oslo.config option notification_listener_prefetch_count oslo.config option default_notification_retry_attempts oslo.config option notification_retry_delay oslo.config option rpc_queue_expiration oslo.config option default_rpc_exchange oslo.config option rpc_reply_exchange oslo.config option rpc_listener_prefetch_count oslo.config option rpc_reply_listener_prefetch_count oslo.config option rpc_reply_retry_attempts oslo.config option rpc_reply_retry_delay oslo.config option default_rpc_retry_attempts oslo.config option rpc_retry_delay oslo.config group 'oslo_messaging_zmq' oslo.config option rpc_zmq_bind_address oslo.config option rpc_zmq_matchmaker oslo.config option rpc_zmq_contexts oslo.config option rpc_zmq_topic_backlog oslo.config option rpc_zmq_ipc_dir oslo.config option rpc_zmq_host oslo.config option zmq_linger oslo.config option rpc_poll_timeout oslo.config option zmq_target_expire oslo.config option zmq_target_update oslo.config option use_pub_sub oslo.config option use_router_proxy oslo.config option use_dynamic_connections oslo.config option zmq_failover_connections oslo.config option rpc_zmq_min_port oslo.config option rpc_zmq_max_port oslo.config option rpc_zmq_bind_port_retries oslo.config option rpc_zmq_serialization oslo.config option zmq_immediate oslo.config option zmq_tcp_keepalive oslo.config option zmq_tcp_keepalive_idle oslo.config option zmq_tcp_keepalive_cnt oslo.config option zmq_tcp_keepalive_intvl oslo.config option rpc_thread_pool_size oslo.config option rpc_message_ttl oslo.config option rpc_use_acks oslo.config option rpc_ack_timeout_base oslo.config option rpc_ack_timeout_multiplier oslo.config option rpc_retry_attempts oslo.config option subscribe_on oslo.config group 'oslo_policy' oslo.config option policy_file oslo.config option policy_default_rule oslo.config option policy_dirs oslo.config group 'paste_deploy' oslo.config option flavor oslo.config option config_file oslo.config group 'profiler' oslo.config option enabled oslo.config option trace_sqlalchemy oslo.config option hmac_keys oslo.config option connection_string oslo.config option es_doc_type oslo.config option es_scroll_time oslo.config option es_scroll_size oslo.config option socket_timeout oslo.config option sentinel_service_name reading sources... [ 93%] opts/glance_scrubber loading config file etc/oslo-config-generator/glance-scrubber.conf DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.manage = glance.opts:list_manage_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.registry = glance.opts:list_registry_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.glare = glance.opts:list_artifacts_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.api = glance.opts:list_api_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.scrubber = glance.opts:list_scrubber_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.cache = glance.opts:list_cache_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware = oslo_middleware.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.sizelimit = oslo_middleware.opts:list_opts_sizelimit') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.healthcheck = oslo_middleware.opts:list_opts_healthcheck') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.cors = oslo_middleware.opts:list_opts_cors') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.ssl = oslo_middleware.opts:list_opts_ssl') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.http_proxy_to_wsgi = oslo_middleware.opts:list_opts_http_proxy_to_wsgi') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.db = oslo_db.options:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.db.concurrency = oslo_db.concurrency:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.policy = oslo_policy.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('keystonemiddleware.auth_token = keystonemiddleware.auth_token._opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.log = oslo_log._options:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.config = oslo_config._list_opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.messaging = oslo_messaging.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store = glance_store.backend:_list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.concurrency = oslo_concurrency.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('castellan.tests.functional.config = castellan.tests.functional.config:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('castellan.config = castellan.options:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.wsgi = oslo_service.wsgi:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.sslutils = oslo_service.sslutils:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.service = oslo_service.service:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.periodic_task = oslo_service.periodic_task:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('osprofiler = osprofiler.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.api = glance.common.config:set_cors_middleware_defaults') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store cinder DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store file DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.cinder.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.filesystem.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.http.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.rbd.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.sheepdog.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.swift.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.vmware_datastore.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store http DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store no_conf DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store rbd DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store sheepdog DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store swift DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store vmware DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') [oslo.config] None DEFAULT [oslo.config] None database [oslo.config] None glance_store [oslo.config] None oslo_concurrency [oslo.config] None oslo_policy oslo.config group 'DEFAULT' oslo.config option allow_additional_image_properties oslo.config option image_member_quota oslo.config option image_property_quota oslo.config option image_tag_quota oslo.config option image_location_quota oslo.config option data_api oslo.config option limit_param_default oslo.config option api_limit_max oslo.config option show_image_direct_url oslo.config option show_multiple_locations oslo.config option image_size_cap oslo.config option user_storage_quota oslo.config option enable_v1_api oslo.config option enable_v2_api oslo.config option enable_v1_registry oslo.config option enable_v2_registry oslo.config option pydev_worker_debug_host oslo.config option pydev_worker_debug_port oslo.config option metadata_encryption_key oslo.config option digest_algorithm oslo.config option scrub_time oslo.config option scrub_pool_size oslo.config option delayed_delete oslo.config option admin_role oslo.config option send_identity_headers oslo.config option wakeup_time oslo.config option daemon oslo.config option registry_client_protocol oslo.config option registry_client_key_file oslo.config option registry_client_cert_file oslo.config option registry_client_ca_file oslo.config option registry_client_insecure oslo.config option registry_client_timeout oslo.config option use_user_token oslo.config option admin_user oslo.config option admin_password oslo.config option admin_tenant_name oslo.config option auth_url oslo.config option auth_strategy oslo.config option auth_region oslo.config option registry_host oslo.config option registry_port oslo.config option debug oslo.config option verbose oslo.config option log_config_append oslo.config option log_date_format oslo.config option log_file oslo.config option log_dir oslo.config option watch_log_file oslo.config option use_syslog oslo.config option syslog_log_facility oslo.config option use_stderr oslo.config option logging_context_format_string oslo.config option logging_default_format_string oslo.config option logging_debug_format_suffix oslo.config option logging_exception_prefix oslo.config option logging_user_identity_format oslo.config option default_log_levels oslo.config option publish_errors oslo.config option instance_format oslo.config option instance_uuid_format oslo.config option rate_limit_interval oslo.config option rate_limit_burst oslo.config option rate_limit_except_level oslo.config option fatal_deprecations oslo.config group 'database' oslo.config option sqlite_db oslo.config option sqlite_synchronous oslo.config option backend oslo.config option connection oslo.config option slave_connection oslo.config option mysql_sql_mode oslo.config option idle_timeout oslo.config option min_pool_size oslo.config option max_pool_size oslo.config option max_retries oslo.config option retry_interval oslo.config option max_overflow oslo.config option connection_debug oslo.config option connection_trace oslo.config option pool_timeout oslo.config option use_db_reconnect oslo.config option db_retry_interval oslo.config option db_inc_retry_interval oslo.config option db_max_retry_interval oslo.config option db_max_retries oslo.config option use_tpool oslo.config group 'glance_store' oslo.config option stores oslo.config option default_store oslo.config option store_capabilities_update_min_interval oslo.config option cinder_catalog_info oslo.config option cinder_endpoint_template oslo.config option cinder_os_region_name oslo.config option cinder_ca_certificates_file oslo.config option cinder_http_retries oslo.config option cinder_state_transition_timeout oslo.config option cinder_api_insecure oslo.config option cinder_store_auth_address oslo.config option cinder_store_user_name oslo.config option cinder_store_password oslo.config option cinder_store_project_name oslo.config option rootwrap_config oslo.config option cinder_volume_type oslo.config option filesystem_store_datadir oslo.config option filesystem_store_datadirs oslo.config option filesystem_store_metadata_file oslo.config option filesystem_store_file_perm oslo.config option https_ca_certificates_file oslo.config option https_insecure oslo.config option http_proxy_information oslo.config option rbd_store_chunk_size oslo.config option rbd_store_pool oslo.config option rbd_store_user oslo.config option rbd_store_ceph_conf oslo.config option rados_connect_timeout oslo.config option sheepdog_store_chunk_size oslo.config option sheepdog_store_port oslo.config option sheepdog_store_address oslo.config option swift_store_auth_insecure oslo.config option swift_store_cacert oslo.config option swift_store_region oslo.config option swift_store_endpoint oslo.config option swift_store_endpoint_type oslo.config option swift_store_service_type oslo.config option swift_store_container oslo.config option swift_store_large_object_size oslo.config option swift_store_large_object_chunk_size oslo.config option swift_store_create_container_on_put oslo.config option swift_store_multi_tenant oslo.config option swift_store_multiple_containers_seed oslo.config option swift_store_admin_tenants oslo.config option swift_store_ssl_compression oslo.config option swift_store_retry_get_count oslo.config option swift_store_expire_soon_interval oslo.config option swift_store_use_trusts oslo.config option default_swift_reference oslo.config option swift_store_auth_version oslo.config option swift_store_auth_address oslo.config option swift_store_user oslo.config option swift_store_key oslo.config option swift_store_config_file oslo.config option vmware_server_host oslo.config option vmware_server_username oslo.config option vmware_server_password oslo.config option vmware_api_retry_count oslo.config option vmware_task_poll_interval oslo.config option vmware_store_image_dir oslo.config option vmware_insecure oslo.config option vmware_ca_file oslo.config option vmware_datastores oslo.config group 'oslo_concurrency' oslo.config option disable_process_locking oslo.config option lock_path oslo.config group 'oslo_policy' oslo.config option policy_file oslo.config option policy_default_rule oslo.config option policy_dirs reading sources... [ 94%] opts/index reading sources... [ 95%] policies reading sources... [ 95%] property-protections reading sources... [ 96%] requirements reading sources... [ 97%] sample-configuration reading sources... [ 98%] signature reading sources... [ 99%] statuses reading sources... [100%] tasks /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/api/glance.db.sqlalchemy.alembic_migrations.rst:50: WARNING: autodoc: failed to import module u'glance.db.sqlalchemy.alembic_migrations.env'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/glance-14.0.0.0rc1/glance/db/sqlalchemy/alembic_migrations/env.py", line 28, in config = context.config AttributeError: 'module' object has no attribute 'config' /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/sample-configuration.rst:3: WARNING: Duplicate explicit target name: "file form". /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/sample-configuration.rst:3: WARNING: Duplicate explicit target name: "file form". /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/sample-configuration.rst:3: WARNING: Duplicate explicit target name: "file form". /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/sample-configuration.rst:3: WARNING: Duplicate explicit target name: "file form". /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/sample-configuration.rst:3: WARNING: Duplicate explicit target name: "file form". looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done writing output... [ 0%] api/glance writing output... [ 1%] api/glance.api writing output... [ 2%] api/glance.api.glare writing output... [ 3%] api/glance.api.glare.v0_1 writing output... [ 4%] api/glance.api.middleware writing output... [ 5%] api/glance.api.v1 writing output... [ 5%] api/glance.api.v2 writing output... [ 6%] api/glance.api.v2.model writing output... [ 7%] api/glance.async writing output... [ 8%] api/glance.async.flows writing output... [ 9%] api/glance.cmd writing output... [ 10%] api/glance.common writing output... [ 10%] api/glance.common.glare writing output... [ 11%] api/glance.common.location_strategy writing output... [ 12%] api/glance.common.scripts writing output... [ 13%] api/glance.common.scripts.image_import writing output... [ 14%] api/glance.contrib writing output... [ 15%] api/glance.contrib.plugins writing output... [ 15%] api/glance.contrib.plugins.artifacts_sample writing output... [ 16%] api/glance.contrib.plugins.artifacts_sample.v1 writing output... [ 17%] api/glance.contrib.plugins.artifacts_sample.v2 writing output... [ 18%] api/glance.contrib.plugins.image_artifact writing output... [ 19%] api/glance.contrib.plugins.image_artifact.v1 writing output... [ 20%] api/glance.contrib.plugins.image_artifact.v1_1 writing output... [ 20%] api/glance.contrib.plugins.image_artifact.v2 writing output... [ 21%] api/glance.db writing output... [ 22%] api/glance.db.registry writing output... [ 23%] api/glance.db.simple writing output... [ 24%] api/glance.db.sqlalchemy writing output... [ 25%] api/glance.db.sqlalchemy.alembic_migrations writing output... [ 25%] api/glance.db.sqlalchemy.alembic_migrations.data_migrations writing output... [ 26%] api/glance.db.sqlalchemy.alembic_migrations.versions writing output... [ 27%] api/glance.db.sqlalchemy.metadef_api writing output... [ 28%] api/glance.db.sqlalchemy.migrate_repo writing output... [ 29%] api/glance.db.sqlalchemy.migrate_repo.versions writing output... [ 30%] api/glance.domain writing output... [ 30%] api/glance.glare writing output... [ 31%] api/glance.glare.domain writing output... [ 32%] api/glance.hacking writing output... [ 33%] api/glance.image_cache writing output... [ 34%] api/glance.image_cache.drivers writing output... [ 35%] api/glance.quota writing output... [ 35%] api/glance.registry writing output... [ 36%] api/glance.registry.api writing output... [ 37%] api/glance.registry.api.v1 writing output... [ 38%] api/glance.registry.api.v2 writing output... [ 39%] api/glance.registry.client writing output... [ 40%] api/glance.registry.client.v1 writing output... [ 40%] api/glance.registry.client.v2 writing output... [ 41%] api/glance.tests writing output... [ 42%] api/glance.tests.functional writing output... [ 43%] api/glance.tests.functional.db writing output... [ 44%] api/glance.tests.functional.db.migrations writing output... [ 45%] api/glance.tests.functional.glare writing output... [ 45%] api/glance.tests.functional.v1 writing output... [ 46%] api/glance.tests.functional.v2 writing output... [ 47%] api/glance.tests.integration writing output... [ 48%] api/glance.tests.integration.legacy_functional writing output... [ 49%] api/glance.tests.integration.v2 writing output... [ 50%] api/glance.tests.unit writing output... [ 50%] api/glance.tests.unit.api writing output... [ 51%] api/glance.tests.unit.api.middleware writing output... [ 52%] api/glance.tests.unit.async writing output... [ 53%] api/glance.tests.unit.async.flows writing output... [ 54%] api/glance.tests.unit.common writing output... [ 55%] api/glance.tests.unit.common.scripts writing output... [ 55%] api/glance.tests.unit.common.scripts.image_import writing output... [ 56%] api/glance.tests.unit.v1 writing output... [ 57%] api/glance.tests.unit.v2 writing output... [ 58%] api/modules writing output... [ 59%] architecture writing output... [ 60%] artifact-types writing output... [ 60%] authentication writing output... [ 61%] cache writing output... [ 62%] common-image-properties writing output... [ 63%] configuring writing output... [ 64%] contributing/blueprints writing output... [ 65%] contributing/documentation writing output... [ 65%] contributing/index writing output... [ 66%] contributing/minor-code-changes writing output... [ 67%] contributing/refreshing-configs writing output... [ 68%] controllingservers writing output... [ 69%] database_architecture writing output... [ 70%] db writing output... [ 70%] domain_implementation writing output... [ 71%] domain_model writing output... [ 72%] flows writing output... [ 73%] formats writing output... [ 74%] glanceapi writing output... [ 75%] glanceclient writing output... [ 75%] glancemetadefcatalogapi writing output... [ 76%] identifiers writing output... [ 77%] image-location-strategy-modules writing output... [ 78%] index writing output... [ 79%] installing writing output... [ 80%] man/glanceapi writing output... [ 80%] man/glancecachecleaner writing output... [ 81%] man/glancecachemanage writing output... [ 82%] man/glancecacheprefetcher writing output... [ 83%] man/glancecachepruner writing output... [ 84%] man/glancecontrol writing output... [ 85%] man/glancemanage writing output... [ 85%] man/glanceregistry writing output... [ 86%] man/glancereplicator writing output... [ 87%] man/glancescrubber writing output... [ 88%] metadefs-concepts writing output... [ 89%] notifications writing output... [ 90%] opts/glance_api writing output... [ 90%] opts/glance_cache writing output... [ 91%] opts/glance_manage writing output... [ 92%] opts/glance_registry writing output... [ 93%] opts/glance_scrubber writing output... [ 94%] opts/index writing output... [ 95%] policies writing output... [ 95%] property-protections writing output... [ 96%] requirements writing output... [ 97%] sample-configuration writing output... [ 98%] signature writing output... [ 99%] statuses writing output... [100%] tasks writing additional files... (332 module code pages) _modules/index genindex py-modindex search copying images... [ 25%] ./images/glance_layers.png copying images... [ 50%] ./images/architecture.png copying images... [ 75%] ./images/glance_db.png copying images... [100%] ./images/image_status_transition.png copying static files... done copying extra files... done dumping search index... done dumping object inventory... done build succeeded, 6 warnings. Running Sphinx v1.2.3 fatal: Not a git repository (or any of the parent directories): .git loading stevedore.sphinxext loading pickled environment... done Using openstack theme from /usr/lib/python2.7/site-packages/oslosphinx/theme [oslo_config.sphinxconfiggen] reading config generator instructions from /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/../../etc/oslo-config-generator/glance-api.conf [oslo_config.sphinxconfiggen] writing sample configuration to /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/_static/glance-api.conf.sample DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.manage = glance.opts:list_manage_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.registry = glance.opts:list_registry_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.glare = glance.opts:list_artifacts_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.api = glance.opts:list_api_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.scrubber = glance.opts:list_scrubber_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.cache = glance.opts:list_cache_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware = oslo_middleware.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.sizelimit = oslo_middleware.opts:list_opts_sizelimit') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.healthcheck = oslo_middleware.opts:list_opts_healthcheck') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.cors = oslo_middleware.opts:list_opts_cors') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.ssl = oslo_middleware.opts:list_opts_ssl') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.http_proxy_to_wsgi = oslo_middleware.opts:list_opts_http_proxy_to_wsgi') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.db = oslo_db.options:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.db.concurrency = oslo_db.concurrency:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.policy = oslo_policy.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('keystonemiddleware.auth_token = keystonemiddleware.auth_token._opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.log = oslo_log._options:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.config = oslo_config._list_opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.messaging = oslo_messaging.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store = glance_store.backend:_list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.concurrency = oslo_concurrency.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('castellan.tests.functional.config = castellan.tests.functional.config:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('castellan.config = castellan.options:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.wsgi = oslo_service.wsgi:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.sslutils = oslo_service.sslutils:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.service = oslo_service.service:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.periodic_task = oslo_service.periodic_task:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('osprofiler = osprofiler.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.api = glance.common.config:set_cors_middleware_defaults') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store cinder DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store file DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.cinder.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.filesystem.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.http.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.rbd.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.sheepdog.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.swift.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.vmware_datastore.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store http DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store no_conf DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store rbd DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store sheepdog DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store swift DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store vmware DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:oslo_config.generator:The type for option auth_type which is is not a subclass of types.ConfigType and doesn't provide a 'format_defaults' method. A default formatter is not available so the best-effort formatter will be used. DEBUG:oslo_config.generator:The type for option auth_section which is is not a subclass of types.ConfigType and doesn't provide a 'format_defaults' method. A default formatter is not available so the best-effort formatter will be used. [oslo_config.sphinxconfiggen] reading config generator instructions from /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/../../etc/oslo-config-generator/glance-cache.conf [oslo_config.sphinxconfiggen] writing sample configuration to /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/_static/glance-cache.conf.sample DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.manage = glance.opts:list_manage_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.registry = glance.opts:list_registry_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.glare = glance.opts:list_artifacts_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.api = glance.opts:list_api_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.scrubber = glance.opts:list_scrubber_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.cache = glance.opts:list_cache_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware = oslo_middleware.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.sizelimit = oslo_middleware.opts:list_opts_sizelimit') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.healthcheck = oslo_middleware.opts:list_opts_healthcheck') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.cors = oslo_middleware.opts:list_opts_cors') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.ssl = oslo_middleware.opts:list_opts_ssl') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.http_proxy_to_wsgi = oslo_middleware.opts:list_opts_http_proxy_to_wsgi') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.db = oslo_db.options:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.db.concurrency = oslo_db.concurrency:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.policy = oslo_policy.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('keystonemiddleware.auth_token = keystonemiddleware.auth_token._opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.log = oslo_log._options:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.config = oslo_config._list_opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.messaging = oslo_messaging.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store = glance_store.backend:_list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.concurrency = oslo_concurrency.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('castellan.tests.functional.config = castellan.tests.functional.config:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('castellan.config = castellan.options:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.wsgi = oslo_service.wsgi:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.sslutils = oslo_service.sslutils:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.service = oslo_service.service:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.periodic_task = oslo_service.periodic_task:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('osprofiler = osprofiler.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.api = glance.common.config:set_cors_middleware_defaults') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store cinder DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store file DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.cinder.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.filesystem.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.http.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.rbd.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.sheepdog.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.swift.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.vmware_datastore.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store http DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store no_conf DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store rbd DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store sheepdog DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store swift DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store vmware DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') [oslo_config.sphinxconfiggen] reading config generator instructions from /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/../../etc/oslo-config-generator/glance-glare.conf [oslo_config.sphinxconfiggen] writing sample configuration to /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/_static/glance-glare.conf.sample DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.manage = glance.opts:list_manage_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.registry = glance.opts:list_registry_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.glare = glance.opts:list_artifacts_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.api = glance.opts:list_api_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.scrubber = glance.opts:list_scrubber_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.cache = glance.opts:list_cache_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware = oslo_middleware.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.sizelimit = oslo_middleware.opts:list_opts_sizelimit') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.healthcheck = oslo_middleware.opts:list_opts_healthcheck') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.cors = oslo_middleware.opts:list_opts_cors') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.ssl = oslo_middleware.opts:list_opts_ssl') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.http_proxy_to_wsgi = oslo_middleware.opts:list_opts_http_proxy_to_wsgi') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.db = oslo_db.options:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.db.concurrency = oslo_db.concurrency:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.policy = oslo_policy.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('keystonemiddleware.auth_token = keystonemiddleware.auth_token._opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.log = oslo_log._options:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.config = oslo_config._list_opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.messaging = oslo_messaging.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store = glance_store.backend:_list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.concurrency = oslo_concurrency.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('castellan.tests.functional.config = castellan.tests.functional.config:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('castellan.config = castellan.options:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.wsgi = oslo_service.wsgi:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.sslutils = oslo_service.sslutils:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.service = oslo_service.service:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.periodic_task = oslo_service.periodic_task:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('osprofiler = osprofiler.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.api = glance.common.config:set_cors_middleware_defaults') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store cinder DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store file DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.cinder.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.filesystem.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.http.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.rbd.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.sheepdog.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.swift.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.vmware_datastore.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store http DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store no_conf DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store rbd DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store sheepdog DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store swift DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store vmware DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:oslo_config.generator:The type for option auth_type which is is not a subclass of types.ConfigType and doesn't provide a 'format_defaults' method. A default formatter is not available so the best-effort formatter will be used. DEBUG:oslo_config.generator:The type for option auth_section which is is not a subclass of types.ConfigType and doesn't provide a 'format_defaults' method. A default formatter is not available so the best-effort formatter will be used. [oslo_config.sphinxconfiggen] reading config generator instructions from /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/../../etc/oslo-config-generator/glance-manage.conf [oslo_config.sphinxconfiggen] writing sample configuration to /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/_static/glance-manage.conf.sample DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.manage = glance.opts:list_manage_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.registry = glance.opts:list_registry_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.glare = glance.opts:list_artifacts_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.api = glance.opts:list_api_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.scrubber = glance.opts:list_scrubber_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.cache = glance.opts:list_cache_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware = oslo_middleware.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.sizelimit = oslo_middleware.opts:list_opts_sizelimit') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.healthcheck = oslo_middleware.opts:list_opts_healthcheck') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.cors = oslo_middleware.opts:list_opts_cors') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.ssl = oslo_middleware.opts:list_opts_ssl') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.http_proxy_to_wsgi = oslo_middleware.opts:list_opts_http_proxy_to_wsgi') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.db = oslo_db.options:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.db.concurrency = oslo_db.concurrency:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.policy = oslo_policy.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('keystonemiddleware.auth_token = keystonemiddleware.auth_token._opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.log = oslo_log._options:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.config = oslo_config._list_opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.messaging = oslo_messaging.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store = glance_store.backend:_list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.concurrency = oslo_concurrency.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('castellan.tests.functional.config = castellan.tests.functional.config:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('castellan.config = castellan.options:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.wsgi = oslo_service.wsgi:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.sslutils = oslo_service.sslutils:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.service = oslo_service.service:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.periodic_task = oslo_service.periodic_task:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('osprofiler = osprofiler.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.api = glance.common.config:set_cors_middleware_defaults') [oslo_config.sphinxconfiggen] reading config generator instructions from /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/../../etc/oslo-config-generator/glance-registry.conf [oslo_config.sphinxconfiggen] writing sample configuration to /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/_static/glance-registry.conf.sample DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.manage = glance.opts:list_manage_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.registry = glance.opts:list_registry_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.glare = glance.opts:list_artifacts_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.api = glance.opts:list_api_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.scrubber = glance.opts:list_scrubber_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.cache = glance.opts:list_cache_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware = oslo_middleware.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.sizelimit = oslo_middleware.opts:list_opts_sizelimit') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.healthcheck = oslo_middleware.opts:list_opts_healthcheck') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.cors = oslo_middleware.opts:list_opts_cors') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.ssl = oslo_middleware.opts:list_opts_ssl') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.http_proxy_to_wsgi = oslo_middleware.opts:list_opts_http_proxy_to_wsgi') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.db = oslo_db.options:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.db.concurrency = oslo_db.concurrency:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.policy = oslo_policy.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('keystonemiddleware.auth_token = keystonemiddleware.auth_token._opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.log = oslo_log._options:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.config = oslo_config._list_opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.messaging = oslo_messaging.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store = glance_store.backend:_list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.concurrency = oslo_concurrency.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('castellan.tests.functional.config = castellan.tests.functional.config:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('castellan.config = castellan.options:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.wsgi = oslo_service.wsgi:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.sslutils = oslo_service.sslutils:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.service = oslo_service.service:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.periodic_task = oslo_service.periodic_task:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('osprofiler = osprofiler.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.api = glance.common.config:set_cors_middleware_defaults') DEBUG:oslo_config.generator:The type for option auth_type which is is not a subclass of types.ConfigType and doesn't provide a 'format_defaults' method. A default formatter is not available so the best-effort formatter will be used. DEBUG:oslo_config.generator:The type for option auth_section which is is not a subclass of types.ConfigType and doesn't provide a 'format_defaults' method. A default formatter is not available so the best-effort formatter will be used. [oslo_config.sphinxconfiggen] reading config generator instructions from /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/../../etc/oslo-config-generator/glance-scrubber.conf [oslo_config.sphinxconfiggen] writing sample configuration to /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/_static/glance-scrubber.conf.sample DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.manage = glance.opts:list_manage_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.registry = glance.opts:list_registry_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.glare = glance.opts:list_artifacts_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.api = glance.opts:list_api_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.scrubber = glance.opts:list_scrubber_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.cache = glance.opts:list_cache_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware = oslo_middleware.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.sizelimit = oslo_middleware.opts:list_opts_sizelimit') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.healthcheck = oslo_middleware.opts:list_opts_healthcheck') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.cors = oslo_middleware.opts:list_opts_cors') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.ssl = oslo_middleware.opts:list_opts_ssl') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.middleware.http_proxy_to_wsgi = oslo_middleware.opts:list_opts_http_proxy_to_wsgi') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.db = oslo_db.options:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.db.concurrency = oslo_db.concurrency:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.policy = oslo_policy.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('keystonemiddleware.auth_token = keystonemiddleware.auth_token._opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.log = oslo_log._options:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.config = oslo_config._list_opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.messaging = oslo_messaging.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store = glance_store.backend:_list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.concurrency = oslo_concurrency.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('castellan.tests.functional.config = castellan.tests.functional.config:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('castellan.config = castellan.options:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.wsgi = oslo_service.wsgi:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.sslutils = oslo_service.sslutils:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.service = oslo_service.service:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('oslo.service.periodic_task = oslo_service.periodic_task:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('osprofiler = osprofiler.opts:list_opts') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.api = glance.common.config:set_cors_middleware_defaults') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store cinder DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store file DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.cinder.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.filesystem.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.http.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.rbd.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.sheepdog.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.swift.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store glance.store.vmware_datastore.Store DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store http DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store no_conf DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store rbd DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store sheepdog DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store swift DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') DEBUG:glance_store.backend:Attempting to import store vmware DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.sheepdog.Store = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('rbd = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('http = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('file = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.http.Store = glance_store._drivers.http:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.rbd.Store = glance_store._drivers.rbd:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('vmware = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.cinder.Store = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.filesystem.Store = glance_store._drivers.filesystem:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('cinder = glance_store._drivers.cinder:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.swift.Store = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('swift = glance_store._drivers.swift:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('glance.store.vmware_datastore.Store = glance_store._drivers.vmware_datastore:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('sheepdog = glance_store._drivers.sheepdog:Store') DEBUG:stevedore.extension:found extension EntryPoint.parse('no_conf = glance_store.tests.fakes:UnconfigurableStore') building [man]: all source files updating environment: 0 added, 2 changed, 0 removed reading sources... [ 50%] api/glance.db.sqlalchemy.alembic_migrations reading sources... [100%] sample-configuration /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/api/glance.db.sqlalchemy.alembic_migrations.rst:50: WARNING: autodoc: failed to import module u'glance.db.sqlalchemy.alembic_migrations.env'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/glance-14.0.0.0rc1/glance/db/sqlalchemy/alembic_migrations/env.py", line 28, in config = context.config AttributeError: 'module' object has no attribute 'config' /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/sample-configuration.rst:3: WARNING: Duplicate explicit target name: "file form". /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/sample-configuration.rst:3: WARNING: Duplicate explicit target name: "file form". /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/sample-configuration.rst:3: WARNING: Duplicate explicit target name: "file form". /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/sample-configuration.rst:3: WARNING: Duplicate explicit target name: "file form". /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/sample-configuration.rst:3: WARNING: Duplicate explicit target name: "file form". looking for now-outdated files... none found pickling environment... done checking consistency... done writing... glance-api.1 { } glance-cache-cleaner.1 { } glance-cache-manage.1 { } glance-cache-prefetcher.1 { } glance-cache-pruner.1 { } glance-control.1 { } glance-manage.1 { } glance-registry.1 { } glance-replicator.1 { } glance-scrubber.1 { } build succeeded, 6 warnings. + /usr/bin/python2 setup.py build_sphinx --builder man running build_sphinx [pbr] Generating AUTHORS [pbr] AUTHORS complete (0.0s) File doc/source/api/glance.rst already exists, skipping. File doc/source/api/glance.api.rst already exists, skipping. File doc/source/api/glance.api.glare.rst already exists, skipping. File doc/source/api/glance.api.glare.v0_1.rst already exists, skipping. File doc/source/api/glance.api.middleware.rst already exists, skipping. File doc/source/api/glance.api.v1.rst already exists, skipping. File doc/source/api/glance.api.v2.rst already exists, skipping. File doc/source/api/glance.api.v2.model.rst already exists, skipping. File doc/source/api/glance.async.rst already exists, skipping. File doc/source/api/glance.async.flows.rst already exists, skipping. File doc/source/api/glance.cmd.rst already exists, skipping. File doc/source/api/glance.common.rst already exists, skipping. File doc/source/api/glance.common.glare.rst already exists, skipping. File doc/source/api/glance.common.location_strategy.rst already exists, skipping. File doc/source/api/glance.common.scripts.rst already exists, skipping. File doc/source/api/glance.common.scripts.image_import.rst already exists, skipping. File doc/source/api/glance.contrib.rst already exists, skipping. File doc/source/api/glance.contrib.plugins.rst already exists, skipping. File doc/source/api/glance.contrib.plugins.artifacts_sample.rst already exists, skipping. File doc/source/api/glance.contrib.plugins.artifacts_sample.v1.rst already exists, skipping. File doc/source/api/glance.contrib.plugins.artifacts_sample.v2.rst already exists, skipping. File doc/source/api/glance.contrib.plugins.image_artifact.rst already exists, skipping. File doc/source/api/glance.contrib.plugins.image_artifact.v1.rst already exists, skipping. File doc/source/api/glance.contrib.plugins.image_artifact.v1_1.rst already exists, skipping. File doc/source/api/glance.contrib.plugins.image_artifact.v2.rst already exists, skipping. File doc/source/api/glance.db.rst already exists, skipping. File doc/source/api/glance.db.registry.rst already exists, skipping. File doc/source/api/glance.db.simple.rst already exists, skipping. File doc/source/api/glance.db.sqlalchemy.rst already exists, skipping. File doc/source/api/glance.db.sqlalchemy.alembic_migrations.rst already exists, skipping. File doc/source/api/glance.db.sqlalchemy.alembic_migrations.data_migrations.rst already exists, skipping. File doc/source/api/glance.db.sqlalchemy.alembic_migrations.versions.rst already exists, skipping. File doc/source/api/glance.db.sqlalchemy.metadef_api.rst already exists, skipping. File doc/source/api/glance.db.sqlalchemy.migrate_repo.rst already exists, skipping. File doc/source/api/glance.db.sqlalchemy.migrate_repo.versions.rst already exists, skipping. File doc/source/api/glance.domain.rst already exists, skipping. File doc/source/api/glance.glare.rst already exists, skipping. File doc/source/api/glance.glare.domain.rst already exists, skipping. File doc/source/api/glance.hacking.rst already exists, skipping. File doc/source/api/glance.image_cache.rst already exists, skipping. File doc/source/api/glance.image_cache.drivers.rst already exists, skipping. File doc/source/api/glance.quota.rst already exists, skipping. File doc/source/api/glance.registry.rst already exists, skipping. File doc/source/api/glance.registry.api.rst already exists, skipping. File doc/source/api/glance.registry.api.v1.rst already exists, skipping. File doc/source/api/glance.registry.api.v2.rst already exists, skipping. File doc/source/api/glance.registry.client.rst already exists, skipping. File doc/source/api/glance.registry.client.v1.rst already exists, skipping. File doc/source/api/glance.registry.client.v2.rst already exists, skipping. File doc/source/api/glance.tests.rst already exists, skipping. File doc/source/api/glance.tests.functional.rst already exists, skipping. File doc/source/api/glance.tests.functional.db.rst already exists, skipping. File doc/source/api/glance.tests.functional.db.migrations.rst already exists, skipping. File doc/source/api/glance.tests.functional.glare.rst already exists, skipping. File doc/source/api/glance.tests.functional.v1.rst already exists, skipping. File doc/source/api/glance.tests.functional.v2.rst already exists, skipping. File doc/source/api/glance.tests.integration.rst already exists, skipping. File doc/source/api/glance.tests.integration.legacy_functional.rst already exists, skipping. File doc/source/api/glance.tests.integration.v2.rst already exists, skipping. File doc/source/api/glance.tests.unit.rst already exists, skipping. File doc/source/api/glance.tests.unit.api.rst already exists, skipping. File doc/source/api/glance.tests.unit.api.middleware.rst already exists, skipping. File doc/source/api/glance.tests.unit.async.rst already exists, skipping. File doc/source/api/glance.tests.unit.async.flows.rst already exists, skipping. File doc/source/api/glance.tests.unit.common.rst already exists, skipping. File doc/source/api/glance.tests.unit.common.scripts.rst already exists, skipping. File doc/source/api/glance.tests.unit.common.scripts.image_import.rst already exists, skipping. File doc/source/api/glance.tests.unit.v1.rst already exists, skipping. File doc/source/api/glance.tests.unit.v2.rst already exists, skipping. File doc/source/api/modules.rst already exists, skipping. Running Sphinx v1.2.3 fatal: Not a git repository (or any of the parent directories): .git loading stevedore.sphinxext loading pickled environment... done Using openstack theme from /usr/lib/python2.7/site-packages/oslosphinx/theme [oslo_config.sphinxconfiggen] reading config generator instructions from /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/../../etc/oslo-config-generator/glance-api.conf [oslo_config.sphinxconfiggen] writing sample configuration to /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/_static/glance-api.conf.sample [oslo_config.sphinxconfiggen] reading config generator instructions from /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/../../etc/oslo-config-generator/glance-cache.conf [oslo_config.sphinxconfiggen] writing sample configuration to /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/_static/glance-cache.conf.sample [oslo_config.sphinxconfiggen] reading config generator instructions from /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/../../etc/oslo-config-generator/glance-glare.conf [oslo_config.sphinxconfiggen] writing sample configuration to /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/_static/glance-glare.conf.sample [oslo_config.sphinxconfiggen] reading config generator instructions from /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/../../etc/oslo-config-generator/glance-manage.conf [oslo_config.sphinxconfiggen] writing sample configuration to /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/_static/glance-manage.conf.sample [oslo_config.sphinxconfiggen] reading config generator instructions from /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/../../etc/oslo-config-generator/glance-registry.conf [oslo_config.sphinxconfiggen] writing sample configuration to /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/_static/glance-registry.conf.sample [oslo_config.sphinxconfiggen] reading config generator instructions from /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/../../etc/oslo-config-generator/glance-scrubber.conf [oslo_config.sphinxconfiggen] writing sample configuration to /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/_static/glance-scrubber.conf.sample building [man]: all source files updating environment: 0 added, 2 changed, 0 removed reading sources... [ 50%] api/glance.db.sqlalchemy.alembic_migrations reading sources... [100%] sample-configuration /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/api/glance.db.sqlalchemy.alembic_migrations.rst:50: WARNING: autodoc: failed to import module u'glance.db.sqlalchemy.alembic_migrations.env'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/glance-14.0.0.0rc1/glance/db/sqlalchemy/alembic_migrations/env.py", line 28, in config = context.config AttributeError: 'module' object has no attribute 'config' /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/sample-configuration.rst:3: WARNING: Duplicate explicit target name: "file form". /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/sample-configuration.rst:3: WARNING: Duplicate explicit target name: "file form". /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/sample-configuration.rst:3: WARNING: Duplicate explicit target name: "file form". /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/sample-configuration.rst:3: WARNING: Duplicate explicit target name: "file form". /builddir/build/BUILD/glance-14.0.0.0rc1/doc/source/sample-configuration.rst:3: WARNING: Duplicate explicit target name: "file form". looking for now-outdated files... none found pickling environment... done checking consistency... done writing... glance-api.1 { } glance-cache-cleaner.1 { } glance-cache-manage.1 { } glance-cache-prefetcher.1 { } glance-cache-pruner.1 { } glance-control.1 { } glance-manage.1 { } glance-registry.1 { } glance-replicator.1 { } glance-scrubber.1 { } build succeeded, 6 warnings. + mkdir -p /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/share/man/man1 + install -p -D -m 644 doc/build/man/glance-api.1 doc/build/man/glance-cache-cleaner.1 doc/build/man/glance-cache-manage.1 doc/build/man/glance-cache-prefetcher.1 doc/build/man/glance-cache-pruner.1 doc/build/man/glance-control.1 doc/build/man/glance-manage.1 doc/build/man/glance-registry.1 doc/build/man/glance-replicator.1 doc/build/man/glance-scrubber.1 /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/share/man/man1/ + rm -fr doc/build/html/.doctrees doc/build/html/.buildinfo + rm -f /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/share/doc/glance/README.rst + install -d -m 755 /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/share/glance + install -d -m 755 /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/var/lib/glance/images + install -d -m 755 /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/etc/glance/metadefs + install -p -D -m 640 etc/glance-api.conf /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/etc/glance/glance-api.conf + install -p -D -m 644 /builddir/build/SOURCES/glance-api-dist.conf /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/share/glance/glance-api-dist.conf + install -p -D -m 644 etc/glance-api-paste.ini /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/share/glance/glance-api-dist-paste.ini + install -p -D -m 640 etc/glance-cache.conf /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/etc/glance/glance-cache.conf + install -p -D -m 644 /builddir/build/SOURCES/glance-cache-dist.conf /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/share/glance/glance-cache-dist.conf + install -p -D -m 640 etc/glance-glare.conf /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/etc/glance/glance-glare.conf + install -p -D -m 644 /builddir/build/SOURCES/glance-glare-dist.conf /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/share/glance/glance-glare-dist.conf + install -p -D -m 644 etc/glance-glare-paste.ini /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/share/glance/glance-glare-dist-paste.ini + install -p -D -m 640 etc/glance-registry.conf /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/etc/glance/glance-registry.conf + install -p -D -m 644 /builddir/build/SOURCES/glance-registry-dist.conf /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/share/glance/glance-registry-dist.conf + install -p -D -m 644 etc/glance-registry-paste.ini /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/share/glance/glance-registry-dist-paste.ini + install -p -D -m 640 etc/glance-scrubber.conf /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/etc/glance/glance-scrubber.conf + install -p -D -m 644 /builddir/build/SOURCES/glance-scrubber-dist.conf /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/share/glance/glance-scrubber-dist.conf + install -p -D -m 640 etc/policy.json /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/etc/glance/policy.json + install -p -D -m 640 etc/schema-image.json /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/etc/glance/schema-image.json + install -p -D -m 640 etc/metadefs/cim-processor-allocation-setting-data.json etc/metadefs/cim-resource-allocation-setting-data.json etc/metadefs/cim-storage-allocation-setting-data.json etc/metadefs/cim-virtual-system-setting-data.json etc/metadefs/compute-aggr-disk-filter.json etc/metadefs/compute-aggr-iops-filter.json etc/metadefs/compute-aggr-num-instances.json etc/metadefs/compute-cpu-pinning.json etc/metadefs/compute-guest-memory-backing.json etc/metadefs/compute-guest-shutdown.json etc/metadefs/compute-host-capabilities.json etc/metadefs/compute-hypervisor.json etc/metadefs/compute-instance-data.json etc/metadefs/compute-libvirt-image.json etc/metadefs/compute-libvirt.json etc/metadefs/compute-quota.json etc/metadefs/compute-randomgen.json etc/metadefs/compute-trust.json etc/metadefs/compute-vcputopology.json etc/metadefs/compute-vmware-flavor.json etc/metadefs/compute-vmware-quota-flavor.json etc/metadefs/compute-vmware.json etc/metadefs/compute-watchdog.json etc/metadefs/compute-xenapi.json etc/metadefs/glance-common-image-props.json etc/metadefs/image-signature-verification.json etc/metadefs/operating-system.json etc/metadefs/software-databases.json etc/metadefs/software-runtimes.json etc/metadefs/software-webservers.json etc/metadefs/storage-volume-type.json /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/etc/glance/metadefs/ + install -p -D -m 644 /builddir/build/SOURCES/openstack-glance-api.service /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/systemd/system/openstack-glance-api.service + install -p -D -m 644 /builddir/build/SOURCES/openstack-glance-glare.service /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/systemd/system/openstack-glance-glare.service + install -p -D -m 644 /builddir/build/SOURCES/openstack-glance-registry.service /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/systemd/system/openstack-glance-registry.service + install -p -D -m 644 /builddir/build/SOURCES/openstack-glance-scrubber.service /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/systemd/system/openstack-glance-scrubber.service + install -p -D -m 644 /builddir/build/SOURCES/openstack-glance.logrotate /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/etc/logrotate.d/openstack-glance + install -d -m 755 /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/var/run/glance + install -d -m 755 /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/var/log/glance + install -p -D -m 440 /builddir/build/SOURCES/glance-sudoers /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/etc/sudoers.d/glance + mkdir -p /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/etc/glance/rootwrap.d + for filter in '/usr/share/os-brick/rootwrap/*.filters' + ln -s /usr/share/os-brick/rootwrap/os-brick.filters /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/etc/glance/rootwrap.d + install -d -m 755 /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/share + rm -f /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/de/LC_MESSAGES/glance.po /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/en_GB/LC_MESSAGES/glance-log-info.po /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/es/LC_MESSAGES/glance-log-error.po /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/es/LC_MESSAGES/glance-log-info.po /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/es/LC_MESSAGES/glance-log-warning.po /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/es/LC_MESSAGES/glance.po /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/fr/LC_MESSAGES/glance.po /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/it/LC_MESSAGES/glance.po /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/ja/LC_MESSAGES/glance.po /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/ko_KR/LC_MESSAGES/glance-log-error.po /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/ko_KR/LC_MESSAGES/glance-log-info.po /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/ko_KR/LC_MESSAGES/glance-log-warning.po /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/ko_KR/LC_MESSAGES/glance.po /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/pt_BR/LC_MESSAGES/glance-log-info.po /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/pt_BR/LC_MESSAGES/glance-log-warning.po /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/pt_BR/LC_MESSAGES/glance.po /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/ru/LC_MESSAGES/glance.po /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/tr_TR/LC_MESSAGES/glance-log-error.po /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/tr_TR/LC_MESSAGES/glance-log-info.po /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/tr_TR/LC_MESSAGES/glance-log-warning.po /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/tr_TR/LC_MESSAGES/glance.po /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/zh_CN/LC_MESSAGES/glance-log-error.po /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/zh_CN/LC_MESSAGES/glance-log-warning.po /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/zh_CN/LC_MESSAGES/glance.po /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/zh_TW/LC_MESSAGES/glance.po + rm -f '/builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/*pot' + mv /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7/site-packages/glance/locale /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/share/locale + /usr/lib/rpm/find-lang.sh /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch glance --all-name + rm -rf /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/etc + /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/glance-14.0.0.0rc1 /usr/lib/rpm/sepdebugcrcfix: Updated 0 CRC32s, 0 CRC32s did match. find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 Bytecompiling .py files below /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/lib/python2.7 using /usr/bin/python2.7 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: openstack-glance-14.0.0-0.1.0rc1.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.MNlTFV + umask 022 + cd /builddir/build/BUILD + cd glance-14.0.0.0rc1 + DOCDIR=/builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/share/doc/openstack-glance-14.0.0 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/share/doc/openstack-glance-14.0.0 + cp -pr README.rst /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/share/doc/openstack-glance-14.0.0 + exit 0 Provides: config(openstack-glance) = 1:14.0.0-0.1.0rc1.el7 openstack-glance = 1:14.0.0-0.1.0rc1.el7 Requires(interp): /bin/sh /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(pre): /bin/sh shadow-utils Requires(post): /bin/sh systemd Requires(preun): /bin/sh systemd Requires(postun): /bin/sh systemd Requires: /usr/bin/python2 Processing files: python-glance-14.0.0-0.1.0rc1.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.yazWEv + umask 022 + cd /builddir/build/BUILD + cd glance-14.0.0.0rc1 + DOCDIR=/builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/share/doc/python-glance-14.0.0 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/share/doc/python-glance-14.0.0 + cp -pr README.rst /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/share/doc/python-glance-14.0.0 + exit 0 Provides: python-glance = 1:14.0.0-0.1.0rc1.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 2.7 Processing files: openstack-glance-doc-14.0.0-0.1.0rc1.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.IdJ7rr + umask 022 + cd /builddir/build/BUILD + cd glance-14.0.0.0rc1 + DOCDIR=/builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/share/doc/openstack-glance-doc-14.0.0 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/share/doc/openstack-glance-doc-14.0.0 + cp -pr doc/build/html /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/share/doc/openstack-glance-doc-14.0.0 + exit 0 Provides: openstack-glance-doc = 1:14.0.0-0.1.0rc1.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: python-glance-tests-14.0.0-0.1.0rc1.el7.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.yOtuZr + umask 022 + cd /builddir/build/BUILD + cd glance-14.0.0.0rc1 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/share/licenses/python-glance-tests-14.0.0 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/share/licenses/python-glance-tests-14.0.0 + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch/usr/share/licenses/python-glance-tests-14.0.0 + exit 0 Provides: python-glance-tests = 1:14.0.0-0.1.0rc1.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 2.7 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch Wrote: /builddir/build/RPMS/openstack-glance-14.0.0-0.1.0rc1.el7.noarch.rpm Wrote: /builddir/build/RPMS/python-glance-14.0.0-0.1.0rc1.el7.noarch.rpm Wrote: /builddir/build/RPMS/openstack-glance-doc-14.0.0-0.1.0rc1.el7.noarch.rpm Wrote: /builddir/build/RPMS/python-glance-tests-14.0.0-0.1.0rc1.el7.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.AlJbqI + umask 022 + cd /builddir/build/BUILD + cd glance-14.0.0.0rc1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/openstack-glance-14.0.0-0.1.0rc1.el7.noarch + exit 0 Child return code was: 0 LEAVE do -->