4f58bf0fef3c2a4d31a7e81e35d29e55a7a3d334
[kamaki] / Changelog
1 Changelog for 0.12.7
2
3 - Restore user_info, user_term for bw compatibility in AstakosClient [#4880]
4
5 Changelog for 0.12.6
6
7 - Restore get_service_endpoints for AstakosClient
8
9 Changelog for hotfix version 0.12.5
10
11 - Fix bug in readall (wrong behavior in non-regular files) [#4871]
12
13 Changelog for hotfix version 0.12.4
14
15 - Fix bug when registering image with upload but no metafile [#4864]
16 - Minor typos
17
18 CHANGELOG for hotfix version 0.12.3
19
20 - Import the whole astakosclient package
21 - Minor typos in help message
22
23 CHANGELOG for hotfix version 0.12.2
24
25 - Always use "details" call in neworks/subnets list
26 - Restore server console, remove --vnc option from server info
27 - Fix server create --networks|--no-networks
28 - Use --status in * wait commands
29 - Fix typos in documentation
30
31 CHANGELOG for hotfix version 0.12.1
32
33 - Various minor typos
34 - Rename comand group "kamaki project membership" --> "kamaki membership"
35 - Add docs for astakos-related commands:
36     user, quota, resources, project, membership
37 - Correct/simplify network arguments in server create (#4563)
38
39 CHANGELOG for version 0.12
40
41 Bug Fixes:
42 - In file list, the path or prefix was converted to boolean value. Fixed.
43 - Thread options did not work [#4616]
44 - Various minor typos
45
46 Changes:
47 1. Make astakosclient a mantatory requirement for kamaki [#4312]
48 2. Make post_user_catalogs obsolete, but keep for one more version [#4337]
49 3. Rename user commands for cached account requests as /user session [#4340]
50 4. Remove max_theads from config, move control to threaded commands [#4617]
51 5. Modify all commands [#4583]
52     New scheme for ALL <object> <verb> [object id] [--arguments]
53     e.g., file modidy --metadata-add=revier='Mr. Reviewer' /pithos/myfile.txt
54 6. Deprecate (with note) server stats/console/addr (move to server info)
55 7. A vanilla kamaki call now shows only the available commands instead of
56     loading a shell [#4612]
57 8. Add self.poolsize at kamaki.clients.Client
58 9. Add ip attach/detach (shortcuts for port create/delete)
59
60 Features:
61
62 1. Cache user catalog calls [#4337]
63 2. Implement separate methods for uuid2usernames and v.v. [#4337]
64 3. Move all methods from snf-astakos.py to astakos.py, with some renaimings
65     astakos_quotas/uuid/username/authenticate --> user_quotas/uuid2username/username2uuid/info
66     astakos_... --> admin_...
67     e.g.,
68     astakos_services --> admin_service, astakos_commission --> admin_commission
69 4. Implement OpenStack Network API 2.0, with synnefo/cyclades extentions. New:
70    network info/list/create/delete/set
71    subnet info/list/create/set
72    port info/list/create/delete/set
73 5. Create a kamaki-shell for kamaki shell [#4612]
74