update middleware docstring
This commit is contained in:
@@ -56,16 +56,10 @@ class SwiftPolicy(object):
|
|||||||
|
|
||||||
[filter:swiftpolicy]
|
[filter:swiftpolicy]
|
||||||
use = egg:swiftpolicy#swiftpolicy
|
use = egg:swiftpolicy#swiftpolicy
|
||||||
operator_roles = admin, swiftoperator
|
|
||||||
policy = /path/to/policy.json
|
policy = /path/to/policy.json
|
||||||
|
|
||||||
This maps tenants to account in Swift.
|
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
|
If you need to have a different reseller_prefix to be able to
|
||||||
mix different auth servers you can configure the option
|
mix different auth servers you can configure the option
|
||||||
``reseller_prefix`` in your swiftpolicy entry like this::
|
``reseller_prefix`` in your swiftpolicy entry like this::
|
||||||
|
Reference in New Issue
Block a user