diff --git a/templates/icehouse/proxy-server.conf b/templates/icehouse/proxy-server.conf index 29e703c..df18ac5 100644 --- a/templates/icehouse/proxy-server.conf +++ b/templates/icehouse/proxy-server.conf @@ -9,10 +9,10 @@ key_file = {{ ssl_key }} {% if auth_type == 'keystone' %} [pipeline:main] -pipeline = healthcheck cache swift3 s3token authtoken keystoneauth staticweb container-quotas account-quotas proxy-server +pipeline = healthcheck cache swift3 s3token bulk authtoken keystoneauth staticweb container-quotas account-quotas proxy-server {% else %} [pipeline:main] -pipeline = healthcheck cache tempauth staticweb container-quotas account-quotas proxy-server +pipeline = healthcheck cache bulk tempauth staticweb container-quotas account-quotas proxy-server {% endif %} [app:proxy-server] @@ -40,6 +40,9 @@ use = egg:swift#container_quotas [filter:staticweb] use = egg:swift#staticweb +[filter:bulk] +use = egg:swift#bulk + {% if auth_type == 'keystone' %} [filter:keystoneauth] use = egg:swift#keystoneauth