diff options
author | Pradeep Kilambi <pkilambi@redhat.com> | 2016-07-08 09:22:34 -0400 |
---|---|---|
committer | Pradeep Kilambi <pkilambi@redhat.com> | 2016-07-08 09:31:40 -0400 |
commit | e231c9e78921e61b8fd79ec01a3c2a4da03f7b7f (patch) | |
tree | 5bf08c7a99232c8c7cfc52ebd534a44b70635938 /puppet | |
parent | f91f08a5288820a77f45099092914a65a038caa5 (diff) |
Include bulk in swift proxy pipeline
With bulk delete enabled for gnocchi, this option should
be included in pipeline as well.
Change-Id: I5786c6f14e3aab9e167c22d8f72c5c1688440e95
Diffstat (limited to 'puppet')
-rw-r--r-- | puppet/hieradata/controller.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
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' |