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/
This commit is contained in:
parent
79d89d2192
commit
45cb804dc2
@ -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 }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user