Statistics
| Branch: | Tag: | Revision:

root / Changelog @ 95b9863b

History | View | Annotate | Download (1.8 kB)

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
- Enrich client API docs with examples and astakos endpoint information [#4135]
14

    
15
Features:
16

    
17
- Implement an optional astakosclient cli exposed as "astakos", with the following methods:
18
    authenticate, uuid, username, quotas, service uuid/username/quotas
19
- Add some astakos/keystone kamaki-lib api calls [#3874], used to access astakos-calls cache:
20
  get_services, get_service_details, get_service_endpoints
21
- Implement floating ip methods for compute and cyclades clients [#3862]
22
 ComputeRestClient: floating_ip_pools_get, floating_ips_get/post/delete
23
 CycladesRestClient: floating_ip_pools_get, floating_ips_get/post/delete
24
 ComputeClient: get_floating_ip_pools, get_floating_ips,
25
    alloc/get_delete_floating_ip
26
 CycladesClient: get_floating_ip_pools, get_floating_ips,
27
    alloc/get_delete_floating_ip, dis/assoc_floating_ip_to_server
28
- Add Examples to documentation
29
- Implement floating IP commands
30
    floatingip list/create/delete/info/pools
31
    server ip attach/detach
32
- Implement --wait for server_create/delete/start/reboot/shutdown [#3867]
33
- Implement network_wait [#3862]
34
- Implement user_list/set/whoami to switch between session users [#3632, #3660]
35
- Expose more astakosclient methods in a 1to1 fashion [#4115]:
36
    resources, feedback, endpoints,
37
    commission_pending/info/action/accept/reject/resolve/issuejson/issue
38
- Implement resize_server and expose it as server resize [#4153]
39