From: Alfredo Deza Date: Tue, 20 Jan 2015 18:54:05 +0000 (-0500) Subject: use the right key for timestamp: oldest_time X-Git-Tag: v1.2.1~3^2~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f01cacfabf93a500f3ec5cb9346a0ab2ac20e572;p=radosgw-agent.git use the right key for timestamp: oldest_time Signed-off-by: Alfredo Deza --- diff --git a/radosgw_agent/client.py b/radosgw_agent/client.py index 4980b79..a3cd0b0 100644 --- a/radosgw_agent/client.py +++ b/radosgw_agent/client.py @@ -350,7 +350,7 @@ def get_worker_bound(connection, type_, id_): # return fallback, default values return dict( marker=' ', - timestamp=DEFAULT_TIME, + oldest_time=DEFAULT_TIME, retries=[] )