Add tempurl to pipeline in icehouse

This commit is contained in:
James Page 2014-04-07 15:39:29 +01:00
parent a31fa3bd6d
commit e10b2305a7
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 bulk slo dlo formpost authtoken keystoneauth staticweb container-quotas account-quotas proxy-server
pipeline = healthcheck cache swift3 s3token bulk tempurl slo dlo formpost authtoken keystoneauth staticweb container-quotas account-quotas proxy-server
{% else %}
[pipeline:main]
pipeline = healthcheck cache bulk slo dlo formpost tempauth staticweb container-quotas account-quotas proxy-server
pipeline = healthcheck cache bulk tempurl slo dlo formpost tempauth staticweb container-quotas account-quotas proxy-server
{% endif %}
[app:proxy-server]
@ -52,6 +52,9 @@ use = egg:swift#dlo
[filter:formpost]
use = egg:swift#formpost
[filter:tempurl]
use = egg:swift#tempurl
{% if auth_type == 'keystone' %}
[filter:keystoneauth]
use = egg:swift#keystoneauth