Apache Libcloud 0.11.0 发布,libcloud 是一个访问云计算服务的统一接口,该项目已经成为 Apache 组织的顶级项目,采用 Python 开发。
该版本改进记录:
General:
- Install test files when installing the library. Tests module can now be imported
by doing something like this: "from libcloud import test"
Compute:
- New standard API and methods for managing storage volumes. Base API consists of the following methods: create_volume, destroy_volume,attach_volume, detach_volume.
- New driver for KT UCloud (http://home.ucloud.olleh.com/main.kt) based on the CloudStack driver.
- New Gridspot driver with a basic list and destroy functionality.
Bug fixes:
- Plenty of them, please see the CHANGES file.
主页:http://libcloud.apache.org/
下载:http://libcloud.apache.org/downloads.html
来自:开源中国社区