14593a3b96
*.conf files into corresponding *-paste.ini files. Fixes LP #815208 Change-Id: I5acb8488cc25bb3c7dd735c8c2b0fe62fcea8e5e
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
|