Statistics
| Branch: | Tag: | Revision:

root / Changelog @ f3a239f6

History | View | Annotate | Download (1.1 kB)

1
CHANGELOG for version 0.11
2

    
3
Bug Fixes:
4
-In file list, the path or prefix was converted to boolean value. Fixed.
5

    
6
Changes:
7
1. Make astakosclient a mantatory requirement for kamaki [#4312]
8
2. Make post_user_catalogs obsolete, but keep for one more version [#4337]
9
3. Rename user commands for cached account requests as /user session [#4340]
10
4. Modify all commands [#4583]
11
    New scheme for ALL <object> <verb> [object id] [--arguments]
12
    e.g., file modidy --metadata-add=revier='Mr. Reviewer' /pithos/myfile.txt
13

    
14
Features:
15

    
16
1. Cache user catalog calls [#4337]
17
2. Implement separate methods for uuid2usernames and v.v. [#4337]
18
3. Move all methods from snf-astakos.py to astakos.py, with some renaimings
19
    astakos_quotas/uuid/username/authenticate --> user_quotas/uuid2username/username2uuid/info
20
    astakos_... --> admin_...
21
    e.g.,
22
    astakos_services --> admin_service, astakos_commission --> admin_commission
23
4. Implement OpenStack Network API 2.0, with synnefo/cyclades extentions. New:
24
   network info/list/create/delete/set
25
   subnet info/list/create/set
26
   port info/list/create/delete/set
27