From 2cba240cea7cc88c229db67f6f39c49d9cb1c768 Mon Sep 17 00:00:00 2001 From: Matthieu Huin Date: Mon, 2 Jun 2014 15:02:47 +0200 Subject: [PATCH] fixes typo --- policies/CWpolicy.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/policies/CWpolicy.json b/policies/CWpolicy.json index db207b9..2743d76 100644 --- a/policies/CWpolicy.json +++ b/policies/CWpolicy.json @@ -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)",