Merge "Don't add bulk middleware."

This commit is contained in:
Jenkins 2013-08-06 13:59:31 +00:00 committed by Gerrit Code Review
commit 2ac6870830

View File

@ -58,8 +58,8 @@ fi
SWIFT_LOOPBACK_DISK_SIZE=${SWIFT_LOOPBACK_DISK_SIZE:-1000000} SWIFT_LOOPBACK_DISK_SIZE=${SWIFT_LOOPBACK_DISK_SIZE:-1000000}
# Set ``SWIFT_EXTRAS_MIDDLEWARE`` to extras middlewares. # Set ``SWIFT_EXTRAS_MIDDLEWARE`` to extras middlewares.
# Default is ``staticweb, tempurl, bulk, formpost`` # Default is ``staticweb, tempurl, formpost``
SWIFT_EXTRAS_MIDDLEWARE=${SWIFT_EXTRAS_MIDDLEWARE:-tempurl formpost staticweb bulk} SWIFT_EXTRAS_MIDDLEWARE=${SWIFT_EXTRAS_MIDDLEWARE:-tempurl formpost staticweb}
# The ring uses a configurable number of bits from a paths MD5 hash as # The ring uses a configurable number of bits from a paths MD5 hash as
# a partition index that designates a device. The number of bits kept # a partition index that designates a device. The number of bits kept