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::