Statistics
| Branch: | Tag: | Revision:

root / kamaki / clients / cyclades.py @ d88ba587

History | View | Annotate | Download (8.9 kB)

# Date Author Comment
f5eac743 11/30/2012 05:07 pm Stavros Sachtouris

Update comments cods for cyclades clients

29685b9b 11/30/2012 04:17 pm Stavros Sachtouris

Restructure cyclades client, update comment docs

6cdfdcf3 11/09/2012 01:11 pm Stavros Sachtouris

Minor improvements to server_wait behavior

c59aef27 11/08/2012 03:20 pm Stavros Sachtouris

Fix minor wait_server bug, discover a cli bug

CLI bug: deep-level commands malfunction

fd1f1d96 11/08/2012 02:48 pm Stavros Sachtouris

NEW server method: wait_server + cli command

wait for server to reach state (e.g. while building)

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

Make all source pep8 compliant

a34888b4 10/29/2012 01:31 pm Stavros Sachtouris

list/disconnect nics by network at clients lib

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

f34bfe13 10/25/2012 05:10 pm Stavros Sachtouris

Adjust get_firewall_profile expcted rspns frmt

388197fe 10/22/2012 03:53 pm Stavros Sachtouris

test connect_server (to nic) list_server_nics

2d67ecbb 10/19/2012 05:32 pm Stavros Sachtouris

Test cyclades.py upto get/set_firewall_profile

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

Quota Holder init (no functionality)

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

Generic methods implementation in OOS Compute

added flavors_get, images_get/delete/post/put

6f1ec797 09/03/2012 05:26 pm Stavros Sachtouris

Introduce general methods for cyclades poking

servers_get/post, networks_get/delete/post/put with generic
arguments id and command are now used by oldern, convenience
calls. E.g.
networks_get(100, 'action') with try
GET http:.../networks/100/action...

1a85b14f 08/31/2012 05:10 pm Stavros Sachtouris

Delete used VMs after testing

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

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

Pretyfication adjustments

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

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

319a0e87 07/11/2012 03:34 pm Stavros Sachtouris

Minor adjustments to recent changes

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

Adjusted network and server opps to recent changes

1cb061f2 07/11/2012 11:35 am Stavros Sachtouris

Minor bug fixes

6add54fd 07/10/2012 06:43 pm Stavros Sachtouris

Adjusted disconnect server

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

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

Make source PEP8 compliant

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

Refactored networking

Adds requests dependency.

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