Add formpost filter for icehouse

This commit is contained in:
James Page 2014-04-03 19:00:08 +01:00
parent e5270d8e57
commit 121417212e
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 authtoken keystoneauth staticweb container-quotas account-quotas proxy-server
pipeline = healthcheck cache swift3 s3token bulk slo dlo formport authtoken keystoneauth staticweb container-quotas account-quotas proxy-server
{% else %}
[pipeline:main]
pipeline = healthcheck cache bulk slo dlo tempauth staticweb container-quotas account-quotas proxy-server
pipeline = healthcheck cache bulk slo dlo formpost tempauth staticweb container-quotas account-quotas proxy-server
{% endif %}
[app:proxy-server]
@ -49,6 +49,9 @@ use = egg:swift#slo
[filter:dlo]
use = egg:swift#dlo
[filter:formpost]
use = egg:swift#formpost
{% if auth_type == 'keystone' %}
[filter:keystoneauth]
use = egg:swift#keystoneauth