From 6540c6a1eba30d8e9fe29a3496381f3a86738f6e Mon Sep 17 00:00:00 2001 From: Elvin Tubillara Date: Tue, 10 Nov 2015 21:14:19 -0600 Subject: [PATCH] Remove unused scrub variables in barbican.conf In /etc/barbican/barbican.conf, there are entries for a scrubber. There are no scrubbers implemented for barbican so I am deleting the unused vars. Change-Id: I61fe6a68a8155b261a20c85d7ef09be10a62151e --- etc/barbican/barbican.conf | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/etc/barbican/barbican.conf b/etc/barbican/barbican.conf index 13d313107..88aab8c09 100644 --- a/etc/barbican/barbican.conf +++ b/etc/barbican/barbican.conf @@ -120,18 +120,6 @@ workers = 1 # Should be set to a random string of length 16, 24 or 32 bytes #metadata_encryption_key = <16, 24 or 32 char registry metadata key> -# ============ Delayed Delete Options ============================= - -# Turn on/off delayed delete -delayed_delete = False - -# Delayed delete time in seconds -scrub_time = 43200 - -# Directory that the scrubber will use to remind itself of what to delete -# Make sure this is also set in glance-scrubber.conf -scrubber_datadir = /var/lib/barbican/scrubber - # ================= Queue Options - oslo.messaging ========================== # Rabbit and HA configuration: