From 76bc5fabd58eca8a2859d9f3474276c613aeaaff Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Mon, 13 Apr 2015 18:06:31 +0000 Subject: Openstack: Make Glance configurable Change-Id: I137bd286b2f8ad6eeb37d34803f9ae41a735e7ec Signed-off-by: Pedro Alvarez Signed-off-by: Francisco Redondo Marchena --- openstack/usr/share/openstack/glance/glance-scrubber.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'openstack/usr/share/openstack/glance/glance-scrubber.conf') diff --git a/openstack/usr/share/openstack/glance/glance-scrubber.conf b/openstack/usr/share/openstack/glance/glance-scrubber.conf index ecfc7bff..cdbfda71 100644 --- a/openstack/usr/share/openstack/glance/glance-scrubber.conf +++ b/openstack/usr/share/openstack/glance/glance-scrubber.conf @@ -10,10 +10,10 @@ # # If `log_file` is omitted and `use_syslog` is false, then log messages are # sent to stdout as a fallback. -log_file = /var/log/glance/scrubber.log +# log_file = /var/log/glance/scrubber.log # Send logs to syslog (/dev/log) instead of to file specified by `log_file` -#use_syslog = False +use_syslog = True # Should we run our own loop or rely on cron/scheduler to run us daemon = False @@ -32,7 +32,7 @@ cleanup_scrubber = False cleanup_scrubber_time = 86400 # Address to find the registry server for cleanups -registry_host = 0.0.0.0 +registry_host = {{ MANAGEMENT_INTERFACE_IP_ADDRESS }} # Port the registry server is listening on registry_port = 9191 -- cgit v1.2.1