openstack-ansible-os_glance/templates/glance-scrubber.conf.j2
Travis Truman 72ec082752 Verbose option has been deprecated from oslo.log
See http://lists.openstack.org/pipermail/openstack-dev/2016-May/095166.html
for additional details.

Change-Id: I1cc6d78fd35966489b49119e23c3a13416b70ac1
2016-05-17 11:15:27 -04:00

23 lines
646 B
Django/Jinja

# {{ ansible_managed }}
[DEFAULT]
debug = {{ debug }}
# Log to this file. Make sure you do not set the same log file for both the API
# and registry servers!
#
# If `log_file` is omitted then log messages are
# sent to stdout as a fallback.
log_file = /var/log/glance/scrubber.log
# Should we run our own loop or rely on cron/scheduler to run us
daemon = False
# Loop time between checking for new items to schedule for delete
wakeup_time = 300
# Address to find the registry server for cleanups
registry_host = {{ glance_registry_bind_address }}
# Port the registry server is listening on
registry_port = {{ glance_registry_service_port }}