Chmouel Boudjnah | 28fa4e8 | 2011-11-01 12:30:55 +0100 | [diff] [blame] | 1 | [DEFAULT] |
| 2 | bind_port = 8080 |
| 3 | user = stack |
| 4 | log_facility = LOG_LOCAL1 |
| 5 | |
| 6 | [pipeline:main] |
Chmouel Boudjnah | 45c5113 | 2011-11-01 19:32:23 +0100 | [diff] [blame^] | 7 | pipeline = healthcheck cache %AUTH_SERVER% proxy-server |
Chmouel Boudjnah | 28fa4e8 | 2011-11-01 12:30:55 +0100 | [diff] [blame] | 8 | |
| 9 | [app:proxy-server] |
| 10 | use = egg:swift#proxy |
| 11 | allow_account_management = true |
Chmouel Boudjnah | d5651bb | 2011-11-01 16:22:08 +0100 | [diff] [blame] | 12 | account_autocreate = true |
Chmouel Boudjnah | 28fa4e8 | 2011-11-01 12:30:55 +0100 | [diff] [blame] | 13 | |
Chmouel Boudjnah | 45c5113 | 2011-11-01 19:32:23 +0100 | [diff] [blame^] | 14 | [filter:keystone] |
| 15 | use = egg:swiftkeystone2#keystone2 |
| 16 | keystone_admin_token = %SERVICE_TOKEN% |
| 17 | keystone_url = http://localhost:35357/v2.0 |
| 18 | |
Chmouel Boudjnah | 28fa4e8 | 2011-11-01 12:30:55 +0100 | [diff] [blame] | 19 | [filter:tempauth] |
| 20 | use = egg:swift#tempauth |
| 21 | user_admin_admin = admin .admin .reseller_admin |
| 22 | user_test_tester = testing .admin |
| 23 | user_test2_tester2 = testing2 .admin |
| 24 | user_test_tester3 = testing3 |
Chmouel Boudjnah | a2cd841 | 2011-11-01 12:36:10 +0100 | [diff] [blame] | 25 | bind_ip = 0.0.0.0 |
Chmouel Boudjnah | 28fa4e8 | 2011-11-01 12:30:55 +0100 | [diff] [blame] | 26 | |
| 27 | [filter:healthcheck] |
| 28 | use = egg:swift#healthcheck |
| 29 | |
| 30 | [filter:cache] |
| 31 | use = egg:swift#memcache |