Rename user_get-->user_whoami
[kamaki] / Changelog
1 CHANGELOG for version 0.10
2
3 Bug Fixes:
4
5 Changes:
6
7 - Adjust astakos authenticate to the new url scheme of synnefo >= 0.14 [#3832, #3874]
8   as a side effect, some renamings in astakos.AstakosClient:
9    info --> user_info, user --> list_users
10 - Simplify listings (kamaki.cli.utils: print methods)
11
12 Features:
13
14 - Implement an optional astakosclient cli exposed as "astakos", with the following methods:
15     authenticate, uuid, username, quotas, service uuid/username/quotas
16 - Add some astakos/keystone kamaki-lib api calls [#3874], used to access astakos-calls cache:
17   get_services, get_service_details, get_service_endpoints
18 - Implement floating ip methods for compute and cyclades clients [#3862]
19  ComputeRestClient: floating_ip_pools_get, floating_ips_get/post/delete
20  CycladesRestClient: floating_ip_pools_get, floating_ips_get/post/delete
21  ComputeClient: get_floating_ip_pools, get_floating_ips,
22     alloc/get_delete_floating_ip
23  CycladesClient: get_floating_ip_pools, get_floating_ips,
24     alloc/get_delete_floating_ip, dis/assoc_floating_ip_to_server
25 - Add Examples to documentation
26 - Implement floating IP commands
27     floatingip list/create/delete/info/pools
28     server ip attach/detach
29 - Implement --wait for server_create/delete/start/reboot/shutdown [#3867]
30 - Implement network_wait [#3862]
31 - Implement user_list/set/whoami to switch between session users [#3632, #3660]
32