ee36152ec5ff2efc0b4f1b396adeab358732f558
[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 - Add unittests in the folowing kamaki.cli packages: [#4058]
20     command_tree, argument, history, logger
21 - Implement an optional astakosclient cli exposed as "astakos", with the following methods:
22     authenticate, uuid, username, quotas, service uuid/username/quotas
23 - Add some astakos/keystone kamaki-lib api calls [#3874], used to access astakos-calls cache:
24   get_services, get_service_details, get_service_endpoints
25 - Implement floating ip methods for compute and cyclades clients [#3862]
26  ComputeRestClient: floating_ip_pools_get, floating_ips_get/post/delete
27  CycladesRestClient: floating_ip_pools_get, floating_ips_get/post/delete
28  ComputeClient: get_floating_ip_pools, get_floating_ips,
29     alloc/get_delete_floating_ip
30  CycladesClient: get_floating_ip_pools, get_floating_ips,
31     alloc/get_delete_floating_ip, dis/assoc_floating_ip_to_server
32 - Add Examples to documentation
33 - Implement floating IP commands
34     server ip list/create/delete/info/pools/attach/detach
35 - Implement --wait for server_create/delete/start/reboot/shutdown [#3867]
36 - Implement network_wait [#3862]
37 - Implement user_list/set/whoami to switch between session users [#3632, #3660]
38 - Expose more astakosclient methods in a 1to1 fashion [#4115]:
39     resources, feedback, endpoints,
40     commission_pending/info/action/accept/reject/resolve/issuejson/issue
41 - Implement resize_server and expose it as server resize [#4153]
42 - Expose the project API of astakosclient to kamaki CLI [#4155]
43 - Full support for compute v2 basic API [#4139]
44 - Use container:path format in register [#3778]
45 - Guess mimetype when uploading and use it in upload [#4196]
46 - Add upload local image abilities to register [#4206]
47     New register args: --update-image-file=/local/path, --no-progress-bar
48 - Implement an astakos.post_user_catalogs call for getting usernames from a
49     list of user uuids [#4203]
50 - Use multiformed ranges in file/pithos [#4059]
51