Statistics
| Branch: | Tag: | Revision:

root / Changelog @ 814c3370

History | View | Annotate | Download (2.3 kB)

1
Changelog for hotfix version 0.12.4
2

    
3
- Fix bug when registering image with upload but no metafile [#4864]
4
- Minor typos
5

    
6
CHANGELOG for hotfix version 0.12.3
7

    
8
- Import the whole astakosclient package
9
- Minor typos in help message
10

    
11
CHANGELOG for hotfix version 0.12.2
12

    
13
- Always use "details" call in neworks/subnets list
14
- Restore server console, remove --vnc option from server info
15
- Fix server create --networks|--no-networks
16
- Use --status in * wait commands
17
- Fix typos in documentation
18

    
19
CHANGELOG for hotfix version 0.12.1
20

    
21
- Various minor typos
22
- Rename comand group "kamaki project membership" --> "kamaki membership"
23
- Add docs for astakos-related commands:
24
    user, quota, resources, project, membership
25
- Correct/simplify network arguments in server create (#4563)
26

    
27
CHANGELOG for version 0.12
28

    
29
Bug Fixes:
30
- In file list, the path or prefix was converted to boolean value. Fixed.
31
- Thread options did not work [#4616]
32
- Various minor typos
33

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

    
48
Features:
49

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