Fix docstring regarding private method
X-Backend-Allow-Method was used in some iteration, but not the version of the patch that finally landed. Change-Id: Id637253bb68bc839f5444a74c91588d753ef4379 Related-Change: Ia13ee5da3d1b5c536eccaadc7a6fdcd997374443
This commit is contained in:
parent
63e618b232
commit
3bf7cf60b9
@ -693,7 +693,7 @@ class ContainerController(Controller):
|
|||||||
similar to a merge_items REPLICATE request.
|
similar to a merge_items REPLICATE request.
|
||||||
|
|
||||||
Not client facing; internal clients or middlewares must include
|
Not client facing; internal clients or middlewares must include
|
||||||
``X-Backend-Allow-Method: UPDATE`` header to access.
|
``X-Backend-Allow-Private-Methods: true`` header to access.
|
||||||
"""
|
"""
|
||||||
container_partition, containers = self.app.container_ring.get_nodes(
|
container_partition, containers = self.app.container_ring.get_nodes(
|
||||||
self.account_name, self.container_name)
|
self.account_name, self.container_name)
|
||||||
|
Loading…
Reference in New Issue
Block a user