Add imap delete config to lpmqtt and remove ssl

We need to conserve space on the disk of firehose, this commit sets
lpmqtt to delete emails after it processes them.

Change-Id: I3c917df78e27762efcbf5ce07766702380ae2cc5
This commit is contained in:
Matthew Treinish 2016-09-19 09:06:21 -04:00
parent 1a7773966b
commit 2bc5dd7ca4
No known key found for this signature in database
GPG Key ID: FD12A0F214C9E177

View File

@ -95,6 +95,7 @@ class openstack_project::firehose (
imap_hostname => $imap_hostname,
imap_username => $imap_username,
imap_password => $imap_password,
imap_use_ssl => true,
imap_use_ssl => false,
imap_delete_old => true,
}
}