Statistics
| Branch: | Tag: | Revision:

root / README.Upgrade @ 00b1248e

History | View | Annotate | Download (673 Bytes)

1
This document describes changes and steps to upgrade from kamaki 0.11 to
2
kamaki 0.12
3

    
4
1. Method post_user_catalogs in kamaki.clients.astakos is going to be
5
deprecated at version 0.13. It must be replaced with individual calls to
6
uuids2usernames and/or usernames2uuids. bw compatibility is kept for version
7
0.12
8

    
9
2. Update the kamaki configuration with these commands:
10
  $ kamaki config delete project_cli
11
  $ kamaki config delete astakos_cli
12
  $ kamaki config delete user_cli
13

    
14
3. /user commands have changed:
15
    /user info --> /user session info
16
    /user whoami --> /user session info
17
    /user pick --> /user session select
18
    /user add --> /user session authenticate
19