Statistics
| Branch: | Tag: | Revision:

root / kamaki @ f8636965

# Date Author Comment
f8636965 01/13/2014 05:18 pm Stavros Sachtouris

Add user_info and user_term for bw compatibility

Refs: #4880

eac1777c 01/13/2014 01:34 pm Stavros Sachtouris

Backwards compatibility for get_service_endpoints

Refs: #4880

e9195e9d 01/10/2014 12:04 pm Stavros Sachtouris

Remove fstat from clients.utils.readall

Refs: #4871

Fstat was used to compute the actual file size in order to
distinguish if an empty read was because the file ended.
It now considers an empty read to be an end of file.

This allows reading non-regular files.

3f36ba1d 01/09/2014 02:37 pm Stavros Sachtouris

Fix big: Register image w. upload but no metafile

Refs: #4864

Also, -f/--force now refers to every file to be uploaded during
registration (was only for metafiles)

fde0d7fc 01/09/2014 02:36 pm Dionysis Grigoropoulos

Better handling of a string printing

Better handling of the way we print a string in network list

af89f550 01/09/2014 02:35 pm Dionysis Grigoropoulos

Typo fix in network list

4f0576d8 01/07/2014 05:13 pm Stavros Sachtouris

Minor typos

14b5cd0e 01/07/2014 05:13 pm Stavros Sachtouris

Wrap AstakosClient for backward compatiblity

f2df1530 01/07/2014 12:00 pm Stavros Sachtouris

Typo fixes

ec8cd658 01/07/2014 11:57 am Stavros Sachtouris

Import the whole astakosclient package

This will allow users to import everything from astakosclient

896995c1 01/07/2014 11:56 am Dionysis Grigoropoulos

Verbal typo fix

f4544635 12/20/2013 03:39 pm Stavros Sachtouris

Fix history typo

099b433b 12/20/2013 03:39 pm Stavros Sachtouris

Update wait to use --status

1796361e 12/20/2013 03:39 pm Stavros Sachtouris

Reverse server create --no-network/None http req

From now on, --no-network produces a "networks=[]" part,
while the absense of network-related arguments makes produces a
request without "networks" attributes.

2a1e7072 12/20/2013 03:39 pm Stavros Sachtouris

Remove --vnc option from server info

df4781a4 12/20/2013 03:38 pm Stavros Sachtouris

Restore server console

Conflicts:

kamaki/cli/commands/cyclades.py
5b4e563f 12/20/2013 03:37 pm Stavros Sachtouris

Always use "details" call in neworks/subnets list

52167529 12/18/2013 05:02 pm Stavros Sachtouris

Simplify/correct network args in server create

Refs: #4563

In server create, replace network arguments with only two:

--network=[id=]NETWORK_ID[,[ip=]IP]
--no-network (flag)

There arguments are mutually exclussive

bdff03d5 12/18/2013 01:32 pm Stavros Sachtouris

Adjust subnet_update method parameters to API

26413b0d 12/17/2013 06:27 pm Stavros Sachtouris

Adjust to progress 1.2

73bf1f64 12/17/2013 05:45 pm Stavros Sachtouris

Make download overwrite more intuitive

fac340da 12/17/2013 03:59 pm Stavros Sachtouris

Add --status to port wait

9930045a 12/17/2013 03:58 pm Stavros Sachtouris

Fix typo in download overwrite

7f8136c4 12/17/2013 03:04 pm Stavros Sachtouris

Merge branch 'feature-astakosclient-docs' into hotfix-0.12.1

Conflicts:
README.Upgrade
kamaki/clients/compute/__init__.py

9d84caa4 12/17/2013 02:59 pm Stavros Sachtouris

Astakos membership cmds and documentation

Refs: #4752

f2051b93 12/17/2013 12:15 pm Dionysis Grigoropoulos

Typo fix

d443f3ff 12/16/2013 05:22 pm Dionysis Grigoropoulos

Minor typo fix

cfa7859d 12/16/2013 05:19 pm Stavros Sachtouris

Fix typo in group create

81cf516b 12/16/2013 01:13 pm Stavros Sachtouris

Merge branch 'release-0.12'

Conflicts:
Changelog
docs/conf.py
kamaki/cli/commands/cyclades.py
kamaki/cli/commands/image.py
kamaki/cli/commands/pithos.py
setup.py
version

0db8331f 12/13/2013 03:12 pm Stavros Sachtouris

Fix sphinx commend-related warnings

