recommended doc changes

This commit is contained in:
Michael Barton 2011-03-03 20:24:03 +00:00
parent 16e344d61d
commit d2deaa666f
2 changed files with 4 additions and 1 deletions

View File

@ -43,7 +43,6 @@ use = egg:swift#proxy
# If set to 'true' any authorized user may create and delete accounts; if
# 'false' no one, even authorized, can.
# allow_account_management = false
# put_queue_depth = 10
# Only needed for DevAuth
[filter:auth]

View File

@ -519,6 +519,10 @@ class Controller(object):
Sends an HTTP request to multiple nodes and aggregates the results.
It attempts the primary nodes concurrently, then iterates over the
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)
pile = GreenPile(ring.replica_count)