Statistics
| Branch: | Tag: | Revision:

root / kamaki / cli / commands / astakos.py @ 50a32c37

History | View | Annotate | Download (29.1 kB)

# Date Author Comment
8b4ba753 01/28/2014 05:20 pm Stavros Sachtouris

Merge astakos error classes --> AstakosClientError

Refs: #5002

Also, decorate kamaki.clients.astakos.AstakosClient to raise this new class
when an error occurs

f59635ab 01/17/2014 01:01 pm Stavros Sachtouris

Fix typo in membership_enroll

ad696342 01/08/2014 04:03 pm Stavros Sachtouris

Add type and name filters in endpoint list

cd42f8d8 01/07/2014 02:04 pm Stavros Sachtouris

Wrap AstakosClient for backward compatiblity

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

Astakos membership cmds and documentation

Refs: #4752

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

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

Create manpage for new kamaki

Refs: #4692

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

85115c12 10/31/2013 02:29 pm Stavros Sachtouris

Log astakosclient in kamaki style

fa7d08b6 10/30/2013 05:36 pm Stavros Sachtouris

Implement user session commands for kamaki

Refs: #4340

5033585e 10/29/2013 12:10 pm Stavros Sachtouris

Use the already initialized astakosclient in user

Refs: #4312

ab863157 10/24/2013 05:14 pm Stavros Sachtouris

Complete astakosclient exposition in astakos.py

Refs: #4340

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

Move project commands to astakos.py file

Refs: #4340

e8d3b957 10/16/2013 05:04 pm Stavros Sachtouris

Implement user 1-level commands with astakosclient

Refs: #4340

16d7b9ff 09/26/2013 02:14 pm Stavros Sachtouris

Update and correct kamaki.clients documentation

76f58e2e 09/12/2013 04:13 pm Stavros Sachtouris

Replace print methods w. respective member methods

Refs: #4292

3185cd6d 09/11/2013 05:55 pm Stavros Sachtouris

Remove builtin.print up to history

Refs: #4292

98c02f22 09/10/2013 01:28 pm Stavros Sachtouris

Fix typo in astkoas.py imports

fbb253e8 09/09/2013 06:18 pm Stavros Sachtouris

Add output stream to astakos print methods

f5ff79d9 09/06/2013 12:29 pm Stavros Sachtouris

Prepend log_settings to auth_client init

023d7ab0 07/08/2013 11:55 am Stavros Sachtouris

Update inline documentation for get->whoami rename

49fac78e 07/08/2013 11:22 am Stavros Sachtouris

Rename user_get-->user_whoami

258a45f3 06/28/2013 03:03 pm Stavros Sachtouris

Fix user_list docs

dc897a7e 06/28/2013 01:57 pm Stavros Sachtouris

Allow multiple tokens per cloud configuration

Refs: #3632

fe4940bc 06/27/2013 03:52 pm Stavros Sachtouris

Implement user_get/set for session user

Refs: #3632

user_info --> user_get
Each kamaki session has a session user
The user defined in the config file through cloud....token
During the session, kamaki users may authenticate more users by tokens
and switch between them with user_set command...

b91111b9 06/27/2013 03:01 pm Stavros Sachtouris

Implement user_info to show current user info

Refs: #3632

9a8861d1 06/27/2013 02:52 pm Stavros Sachtouris

Implement a user_list to list cached shell users

Refs: #3632

e3f01d64 06/26/2013 12:28 pm Stavros Sachtouris

Update the copyright dates everywhere

a7533bf3 06/14/2013 12:54 pm Stavros Sachtouris

Recover old token in case of authentication error

144b3551 06/12/2013 03:02 pm Stavros Sachtouris

Change term "remote" to "cloud" when proper

Refs: #3934

c626151a 06/07/2013 03:41 pm Stavros Sachtouris

Adjust help messages to configuration changes

Refs:#3934

b4f69041 06/06/2013 05:29 pm Stavros Sachtouris

Adjust all command specs to multicloud/singleauth

Refs: #3934

f5c28bfa 06/04/2013 12:30 pm Stavros Sachtouris

Backwards compatibility for configuraiton file

Compatible with kamaki config files v2

user.url, file.url, compute.url and image.url
are now valid and of higher priority to
astakos.url, pithos.url, cyclades.url, plankton.url
which are also valid

All these are ignored iff [global].auth_url is given

8cec3671 06/03/2013 02:22 pm Stavros Sachtouris

Use explicitely set services urls if no auth_url

Refs: #3874

In current configuration, kamaki checks for auth_url. If that fails,
it raises an error. If it is not set, it prints a warning and attempts
to read the <service>.url option from the configuration file....

f724cd35 05/31/2013 05:37 pm Stavros Sachtouris

Get endpoint urls for all CLI operations

Refs: #3874

Use kamaki.clients.astakos.AstakosClient as a cached astakos client to get
user information and, most importantly, endpoints. Allow users to authenticate
multiple tokens on the same session. In every session there must be at most...

545c6c29 05/22/2013 05:26 pm Stavros Sachtouris

Implement an optional json output 4 outputing cmds

Refs: #3732

6dfd55cb 05/22/2013 01:42 pm Stavros Sachtouris

Add json/optional output to astakos cmds

Refs: #3732

a29d2f88 04/15/2013 12:12 pm Stavros Sachtouris

Apply uniform descriptions to all client commands

<GRNET name>/<OS name> API <actuall api> commands

e.g.
Cyclades/Compute API server commands
or
Pithos+/Storage API commands

Commands file names are named after the API they implement, not the command interface....