Statistics
| Branch: | Tag: | Revision:

root / Changelog @ df5f658c

History | View | Annotate | Download (1.8 kB)

1 df5f658c Stavros Sachtouris
CHANGELOG for hotfix version 0.12.1
2 083093cf Stavros Sachtouris
3 df5f658c Stavros Sachtouris
- Various minor typos
4 df5f658c Stavros Sachtouris
- Rename comand group "kamaki project membership" --> "kamaki membership"
5 df5f658c Stavros Sachtouris
- Add docs for astakos-related commands:
6 df5f658c Stavros Sachtouris
    user, quota, resources, project, membership
7 d93af3dd Stavros Sachtouris
8 d93af3dd Stavros Sachtouris
CHANGELOG for version 0.12
9 f27657f7 Stavros Sachtouris
10 969b0c8d Stavros Sachtouris
Bug Fixes:
11 df5f658c Stavros Sachtouris
- In file list, the path or prefix was converted to boolean value. Fixed.
12 df5f658c Stavros Sachtouris
- Thread options did not work [#4616]
13 df5f658c Stavros Sachtouris
- Various minor typos
14 c3396aeb Stavros Sachtouris
15 1af10567 Stavros Sachtouris
Changes:
16 b276abde Stavros Sachtouris
1. Make astakosclient a mantatory requirement for kamaki [#4312]
17 b276abde Stavros Sachtouris
2. Make post_user_catalogs obsolete, but keep for one more version [#4337]
18 aa68b48f Stavros Sachtouris
3. Rename user commands for cached account requests as /user session [#4340]
19 ec5d658f Stavros Sachtouris
4. Remove max_theads from config, move control to threaded commands [#4617]
20 fcd0f53d Stavros Sachtouris
5. Modify all commands [#4583]
21 f3a239f6 Stavros Sachtouris
    New scheme for ALL <object> <verb> [object id] [--arguments]
22 f3a239f6 Stavros Sachtouris
    e.g., file modidy --metadata-add=revier='Mr. Reviewer' /pithos/myfile.txt
23 1d7368ba Stavros Sachtouris
6. Deprecate (with note) server stats/console/addr (move to server info)
24 039236fd Stavros Sachtouris
7. A vanilla kamaki call now shows only the available commands instead of
25 039236fd Stavros Sachtouris
    loading a shell [#4612]
26 df5f658c Stavros Sachtouris
8. Add self.poolsize at kamaki.clients.Client
27 df5f658c Stavros Sachtouris
9. Add ip attach/detach (shortcuts for port create/delete)
28 c3396aeb Stavros Sachtouris
29 969b0c8d Stavros Sachtouris
Features:
30 c3396aeb Stavros Sachtouris
31 b276abde Stavros Sachtouris
1. Cache user catalog calls [#4337]
32 b276abde Stavros Sachtouris
2. Implement separate methods for uuid2usernames and v.v. [#4337]
33 aa68b48f Stavros Sachtouris
3. Move all methods from snf-astakos.py to astakos.py, with some renaimings
34 3017dfe3 Stavros Sachtouris
    astakos_quotas/uuid/username/authenticate --> user_quotas/uuid2username/username2uuid/info
35 3017dfe3 Stavros Sachtouris
    astakos_... --> admin_...
36 3017dfe3 Stavros Sachtouris
    e.g.,
37 3017dfe3 Stavros Sachtouris
    astakos_services --> admin_service, astakos_commission --> admin_commission
38 5ec6ec0c Stavros Sachtouris
4. Implement OpenStack Network API 2.0, with synnefo/cyclades extentions. New:
39 5ec6ec0c Stavros Sachtouris
   network info/list/create/delete/set
40 5ec6ec0c Stavros Sachtouris
   subnet info/list/create/set
41 5ec6ec0c Stavros Sachtouris
   port info/list/create/delete/set
42 039236fd Stavros Sachtouris
5. Create a kamaki-shell for kamaki shell [#4612]