Statistics
| Branch: | Tag: | Revision:

root / Changelog @ 3888991f

History | View | Annotate | Download (2.2 kB)

1
CHANGELOG for hotfix version 0.12.3
2

    
3
- Import the whole astakosclient package
4
- Minor typos in help message
5

    
6
CHANGELOG for hotfix version 0.12.2
7

    
8
- Always use "details" call in neworks/subnets list
9
- Restore server console, remove --vnc option from server info
10
- Fix server create --networks|--no-networks
11
- Use --status in * wait commands
12
- Fix typos in documentation
13

    
14
CHANGELOG for hotfix version 0.12.1
15

    
16
- Various minor typos
17
- Rename comand group "kamaki project membership" --> "kamaki membership"
18
- Add docs for astakos-related commands:
19
    user, quota, resources, project, membership
20
- Correct/simplify network arguments in server create (#4563)
21

    
22
CHANGELOG for version 0.12
23

    
24
Bug Fixes:
25
- In file list, the path or prefix was converted to boolean value. Fixed.
26
- Thread options did not work [#4616]
27
- Various minor typos
28

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

    
43
Features:
44

    
45
1. Cache user catalog calls [#4337]
46
2. Implement separate methods for uuid2usernames and v.v. [#4337]
47
3. Move all methods from snf-astakos.py to astakos.py, with some renaimings
48
    astakos_quotas/uuid/username/authenticate --> user_quotas/uuid2username/username2uuid/info
49
    astakos_... --> admin_...
50
    e.g.,
51
    astakos_services --> admin_service, astakos_commission --> admin_commission
52
4. Implement OpenStack Network API 2.0, with synnefo/cyclades extentions. New:
53
   network info/list/create/delete/set
54
   subnet info/list/create/set
55
   port info/list/create/delete/set
56
5. Create a kamaki-shell for kamaki shell [#4612]
57