Code Review
/
apex-puppet-tripleo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
66efa98
)
Enable object-expirer on Swift proxy profile
author
Christian Schwede
<cschwede@redhat.com>
Tue, 29 Nov 2016 10:32:03 +0000
(11:32 +0100)
committer
Christian Schwede
<cschwede@redhat.com>
Tue, 29 Nov 2016 10:32:03 +0000
(11:32 +0100)
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
manifests/profile/base/swift/proxy.pp
patch
|
blob
|
history
diff --git
a/manifests/profile/base/swift/proxy.pp
b/manifests/profile/base/swift/proxy.pp
index
ea309db
..
da69279
100644
(file)
--- 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
}
}