[DEFAULT] worker_self_reference_url = http://127.0.0.1:60999 logging_exception_prefix = ERROR %(name)s %(instance)s logging_default_format_string = %(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s logging_context_format_string = %(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s logging_debug_format_suffix = {{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}} public_endpoint = http://10.222.0.42/image graceful_shutdown_timeout = 5 show_multiple_locations = False show_image_direct_url = False transport_url = rabbit://stackrabbit:Passw0rd@10.222.0.42:5672/ image_cache_dir = /opt/stack/data/glance/cache/ use_syslog = False debug = True [database] connection = mysql+pymysql://root:Passw0rd@127.0.0.1/glance?charset=utf8 [oslo_concurrency] lock_path = /opt/stack/data/glance/locks [paste_deploy] flavor = keystone+cachemanagement [keystone_authtoken] memcached_servers = localhost:11211 cafile = /opt/stack/data/ca-bundle.pem project_domain_name = Default project_name = service user_domain_name = Default password = Passw0rd username = glance auth_url = http://10.222.0.42/identity interface = public auth_type = password [oslo_messaging_notifications] driver = messagingv2 [glance_store] stores = file, http, swift default_swift_reference = ref1 swift_store_config_file = /etc/glance/glance-swift-store.conf swift_store_create_container_on_put = True default_store = swift filesystem_store_datadir = /opt/stack/data/glance/images/ [cors] allowed_origin = http://10.222.0.42