From 45cb804dc252f3a9aaea1904c86958b99863086f Mon Sep 17 00:00:00 2001 From: Jimmy McCrory Date: Tue, 13 Feb 2018 09:47:16 -0800 Subject: [PATCH] Remove registry options from scrubber config A recent change in glance removed the glance-scrubber utility's dependency on the glance registry client. The scrubber now connects directly to the database and these options are no longer needed. Change-Id: I7389b7e090882eed93a56a6d8bdb297a7a3f9442 Related-Change: https://review.openstack.org/#/c/510449/ --- templates/glance-scrubber.conf.j2 | 6 ------ 1 file changed, 6 deletions(-) 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 }}