This commit adds test coverage for almost all swift classes and defines. It does not quite add 100% coverage (probably more like 85%)
		
			
				
	
	
		
			32 lines
		
	
	
		
			656 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			656 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# This file is managed by puppet.  Do not edit
 | 
						|
#
 | 
						|
[DEFAULT]
 | 
						|
#cert_file = /etc/swift/cert.crt
 | 
						|
#key_file = /etc/swift/cert.key
 | 
						|
bind_port = 8080
 | 
						|
workers = 8
 | 
						|
user = swift
 | 
						|
 | 
						|
[pipeline:main]
 | 
						|
# ratelimit?
 | 
						|
pipeline = healthcheck cache swauth proxy-server
 | 
						|
 | 
						|
[app:proxy-server]
 | 
						|
use = egg:swift#proxy
 | 
						|
allow_account_management = true
 | 
						|
account_autocreate = false
 | 
						|
 | 
						|
[filter:swauth]
 | 
						|
use = egg:swauth#swauth
 | 
						|
# this line is not in the install docs?
 | 
						|
default_swift_cluster = local#127.0.0.1
 | 
						|
super_admin_key = swauthkey
 | 
						|
 | 
						|
[filter:healthcheck]
 | 
						|
use = egg:swift#healthcheck
 | 
						|
 | 
						|
[filter:cache]
 | 
						|
use = egg:swift#memcache
 | 
						|
# multi-proxy config not supported
 | 
						|
memcache_servers = 127.0.0.1:11211
 |