Merge "Assign TODO to committer."
diff --git a/tempest/services/object_storage/container_client.py b/tempest/services/object_storage/container_client.py
index 37a8375..6b5342a 100644
--- a/tempest/services/object_storage/container_client.py
+++ b/tempest/services/object_storage/container_client.py
@@ -94,8 +94,8 @@
item count is beyond 10,000 item listing limit.
Does not require any paramaters aside from container name.
"""
- #TODO: Rewite using json format to avoid newlines at end of obj names
- #Set limit to API limit - 1 (max returned items = 9999)
+ #TODO(dwalleck): Rewite using json format to avoid newlines at end of
+ #obj names. Set limit to API limit - 1 (max returned items = 9999)
limit = 9999
marker = None
if params is not None: