Statistics
| Branch: | Tag: | Revision:

root @ 82e32e50

Name Size
  ci
  docs
  kamaki
.gitignore 61 Bytes
COPYRIGHT 1.5 kB
Changelog 626 Bytes
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 8 Bytes

Latest revisions

# Date Author Comment
82e32e50 06/03/2013 03:14 pm Stavros Sachtouris

Fix typos in user command flow

ef00bc31 06/03/2013 02:37 pm Stavros Sachtouris

Apply servce.url options to cross-sercice calls

Refs: #3874

Let cross-service initializations to use explicit service endpoint urls if
there is no single authentication url.
- In Image commands, there are calls that use astakos and pithos clients
- In pithos there are calls that use astakos client

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

a9ffcdb5 06/03/2013 01:01 pm Stavros Sachtouris

Update changelog

cb4a5d9c 06/03/2013 12:58 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:...

74d443db 05/31/2013 05:56 pm Stavros Sachtouris

Merge branch 'develop' into feature-endpoints

8440b163 05/31/2013 05:55 pm Stavros Sachtouris

Fix pep8 warning

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

View all revisions | View revisions

Also available in: Atom