Merge pull request #178 from chmouel/swift-admin-user-is-members
Admin group is Member.
This commit is contained in:
commit
c6e0fc37fd
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +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_admin_group = Member
|
||||||
|
|
||||||
[filter:tempauth]
|
[filter:tempauth]
|
||||||
use = egg:swift#tempauth
|
use = egg:swift#tempauth
|
||||||
|
|
Loading…
Reference in a new issue