diff options
Diffstat (limited to 'etc/glance-reaper.conf')
-rw-r--r-- | etc/glance-reaper.conf | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/etc/glance-reaper.conf b/etc/glance-reaper.conf deleted file mode 100644 index 7a7bb93d1..000000000 --- a/etc/glance-reaper.conf +++ /dev/null @@ -1,32 +0,0 @@ -[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/reaper.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 -# Make sure this is also set in glance-api.conf -image_cache_datadir = /var/lib/glance/image-cache/ - -# 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 - -# Number of seconds after which we should consider an incomplete image to be -# stalled and eligible for reaping -image_cache_stall_timeout = 86400 - -[app:glance-reaper] -paste.app_factory = glance.image_cache.reaper:app_factory |