diff --git a/packstack/puppet/templates/swift_proxy.pp b/packstack/puppet/templates/swift_proxy.pp index 960ccccd7..49690f485 100644 --- a/packstack/puppet/templates/swift_proxy.pp +++ b/packstack/puppet/templates/swift_proxy.pp @@ -7,8 +7,8 @@ class { 'memcached': class { 'swift::proxy': proxy_local_net_ip => '%(CONFIG_CONTROLLER_HOST)s', pipeline => [ - 'bulk', 'catch_errors', + 'bulk', 'healthcheck', 'cache', 'ratelimit',