diff --git a/templates/glance-scrubber.conf.j2 b/templates/glance-scrubber.conf.j2 index bb376c8b..e3a5b7eb 100644 --- a/templates/glance-scrubber.conf.j2 +++ b/templates/glance-scrubber.conf.j2 @@ -16,9 +16,3 @@ 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 }}