recommended doc changes
This commit is contained in:
@@ -43,7 +43,6 @@ use = egg:swift#proxy
|
|||||||
# If set to 'true' any authorized user may create and delete accounts; if
|
# If set to 'true' any authorized user may create and delete accounts; if
|
||||||
# 'false' no one, even authorized, can.
|
# 'false' no one, even authorized, can.
|
||||||
# allow_account_management = false
|
# allow_account_management = false
|
||||||
# put_queue_depth = 10
|
|
||||||
|
|
||||||
# Only needed for DevAuth
|
# Only needed for DevAuth
|
||||||
[filter:auth]
|
[filter:auth]
|
||||||
|
@@ -519,6 +519,10 @@ class Controller(object):
|
|||||||
Sends an HTTP request to multiple nodes and aggregates the results.
|
Sends an HTTP request to multiple nodes and aggregates the results.
|
||||||
It attempts the primary nodes concurrently, then iterates over the
|
It attempts the primary nodes concurrently, then iterates over the
|
||||||
handoff nodes as needed.
|
handoff nodes as needed.
|
||||||
|
|
||||||
|
:param headers: a list of dicts, where each dict represents one
|
||||||
|
backend request that should be made.
|
||||||
|
:returns: a webob Response object
|
||||||
"""
|
"""
|
||||||
nodes = self.iter_nodes(part, ring.get_part_nodes(part), ring)
|
nodes = self.iter_nodes(part, ring.get_part_nodes(part), ring)
|
||||||
pile = GreenPile(ring.replica_count)
|
pile = GreenPile(ring.replica_count)
|
||||||
|
Reference in New Issue
Block a user