]> git-server-git.apps.pok.os.sepia.ceph.com Git - radosgw-agent.git/commit
inform the user what request is hapenning
authorAlfredo Deza <adeza@redhat.com>
Fri, 13 Mar 2015 16:12:06 +0000 (12:12 -0400)
committerAlfredo Deza <adeza@redhat.com>
Fri, 13 Mar 2015 16:12:06 +0000 (12:12 -0400)
commit57e71f73cf2ead13160707e78d19029f836b1a2f
treea3147eaa101969c20776345d21adcc8c9c6813ef
inform the user what request is hapenning

Signed-off-by: Alfredo Deza <adeza@redhat.com>
41 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/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/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]