Statistics
| Branch: | Tag: | Revision:

root @ 54b6be76

Name Size
  ci
  docs
  kamaki
.gitignore 61 Bytes
COPYRIGHT 1.5 kB
Changelog 4.3 kB
MANIFEST.in 82 Bytes
README.Upgrade 86 Bytes
README.rst 275 Bytes
devflow.conf 67 Bytes
setup.py 3.3 kB
update_version.py 1.7 kB
version 7 Bytes

Latest revisions

# Date Author Comment
54b6be76 06/03/2013 02:26 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....

57ad91df 06/03/2013 01:03 pm Stavros Sachtouris

Update changelog

a4170d41 06/03/2013 01:02 pm Stavros Sachtouris

Implement --cloud arg to switch between clouds

Refs: #3913

Config file can (optionaly) contain:

[remotes]
example = https://www.example.org/astakos/identity/v2.0/
old_version = https://www.example.org/astakos/identity/v1.0/
...

Now, user can explicitely request for a remote cloud authentication URI:...

14bc5e39 05/31/2013 05:44 pm Stavros Sachtouris

Setup the new rc2 version with last minute feats

New features are needed, otherwise kamaki will not function with synnefo>=0.14
Compatibility with synnefo>=0.14 is the major target of this version.

This include breaking compatibility with old kamaki settings.

ef44e9a3 05/31/2013 05:44 pm Stavros Sachtouris

Merge commit 'f724cd3526fdcc2aba7df02474933eacad63895b' into release-0.9

31e55d4d 05/31/2013 05:42 pm Stavros Sachtouris

Merge commit '05e144e2418121079f9ade6554995c56c82724a4' into release-0.9

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

05e144e2 05/31/2013 01:29 pm Stavros Sachtouris

Create config file version 3

Refs: #3874

Minimum config file:
[global]
token = <user token>

Changes:

- Only one field "cli" for user command specs, to map command groups to CLIs:

[cli]
user = astakos
file = pithos
server = cyclades
...

- Specify client services/apis and versions....

6fdb3576 05/31/2013 10:58 am Stavros Sachtouris

Merge commit '528550d929d5d30009016ae23b2a948d13fe8eb3' into develop

Conflicts:
Changelog
version

528550d9 05/30/2013 04:35 pm Stavros Sachtouris

Enrich/rename astakos client calls with endpoints

Refs: #3874

Kamaki.clients.astakos.AstakosClient is now a high-level client lib that
offers access to token-authenticated astakos-aquired cached information.
Users who need an astakos client should use the snf-astakosclient instead....

View all revisions | View revisions

Also available in: Atom