Add formpost filter for icehouse
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user