devstack_custom/files/swift-proxy-server.conf
Chmouel Boudjnah a2cd841265 Change SWIFT_DRIVE_LOCATION to SWIFT_LOCATION
Fix some retarness along the way.
2011-11-02 17:07:18 +01:00

25 lines
509 B
Text

[DEFAULT]
bind_port = 8080
user = stack
log_facility = LOG_LOCAL1
[pipeline:main]
pipeline = healthcheck cache tempauth proxy-server
[app:proxy-server]
use = egg:swift#proxy
allow_account_management = true
[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
bind_ip = 0.0.0.0
[filter:healthcheck]
use = egg:swift#healthcheck
[filter:cache]
use = egg:swift#memcache