From: Christian Schwede Date: Tue, 29 Nov 2016 10:32:03 +0000 (+0100) Subject: Enable object-expirer on Swift proxy profile X-Git-Tag: opnfv-6.0.0~412^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=3abbad6226701ef78c32908460805cdcae83026a;p=apex-puppet-tripleo.git Enable object-expirer on Swift proxy profile This service is required to delete expired automatically. It is often run on the proxy nodes, therefore adding it to the Swift proxy profile. Change-Id: I3250c205ffc166ae628bc427de2e3492d086c3bb Closes-Bug: 1645657 --- diff --git a/manifests/profile/base/swift/proxy.pp b/manifests/profile/base/swift/proxy.pp index ea309db..da69279 100644 --- a/manifests/profile/base/swift/proxy.pp +++ b/manifests/profile/base/swift/proxy.pp @@ -73,5 +73,7 @@ class tripleo::profile::base::swift::proxy ( include ::swift::proxy::copy include ::swift::proxy::container_quotas include ::swift::proxy::account_quotas + + include ::swift::objectexpirer } }