22 lines
568 B
Plaintext
22 lines
568 B
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/prefetcher.log
|
|
|
|
# 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/
|
|
|
|
# Address to find the registry server
|
|
registry_host = 0.0.0.0
|
|
|
|
# Port the registry server is listening on
|
|
registry_port = 9191
|
|
|
|
[app:glance-prefetcher]
|
|
paste.app_factory = glance.image_cache.prefetcher:app_factory
|