]> git-server-git.apps.pok.os.sepia.ceph.com Git - radosgw-agent.git/commit
http response does not have .raw anymore
authorAlfredo Deza <alfredo.deza@inktank.com>
Thu, 18 Dec 2014 00:40:05 +0000 (19:40 -0500)
committerJosh Durgin <jdurgin@redhat.com>
Fri, 19 Dec 2014 11:17:03 +0000 (03:17 -0800)
commitddf2ceb0dc0444e2ace0443a137836ceb5d4dcda
tree1284bb68643dad4cfc70bcf185a8c531905f3590
http response does not have .raw anymore

Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
32 files changed:
.gitignore [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/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/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]