Statistics
| Branch: | Tag: | Revision:

root / Changelog @ f557e944

History | View | Annotate | Download (2.1 kB)

1
CHANGELOG for hotfix version 0.12.2
2

    
3
- Always use "details" call in neworks/subnets list
4
- Restore server console, remove --vnc option from server info
5
- Fix server create --networks|--no-networks
6
- Use --status in * wait commands
7
- Fix typos in documentation
8

    
9
CHANGELOG for hotfix version 0.12.1
10

    
11
- Various minor typos
12
- Rename comand group "kamaki project membership" --> "kamaki membership"
13
- Add docs for astakos-related commands:
14
    user, quota, resources, project, membership
15
- Correct/simplify network arguments in server create (#4563)
16

    
17
CHANGELOG for version 0.12
18

    
19
Bug Fixes:
20
- In file list, the path or prefix was converted to boolean value. Fixed.
21
- Thread options did not work [#4616]
22
- Various minor typos
23

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

    
38
Features:
39

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