From e10b2305a76c30dc597c5ff0e373c0ee81b89c41 Mon Sep 17 00:00:00 2001 From: James Page Date: Mon, 7 Apr 2014 15:39:29 +0100 Subject: [PATCH] Add tempurl to pipeline in icehouse --- templates/icehouse/proxy-server.conf | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/templates/icehouse/proxy-server.conf b/templates/icehouse/proxy-server.conf index daa60b4..87694a8 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 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