Statistics
| Branch: | Tag: | Revision:

root / Changelog @ df5f658c

History | View | Annotate | Download (1.8 kB)

1
CHANGELOG for hotfix version 0.12.1
2

    
3
- Various minor typos
4
- Rename comand group "kamaki project membership" --> "kamaki membership"
5
- Add docs for astakos-related commands:
6
    user, quota, resources, project, membership
7

    
8
CHANGELOG for version 0.12
9

    
10
Bug Fixes:
11
- In file list, the path or prefix was converted to boolean value. Fixed.
12
- Thread options did not work [#4616]
13
- Various minor typos
14

    
15
Changes:
16
1. Make astakosclient a mantatory requirement for kamaki [#4312]
17
2. Make post_user_catalogs obsolete, but keep for one more version [#4337]
18
3. Rename user commands for cached account requests as /user session [#4340]
19
4. Remove max_theads from config, move control to threaded commands [#4617]
20
5. Modify all commands [#4583]
21
    New scheme for ALL <object> <verb> [object id] [--arguments]
22
    e.g., file modidy --metadata-add=revier='Mr. Reviewer' /pithos/myfile.txt
23
6. Deprecate (with note) server stats/console/addr (move to server info)
24
7. A vanilla kamaki call now shows only the available commands instead of
25
    loading a shell [#4612]
26
8. Add self.poolsize at kamaki.clients.Client
27
9. Add ip attach/detach (shortcuts for port create/delete)
28

    
29
Features:
30

    
31
1. Cache user catalog calls [#4337]
32
2. Implement separate methods for uuid2usernames and v.v. [#4337]
33
3. Move all methods from snf-astakos.py to astakos.py, with some renaimings
34
    astakos_quotas/uuid/username/authenticate --> user_quotas/uuid2username/username2uuid/info
35
    astakos_... --> admin_...
36
    e.g.,
37
    astakos_services --> admin_service, astakos_commission --> admin_commission
38
4. Implement OpenStack Network API 2.0, with synnefo/cyclades extentions. New:
39
   network info/list/create/delete/set
40
   subnet info/list/create/set
41
   port info/list/create/delete/set
42
5. Create a kamaki-shell for kamaki shell [#4612]
43