From e231c9e78921e61b8fd79ec01a3c2a4da03f7b7f Mon Sep 17 00:00:00 2001 From: Pradeep Kilambi Date: Fri, 8 Jul 2016 09:22:34 -0400 Subject: Include bulk in swift proxy pipeline With bulk delete enabled for gnocchi, this option should be included in pipeline as well. Change-Id: I5786c6f14e3aab9e167c22d8f72c5c1688440e95 --- puppet/hieradata/controller.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'puppet/hieradata/controller.yaml') diff --git a/puppet/hieradata/controller.yaml b/puppet/hieradata/controller.yaml index bc5a4098..66613f0f 100644 --- a/puppet/hieradata/controller.yaml +++ b/puppet/hieradata/controller.yaml @@ -84,6 +84,7 @@ swift::proxy::pipeline: - 'healthcheck' - 'cache' - 'ratelimit' + - 'bulk' - 'tempurl' - 'formpost' - 'authtoken' -- cgit 1.2.3-korg