Merge "Added "Admin" as an allowed role in swift proxy-server.conf."
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user