fe81a46bb829c9bbfece8632578cffcac7e38a03
[kamaki] / Changelog
1 CHANGELOG for version 0.10
2
3 Bug Fixes:
4 - Avoid loading optional cmd groups specified in same pkg with mantatory
5     comand groups, except if user requests otherwise ( #4114 )
6 - Ignore subdir output in container_get with prefix+delimiter [#4134]
7
8 Changes:
9
10 - Adjust astakos authenticate to the new url scheme of synnefo >= 0.14 [#3832, #3874]
11   as a side effect, some renamings in astakos.AstakosClient:
12    info --> user_info, user --> list_users
13 - Simplify listings (kamaki.cli.utils: print methods)
14 - Enrich client API docs with examples and astakos endpoint information [#4135]
15 - Show user names in /file sharers [#4203]
16
17 Features:
18
19 - Implement an optional astakosclient cli exposed as "astakos", with the following methods:
20     authenticate, uuid, username, quotas, service uuid/username/quotas
21 - Add some astakos/keystone kamaki-lib api calls [#3874], used to access astakos-calls cache:
22   get_services, get_service_details, get_service_endpoints
23 - Implement floating ip methods for compute and cyclades clients [#3862]
24  ComputeRestClient: floating_ip_pools_get, floating_ips_get/post/delete
25  CycladesRestClient: floating_ip_pools_get, floating_ips_get/post/delete
26  ComputeClient: get_floating_ip_pools, get_floating_ips,
27     alloc/get_delete_floating_ip
28  CycladesClient: get_floating_ip_pools, get_floating_ips,
29     alloc/get_delete_floating_ip, dis/assoc_floating_ip_to_server
30 - Add Examples to documentation
31 - Implement floating IP commands
32     floatingip list/create/delete/info/pools
33     server ip attach/detach
34 - Implement --wait for server_create/delete/start/reboot/shutdown [#3867]
35 - Implement network_wait [#3862]
36 - Implement user_list/set/whoami to switch between session users [#3632, #3660]
37 - Expose more astakosclient methods in a 1to1 fashion [#4115]:
38     resources, feedback, endpoints,
39     commission_pending/info/action/accept/reject/resolve/issuejson/issue
40 - Implement resize_server and expose it as server resize [#4153]
41 - Expose the project API of astakosclient to kamaki CLI [#4155]
42 - Full support for compute v2 basic API [#4139]
43 - Use container:path format in register [#3778]
44 - Guess mimetype when uploading and use it in upload [#4196]
45 - Add upload local image abilities to register [#4206]
46     New register args: --update-image-file=/local/path, --no-progress-bar
47 - Implement an astakos.post_user_catalogs call for getting usernames from a
48     list of user uuids [#4203]
49