Merge "Update swift keystone middleware configuration."

This commit is contained in:
Jenkins 2011-10-20 20:00:30 +00:00 committed by Gerrit Code Review
commit 627012cf85

View File

@ -248,16 +248,9 @@ use = egg:swift#proxy
account_autocreate = true account_autocreate = true
[filter:keystone] [filter:keystone]
use = egg:keystone#tokenauth use = egg:keystone#swiftauth
auth_protocol = http keystone_admin_token = 999888777666
auth_host = 127.0.0.1 keystone_url = http://localhost:35357/2.0
auth_port = 5001
admin_token = 999888777666
delay_auth_decision = 0
service_protocol = http
service_host = 127.0.0.1
service_port = 8100
service_pass = dTpw
[filter:cache] [filter:cache]
use = egg:swift#memcache use = egg:swift#memcache