]> git-server-git.apps.pok.os.sepia.ceph.com Git - radosgw-agent.git/commitdiff
use the right key for timestamp: oldest_time
authorAlfredo Deza <adeza@redhat.com>
Tue, 20 Jan 2015 18:54:05 +0000 (13:54 -0500)
committerAlfredo Deza <adeza@redhat.com>
Wed, 28 Jan 2015 18:43:07 +0000 (13:43 -0500)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
radosgw_agent/client.py

index 4980b79c92ad6bd5c8ccdf91a985daff2d4e26c4..a3cd0b0656aec085de3548f02de337d9ac29bacc 100644 (file)
@@ -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=[]
         )