Statistics
| Branch: | Tag: | Revision:

root / Changelog @ 77df3d4a

History | View | Annotate | Download (1.3 kB)

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