Fixes bug 920762: change Admin to admin in swift/proxy-server.conf

Change-Id: I6cb564ed2a6eaaf325a9573b4a6d372ae8a73c8d
This commit is contained in:
Dean Troyer
2012-02-03 11:23:32 -06:00
committed by Vishvananda Ishaya
parent 6563a3ce76
commit efa578aabe

View File

@@ -19,7 +19,7 @@ account_autocreate = true
use = egg:swiftkeystone2#keystone2 use = egg:swiftkeystone2#keystone2
keystone_admin_token = %SERVICE_TOKEN% keystone_admin_token = %SERVICE_TOKEN%
keystone_url = http://localhost:35357/v2.0 keystone_url = http://localhost:35357/v2.0
keystone_swift_operator_roles = Member,Admin keystone_swift_operator_roles = Member,admin
[filter:tempauth] [filter:tempauth]
use = egg:swift#tempauth use = egg:swift#tempauth