blob: 9a3b54b5056fc51c738fcde6312bf8feb3349d7b [file] [log] [blame]
Chmouel Boudjnah28fa4e82011-11-01 12:30:55 +01001[DEFAULT]
2bind_port = 8080
3user = stack
4log_facility = LOG_LOCAL1
5
6[pipeline:main]
Chmouel Boudjnah45c51132011-11-01 19:32:23 +01007pipeline = healthcheck cache %AUTH_SERVER% proxy-server
Chmouel Boudjnah28fa4e82011-11-01 12:30:55 +01008
9[app:proxy-server]
10use = egg:swift#proxy
11allow_account_management = true
Chmouel Boudjnahd5651bb2011-11-01 16:22:08 +010012account_autocreate = true
Chmouel Boudjnah28fa4e82011-11-01 12:30:55 +010013
Chmouel Boudjnah45c51132011-11-01 19:32:23 +010014[filter:keystone]
15use = egg:swiftkeystone2#keystone2
16keystone_admin_token = %SERVICE_TOKEN%
17keystone_url = http://localhost:35357/v2.0
18
Chmouel Boudjnah28fa4e82011-11-01 12:30:55 +010019[filter:tempauth]
20use = egg:swift#tempauth
21user_admin_admin = admin .admin .reseller_admin
22user_test_tester = testing .admin
23user_test2_tester2 = testing2 .admin
24user_test_tester3 = testing3
Chmouel Boudjnaha2cd8412011-11-01 12:36:10 +010025bind_ip = 0.0.0.0
Chmouel Boudjnah28fa4e82011-11-01 12:30:55 +010026
27[filter:healthcheck]
28use = egg:swift#healthcheck
29
30[filter:cache]
31use = egg:swift#memcache