Merge "Update swift keystone middleware configuration."
This commit is contained in:
commit
627012cf85
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user