64b6c9261e
Current folder name New folder name Book title ---------------------------------------------------------- basic-install DELETE cli-guide DELETE common common NEW admin-guide-cloud Cloud Administrators Guide docbkx-example DELETE openstack-block-storage-admin DELETE openstack-compute-admin DELETE openstack-config config-reference OpenStack Configuration Reference openstack-ha high-availability-guide OpenStack High Availabilty Guide openstack-image image-guide OpenStack Virtual Machine Image Guide openstack-install install-guide OpenStack Installation Guide openstack-network-connectivity-admin admin-guide-network OpenStack Networking Administration Guide openstack-object-storage-admin DELETE openstack-security security-guide OpenStack Security Guide openstack-training training-guide OpenStack Training Guide openstack-user user-guide OpenStack End User Guide openstack-user-admin user-guide-admin OpenStack Admin User Guide glossary NEW OpenStack Glossary bug: #1220407 Change-Id: Id5ffc774b966ba7b9a591743a877aa10ab3094c7 author: diane fleming
41 lines
1.2 KiB
Plaintext
41 lines
1.2 KiB
Plaintext
[DEFAULT]
|
|
# Show more verbose log output (sets INFO log level output)
|
|
verbose = True
|
|
|
|
# Show debugging output in logs (sets DEBUG log level output)
|
|
debug = False
|
|
|
|
log_file = /var/log/glance/image-cache.log
|
|
|
|
# Send logs to syslog (/dev/log) instead of to file specified by `log_file`
|
|
use_syslog = False
|
|
|
|
# Directory that the Image Cache writes data to
|
|
image_cache_dir = /var/lib/glance/image-cache/
|
|
|
|
# Number of seconds after which we should consider an incomplete image to be
|
|
# stalled and eligible for reaping
|
|
image_cache_stall_time = 86400
|
|
|
|
# image_cache_invalid_entry_grace_period - seconds
|
|
#
|
|
# If an exception is raised as we're writing to the cache, the cache-entry is
|
|
# deemed invalid and moved to <image_cache_datadir>/invalid so that it can be
|
|
# inspected for debugging purposes.
|
|
#
|
|
# This is number of seconds to leave these invalid images around before they
|
|
# are elibible to be reaped.
|
|
image_cache_invalid_entry_grace_period = 3600
|
|
|
|
# Max cache size in bytes
|
|
image_cache_max_size = 10737418240
|
|
|
|
# Address to find the registry server
|
|
registry_host = 0.0.0.0
|
|
|
|
# Port the registry server is listening on
|
|
registry_port = 9191
|
|
|
|
# Admin token to use if using Keystone
|
|
# admin_token = 123
|