Add bulk support

This commit is contained in:
James Page 2014-04-03 18:50:59 +01:00
parent 10750ca169
commit b895d10629
1 changed files with 5 additions and 2 deletions

View File

@ -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