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
This commit is contained in:
Elvin Tubillara 2015-11-10 21:14:19 -06:00
parent e26063a95b
commit 6540c6a1eb

View File

@ -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: