From dfd1e27756f3c2b5ba8a5fc478fd86afe776e5fb Mon Sep 17 00:00:00 2001 From: Nassim Babaci Date: Mon, 21 Jul 2014 13:51:46 +0200 Subject: [PATCH] update middleware docstring --- swiftpolicy/swiftpolicy.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/swiftpolicy/swiftpolicy.py b/swiftpolicy/swiftpolicy.py index f1a721b..c1210c2 100644 --- a/swiftpolicy/swiftpolicy.py +++ b/swiftpolicy/swiftpolicy.py @@ -56,16 +56,10 @@ class SwiftPolicy(object): [filter:swiftpolicy] use = egg:swiftpolicy#swiftpolicy - operator_roles = admin, swiftoperator policy = /path/to/policy.json This maps tenants to account in Swift. - The user whose able to give ACL / create Containers permissions - will be the one that are inside the ``operator_roles`` - setting which by default includes the admin and the swiftoperator - roles. - If you need to have a different reseller_prefix to be able to mix different auth servers you can configure the option ``reseller_prefix`` in your swiftpolicy entry like this::