Statistics
| Branch: | Tag: | Revision:

root / docs / developers / code.rst @ ef04bdeb

History | View | Annotate | Download (2.8 kB)

# Date Author Comment
9dc6159f 06/10/2013 04:03 pm Stavros Sachtouris

Document the Upgrade notes for v0.9

0ea31480 04/12/2013 06:27 pm Stavros Sachtouris

Update docs, rename kamaki.cli.commands/*

Documentation updates: reflect the changes in command groups
astakos --> user, store --> file

File renaming: remove the _cli suffix from modules in kamaki.cli.commands

Feature #3566

c5b9380c 04/11/2013 02:41 pm Stavros Sachtouris

Allow users to set maximum thread limit

This is implemented as a configuration option in cli
Developers may set it as kamaki.clients.Client.MAX_THREADS = <limit>

Adjust documentation acoordingly

Feature #3546

1d1b2724 04/04/2013 07:27 pm Stavros Sachtouris

Adjust docs to recent changes, fix missing config

Missing config: at setup, in the first example (Quick Setup) it was
kamaki set ...
while it should have been
kamaki config set

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

Update kamaki.clients.compute commends + restruct

9e4508df 11/29/2012 04:51 pm Stavros Sachtouris

Rearange and complete developers guide