Statistics
| Branch: | Tag: | Revision:

root / kamaki / cli / config @ 27d3b17d

# Date Author Comment
27d3b17d 02/26/2014 05:10 pm Stavros Sachtouris

Fix copyright (recent file changes)

50a32c37 02/24/2014 01:16 pm Stavros Sachtouris

Only two cmds in history, use history_limit

Refs: #4479

f28beccb 01/31/2014 02:40 pm Stavros Sachtouris

Remove livetest from kamaki

Refs: #4873

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

Astakos membership cmds and documentation

Refs: #4752

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

Adjust setup

Refs: #4692

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

Allow kamaki-shell to ignore unrecognized commands

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

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

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

Expose Network floatingip commands

Refs: #4583, #4563

ec5d658f 11/19/2013 06:18 pm Stavros Sachtouris

Move thread control to threaded commands

Refs: #4616, #4617

Remove max_theads from config, move control to threaded commands as --threads
Set default MAX_THREADS to 1

5c5eb675 11/19/2013 05:33 pm Stavros Sachtouris

Apply naming scheme to image cmds

Refs: #4583

All image-property commands --> image modify --property-add/del
All image-compute commands --> imagecompute
imagecompute-property-* --> imagecompute modify --property-add/del

25f9a991 11/12/2013 03:58 pm Stavros Sachtouris

Apply naming scheme on astakos-related commands

Refs: #4583

Renames:
user session * --> user *
admin services * --> service *
admin endpoints * --> endpoint *
admin commission * --> commission *
admin resources --> resource list
user quotas --> quota list...

e864cd9e 11/06/2013 01:28 pm Stavros Sachtouris

Implement client.cyclades.CycladesNetworkClient

Refs: #4563

This class implements APi extentions custom to Cyclades

d18e6439 11/05/2013 05:35 pm Stavros Sachtouris

Create networking-related commands + network list

Refs: #4563

networking related commands: netwokri, port, subnet
this affects the cyclades-related networks, which are not exposed (for now)

c308d73f 10/23/2013 01:21 pm Stavros Sachtouris

Move project commands to astakos.py file

Refs: #4340

7470ebb9 10/10/2013 01:37 pm Stavros Sachtouris

Require astakosclient, reveal astakos commands

Refs: #4312

Since astakosclient is required, astakos commands are not need to be hidden anymore

5e4a0bb9 10/03/2013 11:37 am Stavros Sachtouris

Fix pep8 error

534e7bbb 10/02/2013 05:40 pm Stavros Sachtouris

Remove reference to Config.get/set_global

6489c38b 09/30/2013 03:58 pm Stavros Sachtouris

Push ip commands to top namespace, update docs

Refs: #4422

Top level IP commands are now prefixed as ip (kamaki ip <command>)
Update documentation accordingly

8556d269 09/19/2013 06:02 pm Stavros Sachtouris

Complete unittests for kamaki.cli.config

Refs: #4058

2e616dbd 09/18/2013 05:57 pm Stavros Sachtouris

Implement all methods up to reload

Refs: #4058

3564be49 09/18/2013 05:14 pm Stavros Sachtouris

Test get/set_cloud/global

Refs: #4058

c5997814 09/18/2013 03:22 pm Stavros Sachtouris

Implement tests for _cloud_name, _rescue_old_file

Refs: #4058

f767b407 09/17/2013 06:13 pm Stavros Sachtouris

Unittest kamaki.cli.Config.__init__

Refs: #4058

9f5cbafe 09/17/2013 04:17 pm Stavros Sachtouris

Initialize a config package (new dir) with tests

Refs: #4058