Statistics
| Branch: | Tag: | Revision:

root / Changelog @ a624a072

History | View | Annotate | Download (1.6 kB)

1 ed46d009 Stavros Sachtouris
CHANGELOG for version 0.10
2 f27657f7 Stavros Sachtouris
3 969b0c8d Stavros Sachtouris
Bug Fixes:
4 7cb5c133 Stavros Sachtouris
- Avoid loading optional cmd groups specified in same pkg with mantatory
5 7cb5c133 Stavros Sachtouris
    comand groups, except if user requests otherwise ( #4114 )
6 c3396aeb Stavros Sachtouris
7 1af10567 Stavros Sachtouris
Changes:
8 c3396aeb Stavros Sachtouris
9 cb4a5d9c Stavros Sachtouris
- Adjust astakos authenticate to the new url scheme of synnefo >= 0.14 [#3832, #3874]
10 528550d9 Stavros Sachtouris
  as a side effect, some renamings in astakos.AstakosClient:
11 528550d9 Stavros Sachtouris
   info --> user_info, user --> list_users
12 f55d3a15 Stavros Sachtouris
- Simplify listings (kamaki.cli.utils: print methods)
13 17b255c7 Stavros Sachtouris
14 969b0c8d Stavros Sachtouris
Features:
15 c3396aeb Stavros Sachtouris
16 f27657f7 Stavros Sachtouris
- Implement an optional astakosclient cli exposed as "astakos", with the following methods:
17 f27657f7 Stavros Sachtouris
    authenticate, uuid, username, quotas, service uuid/username/quotas
18 528550d9 Stavros Sachtouris
- Add some astakos/keystone kamaki-lib api calls [#3874], used to access astakos-calls cache:
19 528550d9 Stavros Sachtouris
  get_services, get_service_details, get_service_endpoints
20 03033b54 Stavros Sachtouris
- Implement floating ip methods for compute and cyclades clients [#3862]
21 03033b54 Stavros Sachtouris
 ComputeRestClient: floating_ip_pools_get, floating_ips_get/post/delete
22 03033b54 Stavros Sachtouris
 CycladesRestClient: floating_ip_pools_get, floating_ips_get/post/delete
23 03033b54 Stavros Sachtouris
 ComputeClient: get_floating_ip_pools, get_floating_ips,
24 03033b54 Stavros Sachtouris
    alloc/get_delete_floating_ip
25 03033b54 Stavros Sachtouris
 CycladesClient: get_floating_ip_pools, get_floating_ips,
26 03033b54 Stavros Sachtouris
    alloc/get_delete_floating_ip, dis/assoc_floating_ip_to_server
27 46358c88 Stavros Sachtouris
- Add Examples to documentation
28 0c27e53f Stavros Sachtouris
- Implement floating IP commands
29 0c27e53f Stavros Sachtouris
    floatingip list/create/delete/info/pools
30 0c27e53f Stavros Sachtouris
    server ip attach/detach
31 77df3d4a Stavros Sachtouris
- Implement --wait for server_create/delete/start/reboot/shutdown [#3867]
32 77df3d4a Stavros Sachtouris
- Implement network_wait [#3862]
33 49fac78e Stavros Sachtouris
- Implement user_list/set/whoami to switch between session users [#3632, #3660]
34 d1d0cec9 Stavros Sachtouris
- Expose more astakosclient methods in a 1to1 fashion [#4115]:
35 0155548b Stavros Sachtouris
    resources, feedback, endpoints,
36 84b0517f Stavros Sachtouris
    commission_pending/info/action/accept/reject/resolve/issuejson/issue