Statistics
| Branch: | Tag: | Revision:

root / kamaki / clients / compute / __init__.py @ 9986e569

History | View | Annotate | Download (8.9 kB)

# Date Author Comment
9d9ad424 04/11/2013 11:44 am Stavros Sachtouris

Stop create_server from crushing by a faulty image

If the image is missing the (os, users) metadata, the create_server method
used to crush anexpectingly

c2b5da2f 04/04/2013 04:37 pm Stavros Sachtouris

Redesign http connection module

Merge everything to kamaki.clients

Remove multiple hierarchies of connection classes (== abandon support for
alternative connection methods, e.g. for requests from pypi)

New connection classes are
- RequestManager
- ResponseManager...

55faa0bc 03/15/2013 04:58 pm Stavros Sachtouris

Prepare PithorRest testcase for implementation

630dea9b 03/15/2013 01:29 pm Stavros Sachtouris

Unittest ComputeRestApi.servers_get

304a92dc 03/13/2013 04:58 pm Stavros Sachtouris

Create package kamaki.clients.compute with tests