Conflicts:

kamaki/clients/cyclades/__init__.py
de329b4c 12/13/2013 03:10 pm Stavros Sachtouris

Fix sphinx commend-related warnings

392d902d 12/12/2013 02:56 pm Stavros Sachtouris

Rename foo --> func everywhere

36cb577e 12/12/2013 01:12 pm Stavros Sachtouris

Rename astakosclients to give astakosclient 2 divs

Refs: #4752

Renames in kamaki.clients.astakos:
AstakosClient --> CachedAstakosClient
SynefoAstakosClientOrig --> AstakosClient

61d579fb 12/11/2013 05:39 pm Stavros Sachtouris

Add self.poolsize in kamaki.clients.Client

b7fcd0f5 12/11/2013 05:37 pm Stavros Sachtouris

Add self.poolsize in kamaki.clients.Client

c0b795f8 12/11/2013 04:25 pm Stavros Sachtouris

GET subnets status code 201 --> 200

5fcc3f7c 12/11/2013 04:25 pm Stavros Sachtouris

GET subnets status code 201 --> 200

438efab2 12/11/2013 02:25 pm Stavros Sachtouris

Fix typo in file upload

da17a63d 12/11/2013 02:25 pm Stavros Sachtouris

Fix typo in file upload

7474c948 12/11/2013 02:24 pm Stavros Sachtouris

Fix typo in file upload

43f798ab 12/11/2013 01:03 pm Stavros Sachtouris

Fix bug w. 0 file syncing

bd02c3ea 12/11/2013 01:02 pm Stavros Sachtouris

Fix bug w. 0 file syncing

91d443f9 12/11/2013 12:59 pm Stavros Sachtouris

Fix bug w. 0 file syncing

1e92e97d 12/11/2013 12:28 pm Stavros Sachtouris

Update Changelog and version tag

6e4ca4ec 12/11/2013 11:59 am Stavros Sachtouris

Allow unicode filenames in pithos

b16cb292 12/10/2013 06:07 pm Dionysis Grigoropoulos

Typo fix in a DEPRECATED warning

cc5da5a5 12/10/2013 05:21 pm Stavros Sachtouris

Add ip attach/detach

ab154b94 12/10/2013 05:21 pm Stavros Sachtouris

Add ip attach/detach

909ae594 12/10/2013 04:10 pm Stavros Sachtouris

Don't demand subnet, when ip

2e06a582 12/10/2013 04:09 pm Stavros Sachtouris

Don't demand subnet, when ip

a5b748c2 12/10/2013 03:36 pm Stavros Sachtouris

Fix Pithos calls unicode bug

da19a2ff 12/10/2013 03:35 pm Stavros Sachtouris

Fix Pithos calls unicode bug

7a3c66e1 12/10/2013 03:25 pm Stavros Sachtouris

Fix unittests in kamaki.clients, subnet arg bug

4e25b350 12/10/2013 03:24 pm Stavros Sachtouris

Fix unittests in kamaki.clients, subnet arg bug

db6438fd 12/09/2013 05:50 pm Stavros Sachtouris

Fix documentation for networks in server_create

f9953e1a 12/09/2013 05:05 pm Stavros Sachtouris

Rename "network" to "uuid" in server create w. net

1d5653d9 12/09/2013 05:05 pm Stavros Sachtouris

Rename "network" to "uuid" in server create w. net

f3740b99 12/09/2013 04:43 pm Stavros Sachtouris

Correct key names in network-related http bodies

Refs: #4563

69565935 12/09/2013 04:42 pm Stavros Sachtouris

Correct key names in network-related http bodies

Refs: #4563

cfba9587 12/06/2013 06:19 pm Stavros Sachtouris

Fix typo

d07e6fc2 12/06/2013 05:42 pm Stavros Sachtouris

Fix typo in file list

f25bd53b 12/06/2013 05:17 pm Stavros Sachtouris

Update superclass info in networks

c6ea94ac 12/06/2013 05:08 pm Stavros Sachtouris

Elaborate range argument usage

Refs: #4704

1c366ac9 12/06/2013 04:36 pm Stavros Sachtouris

Complete updating documentation

Refs: #4692

f084bdc8 12/05/2013 06:34 pm Stavros Sachtouris

Update docs up to examples/imageregister

Refs: #4692

432cea25 12/05/2013 05:44 pm Stavros Sachtouris

Adjust image register to new scheme

Refs: #4583

