]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
radosgw_admin: don't use boto for testing 301 responses
authorYehuda Sadeh <yehuda@redhat.com>
Wed, 14 Jan 2015 23:10:23 +0000 (15:10 -0800)
committerYehuda Sadeh <yehuda@redhat.com>
Wed, 14 Jan 2015 23:10:23 +0000 (15:10 -0800)
commit3d420ff1dd0962981cbf03350634cf68dd1b7d91
tree84a53ae1ef3e21782eedb72af1ebfdff5d85d60c
parentadc9bdae34a69b6371e9f7a816a6f5cb3f675f83
radosgw_admin: don't use boto for testing 301 responses

boto follows up on the redirects. Switched to using httplib2 for sending
this request.

Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
tasks/radosgw_admin.py