Browse code

Added "Admin" as an allowed role in swift proxy-server.conf.

Change-Id: Ia98ef5c5ff02a7a9bd24729ca37d87338087ab66

Gabriel Hurley authored on 2011/12/29 09:15:41
Showing 1 changed files
... ...
@@ -16,7 +16,7 @@ account_autocreate = true
16 16
 use = egg:swiftkeystone2#keystone2
17 17
 keystone_admin_token = %SERVICE_TOKEN%
18 18
 keystone_url = http://localhost:35357/v2.0
19
-keystone_swift_operator_roles = Member
19
+keystone_swift_operator_roles = Member,Admin
20 20
 
21 21
 [filter:tempauth]
22 22
 use = egg:swift#tempauth