Expose commission issue commands
[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
7 Changes:
8
9 - Adjust astakos authenticate to the new url scheme of synnefo >= 0.14 [#3832, #3874]
10   as a side effect, some renamings in astakos.AstakosClient:
11    info --> user_info, user --> list_users
12 - Simplify listings (kamaki.cli.utils: print methods)
13
14 Features:
15
16 - Implement an optional astakosclient cli exposed as "astakos", with the following methods:
17     authenticate, uuid, username, quotas, service uuid/username/quotas
18 - Add some astakos/keystone kamaki-lib api calls [#3874], used to access astakos-calls cache:
19   get_services, get_service_details, get_service_endpoints
20 - Implement floating ip methods for compute and cyclades clients [#3862]
21  ComputeRestClient: floating_ip_pools_get, floating_ips_get/post/delete
22  CycladesRestClient: floating_ip_pools_get, floating_ips_get/post/delete
23  ComputeClient: get_floating_ip_pools, get_floating_ips,
24     alloc/get_delete_floating_ip
25  CycladesClient: get_floating_ip_pools, get_floating_ips,
26     alloc/get_delete_floating_ip, dis/assoc_floating_ip_to_server
27 - Add Examples to documentation
28 - Implement floating IP commands
29     floatingip list/create/delete/info/pools
30     server ip attach/detach
31 - Implement --wait for server_create/delete/start/reboot/shutdown [#3867]
32 - Implement network_wait [#3862]
33 - Implement user_list/set/whoami to switch between session users [#3632, #3660]
34 - Expose more astakosclient methods in a 1to1 fashion [#4115]:
35     resources, feedback, endpoints,
36     commission_pending/info/action/accept/reject/resolve/issuejson/issue
37