Statistics
| Branch: | Tag: | Revision:

root / Changelog @ 0c27e53f

History | View | Annotate | Download (1.1 kB)

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

    
11
Features:
12

    
13
- Implement an optional astakosclient cli exposed as "astakos", with the following methods:
14
    authenticate, uuid, username, quotas, service uuid/username/quotas
15
- Add some astakos/keystone kamaki-lib api calls [#3874], used to access astakos-calls cache:
16
  get_services, get_service_details, get_service_endpoints
17
- Implement floating ip methods for compute and cyclades clients [#3862]
18
 ComputeRestClient: floating_ip_pools_get, floating_ips_get/post/delete
19
 CycladesRestClient: floating_ip_pools_get, floating_ips_get/post/delete
20
 ComputeClient: get_floating_ip_pools, get_floating_ips,
21
    alloc/get_delete_floating_ip
22
 CycladesClient: get_floating_ip_pools, get_floating_ips,
23
    alloc/get_delete_floating_ip, dis/assoc_floating_ip_to_server
24
- Add Examples to documentation
25
- Implement floating IP commands
26
    floatingip list/create/delete/info/pools
27
    server ip attach/detach
28

    
29