2011-11-01 11:30:55 +00:00
|
|
|
[DEFAULT]
|
|
|
|
bind_port = 8080
|
2011-11-02 00:10:38 +00:00
|
|
|
user = %USER%
|
2011-11-01 11:30:55 +00:00
|
|
|
log_facility = LOG_LOCAL1
|
2011-11-03 09:43:46 +00:00
|
|
|
swift_dir = %SWIFT_CONFIG_LOCATION%
|
2011-11-01 11:30:55 +00:00
|
|
|
|
|
|
|
[pipeline:main]
|
2011-11-01 18:32:23 +00:00
|
|
|
pipeline = healthcheck cache %AUTH_SERVER% proxy-server
|
2011-11-01 11:30:55 +00:00
|
|
|
|
|
|
|
[app:proxy-server]
|
|
|
|
use = egg:swift#proxy
|
|
|
|
allow_account_management = true
|
2011-11-01 15:22:08 +00:00
|
|
|
account_autocreate = true
|
2011-11-01 11:30:55 +00:00
|
|
|
|
2011-11-01 18:32:23 +00:00
|
|
|
[filter:keystone]
|
|
|
|
use = egg:swiftkeystone2#keystone2
|
|
|
|
keystone_admin_token = %SERVICE_TOKEN%
|
|
|
|
keystone_url = http://localhost:35357/v2.0
|
|
|
|
|
2011-11-01 11:30:55 +00:00
|
|
|
[filter:tempauth]
|
|
|
|
use = egg:swift#tempauth
|
|
|
|
user_admin_admin = admin .admin .reseller_admin
|
|
|
|
user_test_tester = testing .admin
|
|
|
|
user_test2_tester2 = testing2 .admin
|
|
|
|
user_test_tester3 = testing3
|
2011-11-01 11:36:10 +00:00
|
|
|
bind_ip = 0.0.0.0
|
2011-11-01 11:30:55 +00:00
|
|
|
|
|
|
|
[filter:healthcheck]
|
|
|
|
use = egg:swift#healthcheck
|
|
|
|
|
|
|
|
[filter:cache]
|
|
|
|
use = egg:swift#memcache
|