fixes typo

This commit is contained in:
Matthieu Huin 2014-06-02 15:02:47 +02:00
parent d532a30674
commit 2cba240cea
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
"swift_owner": "rule:swift_reseller or rule:swift_operator or is_admin:True",
"reseller_request": "rule:swift_reseller",
"same_tenant": "account:%%(account)s",
"same_tenant": "account:%(account)s",
"tenant_mismatch": "not rule:same_tenant",
"allowed_for_authenticated": "rule:swift_reseller or acl:check_cross_tenant or acl:check_is_public or (rule:same_tenant and rule:swift_operator) or (rule:same_tenant and acl:check_roles) or (rule:same_tenant and is_admin:True) or (rule:same_tenant and is_admin:False and acl:check_roles)",