From f01cacfabf93a500f3ec5cb9346a0ab2ac20e572 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Tue, 20 Jan 2015 13:54:05 -0500 Subject: [PATCH] use the right key for timestamp: oldest_time Signed-off-by: Alfredo Deza --- radosgw_agent/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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=[] ) -- 2.47.3