76769d2f 12/05/2013 03:31 pm Stavros Sachtouris

Update docs up to usage

Refs: #4692

a4986073 12/04/2013 04:14 pm Stavros Sachtouris

Adjust setup

Refs: #4692

6893e31c 12/03/2013 03:02 pm Stavros Sachtouris

Create manpage for new kamaki

Refs: #4692

c22183b9 12/02/2013 06:25 pm Stavros Sachtouris

Allow kamaki-shell to ignore unrecognized commands

54b7c1de 12/02/2013 05:52 pm Stavros Sachtouris

Create a kamaki-shell command for kamaki shell

Refs: #4612

17cfc2f0 12/02/2013 05:16 pm Stavros Sachtouris

Add waiters to netowrk connect/disconnect

Refs: #4624

fd981f77 12/02/2013 05:01 pm Stavros Sachtouris

Revive network connect/disconnect

Refs: #4563

61c2c62d 12/02/2013 01:29 pm Stavros Sachtouris

Deprecate server commands expressible with info

Refs: #4563

f261965c 11/29/2013 05:52 pm Stavros Sachtouris

Apply waiter in port delete

Refs: #4624

a6a44506 11/29/2013 05:49 pm Stavros Sachtouris

Implement the "wait_for" and "wait_while" methods

Refs: #4624

67dfe4a2 11/29/2013 05:06 pm Stavros Sachtouris

Remove waiters from networks, except port

Refs: #4624

9b3c8fd9 11/29/2013 04:31 pm Stavros Sachtouris

Fix required args parsing in kamaki shell mode

e8ba3e9f 11/29/2013 04:12 pm Stavros Sachtouris

Re-fix expected codes in network-libs (sorry)

8ac8898f 11/29/2013 03:59 pm Build Bot

Fix expected response codes for port lib calls

d19b7ee3 11/29/2013 02:13 pm Stavros Sachtouris

Remove all traces of networks from cyclades CLI

291cab21 11/29/2013 02:12 pm Stavros Sachtouris

Fix typos in Network CLI

b82c93a5 11/29/2013 01:39 pm Stavros Sachtouris

Dont required subnet in fixed_ips, in create_port

Refs: #4563

eb647cfe 11/29/2013 01:03 pm Stavros Sachtouris

Allow ports without device_id in lib + waits

Refs: #4624, #4563

c6afee48 11/28/2013 06:34 pm Stavros Sachtouris

Implement port wait

Refs: #4583

6f2b87c1 11/28/2013 05:59 pm Stavros Sachtouris

Implement network wait

Refs: #4563

e3f54dc0 11/28/2013 05:02 pm Stavros Sachtouris

Fix typoes in network commands

a6d2ad78 11/28/2013 03:58 pm Stavros Sachtouris

Fix required argument inconsistency with lists

fcd0f53d 11/28/2013 03:00 pm Stavros Sachtouris

Merge branch 'feature-naming-scheme' into develop

Conflicts:
Changelog
kamaki/cli/commands/cyclades.py
kamaki/cli/commands/network.py
kamaki/cli/commands/pithos.py

f3a239f6 11/28/2013 02:49 pm Stavros Sachtouris

Update changelog

Refs: #4583

bfd0f8db 11/28/2013 01:43 pm Stavros Sachtouris

Complete Pithos+ copmmands

Refs: #4583

7b109aa7 11/27/2013 05:42 pm Stavros Sachtouris

Complete container commands

Refs: #4583

bfa33995 11/27/2013 02:09 pm Stavros Sachtouris

Manage file versions

commands affected: info, modify

Refs: #4583

606f5b54 11/27/2013 12:19 pm Stavros Sachtouris

Allow file download to download containers

20206179 11/26/2013 06:16 pm Stavros Sachtouris

Implement info and modify for file

Refs: #4583

74b7c6dc 11/26/2013 04:47 pm Stavros Sachtouris

Implement file download

Refs: #4583

edc1182f 11/25/2013 06:14 pm Stavros Sachtouris

Carefully copy file * up to car

Refs: #4583

de932277 11/25/2013 01:37 pm Stavros Sachtouris

Complete file copy/move (improved)

Refs: #4583

effa4b8f 11/22/2013 06:35 pm Stavros Sachtouris

Sketch-implement file copy/move

Refs: #4625, #4583

d1bced10 11/21/2013 06:07 pm Stavros Sachtouris

Expose Network floatingip commands

Refs: #4583, #4563