Statistics
| Branch: | Tag: | Revision:

root / kamaki / clients / image.py @ edd209d3

History | View | Annotate | Download (6.1 kB)

# Date Author Comment
fe5173b9 02/28/2013 05:07 pm Stavros Sachtouris

unittest clients.image register, remove reregister

method reregister is obsolete and was removed from all kamaki hierarchy

d86c3c7d 02/28/2013 01:53 pm Stavros Sachtouris

Initialize unittests for clients.image

dd7461ac 02/27/2013 03:13 pm Stavros Sachtouris

Add / at the end of images path (plankton)

This bug was produced after changes in path4url, where a trailing / is now
always removed

fa984c2c 01/21/2013 06:32 pm Stavros Sachtouris

mage-public: remove params without values

cb69a058 11/30/2012 05:24 pm Stavros Sachtouris

Update comment docs for image client

f5eac743 11/30/2012 05:07 pm Stavros Sachtouris

Update comments cods for cyclades clients

c2f6a275 11/28/2012 05:19 pm Stavros Sachtouris

Unittest reregister

bcebdfef 11/20/2012 06:07 pm Stavros Sachtouris

New image method: reregister(location[, ...])

0a0b9fb6 11/07/2012 04:26 pm Stavros Sachtouris

Modify KeyValueArgument and CmdConfigArgument

KeyValueArgument now accepts only one key=value pair but can be
repeated:
--property key1=val1 --property key2=val2

CmdCondigArguemtn sets global prefix by default
-o account=
is now equivalent to...

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

Make all source pep8 compliant

b521efd9 10/31/2012 01:16 pm Stavros Sachtouris

Minor bugs

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...

adb1dde9 10/30/2012 04:23 pm Stavros Sachtouris

unittest image register (basic functionality)

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

ec786e22 10/22/2012 05:18 pm Stavros Sachtouris

Remove useless import

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

Fully integrate http connection modifications

1bb4d14d 08/30/2012 06:30 pm Stavros Sachtouris

Improced testing, started tests for cyclades

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...

7d691cf2 08/07/2012 06:31 pm Stavros Sachtouris

Add all client api commands in new CLI

b974d110 08/03/2012 07:44 pm Stavros Sachtouris

Detach CLI from client libs

Allow custom libs to be easily loaded to kamaki CLI
At the moment, everything is given in a conf file and
pre-imported

edbee9c8 07/18/2012 03:06 pm Stavros Sachtouris

Pretyfication adjustments

Fixed colors in flavor and image error messages
Pretyfied image client code

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

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

pyflakes reported fixes

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

Update image client to the new infrastructure

Delete obsolete HTTPClient.

986b53f8 03/23/2012 03:24 pm Giorgos Verigakis

pyflakes reported fixes

cd75ff39 02/23/2012 02:51 pm Giorgos Verigakis

Update image client to the new infrastructure

Delete obsolete HTTPClient.

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