Merge "add cache to object-expirer pipeline"

This commit is contained in:
Jenkins 2017-02-03 01:01:08 +00:00 committed by Gerrit Code Review
commit 107e45ce99

View File

@ -109,6 +109,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
}
}