Enable bulk delete in swift for gnocchi

Closes-bug: #1590495

Change-Id: I51038f838befafdff1ecb2bdbee9e7316677b2ed
This commit is contained in:
Pradeep Kilambi 2016-06-08 14:15:06 -04:00
parent 0b5e5fb17c
commit 876a2a3d74
2 changed files with 2 additions and 0 deletions

View File

@ -580,6 +580,7 @@ if hiera('step') >= 3 {
include ::swift::proxy::catch_errors
include ::swift::proxy::tempurl
include ::swift::proxy::formpost
include ::swift::proxy::bulk
# swift storage
if str2bool(hiera('enable_swift_storage', true)) {

View File

@ -1079,6 +1079,7 @@ MYSQL_HOST=localhost\n",
include ::swift::proxy::catch_errors
include ::swift::proxy::tempurl
include ::swift::proxy::formpost
include ::swift::proxy::bulk
# swift storage
if str2bool(hiera('enable_swift_storage', true)) {