Statistics
| Branch: | Tag: | Revision:

root / kamaki / clients / compute.py @ e09db3c4

History | View | Annotate | Download (9.1 kB)

# Date Author Comment
a517ff50 02/26/2013 12:19 pm Stavros Sachtouris

Allow non-ascii paramters on path2url

Replace calls of the form unicode(v) to the equivalent" '%s' % v

de73876b 02/08/2013 07:25 pm Stavros Sachtouris

Attempt to pep8-fix some source files

8194b51b 01/04/2013 05:50 pm Stavros Sachtouris

Enrich helps in server create

a2ef112e 11/30/2012 04:06 pm Stavros Sachtouris

Update kamaki.clients.compute commends + restruct

606fe15f 11/30/2012 03:16 pm Stavros Sachtouris

Restructure kamaki.clients.compute

40a9c357 11/30/2012 01:47 pm Stavros Sachtouris

Recover accidentaly removed usefull code line

ae3c77f9 11/07/2012 03:19 pm Stavros Sachtouris

Copy os/users image tags at server_create

3dabe5d2 11/02/2012 01:16 pm Stavros Sachtouris

Make all source pep8 compliant

68da89ac 10/31/2012 11:50 am Stavros Sachtouris

Merge branch 'master' of https://code.grnet.gr/git/kamaki

Conflicts:
kamaki/__init__.py
kamaki/cli.py
kamaki/clients/__init__.py
kamaki/clients/astakos.py
kamaki/clients/compute.py
kamaki/clients/cyclades.py
kamaki/clients/image.py
kamaki/clients/pithos.py...

0fc54992 10/26/2012 04:35 pm Stavros Sachtouris

Clean up forgoten HTTPRequest imports

c270fe96 10/26/2012 04:18 pm Stavros Sachtouris

Remove relative imports from all pkgs, fix astakos

astakos imports an anused (and soon deprecated) module

6ce9fc72 10/25/2012 07:37 pm Stavros Sachtouris

Handle connection.close in repeated requests

71286858 10/19/2012 03:53 pm Stavros Sachtouris

Test get_image-metadata, server_console

c92d159d 10/17/2012 04:45 pm Stavros Sachtouris

Test update_server_name + minor bugfixes

33e3437a 10/15/2012 12:44 pm Stavros Sachtouris

Quota Holder init (no functionality)

486e55f4 10/11/2012 06:12 pm Stavros Sachtouris

Minor fixes

9bdc89da 09/25/2012 04:50 pm Stavros Sachtouris

Argument object handles part of the functionality

+minor fixes

33dc6317 09/12/2012 03:03 pm Stavros Sachtouris

Fully integrate http connection modifications

14af08c0 09/04/2012 06:43 pm Stavros Sachtouris

New package CLI (repackaging), minor bugfixes

kamaki now has two packages: cli and clients
cli contains all command line interface code
clients is an indepentand lib that can also used by 3rd parties
minor bugs in comput lib

bf966740 09/04/2012 12:14 pm Stavros Sachtouris

Equilize store mkdir with create for directories

f0706f59 09/03/2012 06:28 pm Stavros Sachtouris

Minor fixes

6666f3b3 09/03/2012 06:24 pm Stavros Sachtouris

Generic methods implementation in OOS Compute

added flavors_get, images_get/delete/post/put

1cbc4a67 08/29/2012 07:17 pm Stavros Sachtouris

Minor big fix

25914947 08/29/2012 06:44 pm Stavros Sachtouris

Minor arangements for error handling

f7df21bc 08/29/2012 06:14 pm Stavros Sachtouris

Minor bug fixes in error handling

ab9cdbc3 08/29/2012 06:08 pm Stavros Sachtouris

Minor bigfixes in error handling

2f749e6e 08/29/2012 05:26 pm Stavros Sachtouris

Major changes in client, fixed setup

Seperate Client to Client and HTTPConnection
The later is put in a separate package kamaki.client.connection
It manages headers, params, method, url and data of a connection
but the actuall http connection is not implemented at this...

c7083665 07/17/2012 07:12 pm Stavros Sachtouris

Fixed and modified disconnect network

Fixed bug with return value
Modified disconnect to take only nic_id as arg

e52840fa 07/11/2012 12:14 pm Stavros Sachtouris

Adjusted network and server opps to recent changes

4f01cc99 07/10/2012 05:36 pm Stavros Sachtouris

Minor improvements, adjusted network info

In compute and cyclades replaced raw paths with paths generated by path4url method
In kamaki/utils adjusted print_addresses to fit recente changes in cyclades API

1d7445cb 07/10/2012 05:09 pm Giorgos Verigakis

Fallback to default raise_for_status if response is not valid

44b8928d 07/10/2012 05:09 pm Giorgos Verigakis

Make source PEP8 compliant

8614814c 05/17/2012 03:36 pm Giorgos Verigakis

Make source PEP8 compliant

ab13eafe 05/14/2012 06:08 pm Giorgos Verigakis

Fallback to default raise_for_status if response is not valid

2394d9e1 05/09/2012 01:18 pm Giorgos Verigakis

Fix personality in server create

df79206f 05/09/2012 01:18 pm Giorgos Verigakis

Refactored networking

Adds requests dependency.

c4922a05 03/13/2012 04:26 pm Giorgos Verigakis

Fix personality in server create

6a0b1658 02/21/2012 07:51 pm Giorgos Verigakis

Refactored networking

Adds requests dependency.

b3b32add 01/30/2012 04:39 pm Giorgos Verigakis

Bugfixes

  • Rename asterias to cyclades
  • Remove create image from compute
  • Fix missing imports

Refs #1956

d2cea1e2 01/19/2012 06:41 pm Giorgos Verigakis

Add Pithos support

  • Use Pithos' smart upload if available
  • Add store container command
  • Add store delete command
a1c50326 01/19/2012 01:08 pm Giorgos Verigakis

Modularize clients