when getting the worker bounds map the retries to objects 22/head
authorAlfredo Deza <adeza@redhat.com>
Tue, 17 Mar 2015 17:44:51 +0000 (13:44 -0400)
committerAlfredo Deza <adeza@redhat.com>
Tue, 17 Mar 2015 17:44:51 +0000 (13:44 -0400)
commite4b246184545d5d76ff348245bb71ac3a7326497
treef7081e39f034c56769c373d148695c79bd5d79cc
when getting the worker bounds map the retries to objects

Signed-off-by: Alfredo Deza <adeza@redhat.com>
43 files changed:
.gitignore [new file with mode: 0644]
CHANGELOG.rst [new file with mode: 0644]
LICENSE [new file with mode: 0644]
MANIFEST.in [new file with mode: 0644]
README.rst [new file with mode: 0644]
bootstrap [new file with mode: 0755]
debian/changelog [new file with mode: 0644]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/copyright [new file with mode: 0644]
debian/dirs [new file with mode: 0644]
debian/rules [new file with mode: 0755]
debian/source/format [new file with mode: 0644]
init-radosgw-agent [new file with mode: 0644]
logrotate.conf [new file with mode: 0644]
radosgw-agent.spec [new file with mode: 0644]
radosgw_agent/__init__.py [new file with mode: 0644]
radosgw_agent/cli.py [new file with mode: 0644]
radosgw_agent/client.py [new file with mode: 0644]
radosgw_agent/constants.py [new file with mode: 0644]
radosgw_agent/exceptions.py [new file with mode: 0644]
radosgw_agent/lock.py [new file with mode: 0644]
radosgw_agent/request.py [new file with mode: 0644]
radosgw_agent/sync.py [new file with mode: 0644]
radosgw_agent/tests/__init__.py [new file with mode: 0644]
radosgw_agent/tests/conftest.py [new file with mode: 0644]
radosgw_agent/tests/test_client.py [new file with mode: 0644]
radosgw_agent/tests/test_worker.py [new file with mode: 0644]
radosgw_agent/tests/util/test_configuration.py [new file with mode: 0644]
radosgw_agent/tests/util/test_obj.py [new file with mode: 0644]
radosgw_agent/util/__init__.py [new file with mode: 0644]
radosgw_agent/util/configuration.py [new file with mode: 0644]
radosgw_agent/util/decorators.py [new file with mode: 0644]
radosgw_agent/util/log.py [new file with mode: 0644]
radosgw_agent/util/obj.py [new file with mode: 0644]
radosgw_agent/util/string.py [new file with mode: 0644]
radosgw_agent/worker.py [new file with mode: 0644]
requirements-dev.txt [new file with mode: 0644]
requirements.txt [new file with mode: 0644]
scripts/radosgw-agent [new file with mode: 0644]
setup.cfg [new file with mode: 0644]
setup.py [new file with mode: 0644]
tox.ini [new file with mode: 0644]