diff options
author | Marcus Furlong <furlongm@gmail.com> | 2017-01-17 11:59:06 +1100 |
---|---|---|
committer | Marcus Furlong <furlongm@gmail.com> | 2017-01-17 12:01:39 +1100 |
commit | da678b7d7d4ad0f5fcd598452f23bc49259f3ee1 (patch) | |
tree | 379d9b05c39ef3cf6a80813bd9cf5a82debc8f2c /manifests | |
parent | 430e1b89ba95bcc7cdff2964025da2205f05606d (diff) |
add cache to object-expirer pipeline
Without 'cache' in the object-expirer pipeline, adding $memcache_servers
will have no effect. This commit adds 'cache' to the pipeline.
Change-Id: I8ddb71e8e6a5844446dd2478b6b9389ed0ade075
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/profile/base/swift/proxy.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/profile/base/swift/proxy.pp b/manifests/profile/base/swift/proxy.pp index 5bd75bd..2db3a42 100644 --- a/manifests/profile/base/swift/proxy.pp +++ b/manifests/profile/base/swift/proxy.pp @@ -82,6 +82,7 @@ class tripleo::profile::base::swift::proxy ( include ::swift::proxy::account_quotas class { '::swift::objectexpirer': + pipeline => ['catch_errors', 'cache', 'proxy-server'], memcache_servers => $swift_memcache_servers } } |