Pete Zaitcev 3196daf992 Eradicate eventlet and fix bug lp:959221
The bug is simple: whenever swift uploads to a Swift with SSL,
it uses 100% CPU. It happens because we use HTTPSConnection from
eventlet that loops like that, while holding the interpreter lock.

Now, it could be fixed in eventlet, but let's try something more
natural: drop the eventlet's HTTP client. We do not use green
threads in the client anymore, so it's not like we need it for that.

Note that in most cases clients do not use the BufferedHTTPConnection
either, because it's only installed on Swift server nodes, not on
workstations. Get rid of that too.

bug: 959221
Change-Id: I1eb932779d4171598b3efaa043f817b9c6c995c4
2013-05-10 21:33:17 -06:00
2013-05-01 12:23:01 -04:00
2013-02-26 12:47:34 -07:00
2013-01-18 16:13:27 -05:00
2013-01-18 16:13:27 -05:00
2013-01-18 16:13:27 -05:00
2012-05-08 16:30:13 +01:00
2012-06-26 21:23:25 -05:00
2012-05-08 15:21:56 +01:00
2012-05-21 12:52:55 +02:00
2013-01-18 16:13:27 -05:00
2013-05-01 12:23:01 -04:00
2013-05-01 12:23:01 -04:00

Python bindings to the OpenStack Object Storage API

This is a python client for the Swift API. There's a Python API (the swiftclient module), and a command-line script (swift).

Development takes place via the usual OpenStack processes as outlined in the OpenStack wiki. The master repository is on GitHub.

This code is based on original the client previously included with OpenStack's swift The python-swiftclient is licensed under the Apache License like the rest of OpenStack.

Contents:

Description
OpenStack Storage (Swift) Client
Readme 14 MiB
Languages
Python 99.9%
Shell 0.1%