Apache Libcloud 0.14.0 发布,此版本是 0.14 的第一个版本,所以包括了很多新特性,系统修改和 bug 修复。
突出改进:
- To make working with providers which support multiple regions easier and
more user-friendly, some of the drivers have moved away from the "one
class per region" to a single class plus "region" argument model. Those
drivers include: EC2, Rackspace, ElasticHosts, Joyent, CloudFiles.
- Addition of a programmatic way of updating the pricing file and ability
to use a custom pricing file. For more information, please see :https://libcloud.readthedocs.org/en/latest/compute/pricing.html#using-a-custom-pricing-file
- Addition of block storage management methods to the following drivers:
OpenNebula, OpenStack, EC2
- Unification of the extension arguments for handling security groups in
the EC2 and OpenStack driver
- New standard compute API for SSH key-pair management
- Many new features and improvements in the CloudStack driver
- New compute and load balancer driver for Google Compute Engine (GCE)
- Ability to export Libcloud's DNS zone to BIND zone format
- and much more!
更多信息请阅读:https://libcloud.readthedocs.org/en/latest/upgrade_notes.html#libcloud-0-14-0
超级详细的更新手册可以在这里找到:
<
https://git-wip-us.apache.org/repos/asf?p=libcloud.git;a=blob;f=CHANGES.rst;h=82357df153f887cf105d6dd234857c03eaa1179e;hb=fcf48b75b70393b99a2e13e36e59e009c88a190f#l4
>
下载:http://libcloud.apache.org/downloads.html
或者使用 pip 安装: pip install apache-libcloud==0.14.0
使用 pip 升级:pip install --upgrade apache-libcloud==0.14.0
更新说明:https://libcloud.readthedocs.org/en/latest/upgrade_notes.html#libcloud-0-14-0
文档:https://libcloud.readthedocs.org/en/latest/
libcloud 是一个访问云计算服务的统一接口,该项目已经成为 Apache 组织的顶级项目,采用 Python 开发。
来自:开源中国社区

