Added "Admin" as an allowed role in swift proxy-server.conf.
Change-Id: Ia98ef5c5ff02a7a9bd24729ca37d87338087ab66
This commit is contained in:
parent
c1b2354a88
commit
98f4ce82f0
@ -16,7 +16,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
|
keystone_swift_operator_roles = Member,Admin
|
||||||
|
|
||||||
[filter:tempauth]
|
[filter:tempauth]
|
||||||
use = egg:swift#tempauth
|
use = egg:swift#tempauth
|
||||||
|
Loading…
x
Reference in New Issue
Block a user