Accepting request 221483 from devel:languages:python
small update to 0.14.1 (forwarded request 221482 from aboe76) OBS-URL: https://build.opensuse.org/request/show/221483 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-apache-libcloud?expand=0&rev=9
This commit is contained in:
commit
f829aee411
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9e9c776c1e7e50c2f71dd4d6f7ab005a8d8b9b6d984e9f803ef0c4b6c694f154
|
|
||||||
size 523143
|
|
3
apache-libcloud-0.14.1.tar.bz2
Normal file
3
apache-libcloud-0.14.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8562fd79c8afc63dabc8f62b08f13a1b1f71644c08e47f913f8c942d2f48c1d0
|
||||||
|
size 546545
|
@ -1,3 +1,29 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Feb 9 08:22:46 UTC 2014 - aboe76@gmail.com
|
||||||
|
|
||||||
|
- Changes with Apache Libcloud 0.14.1
|
||||||
|
- Compute:
|
||||||
|
- Add new m3.medium and m3.large instance information to the EC2 driver. [Tomaz Muraus]
|
||||||
|
- Add a new driver for CloudSigma API v2.0. [Tomaz Muraus]
|
||||||
|
- Add “volume_id” attribute to the Node “extra” dictionary in the EC2 driver. Also fix the value of the “device” extra attribute in the StorageVolume object. (LIBCLOUD-501) [Oleg Suharev]
|
||||||
|
- Add the following extension methods to the OpenStack driver: ex_pause_node, ex_unpause_node, ex_suspend_node, ex_resume_node. (LIBCLOUD-505, GITHUB-238) [Chris DeRamus]
|
||||||
|
- Add ex_limits method to the CloudStack driver. (LIBCLOUD-507, GITHUB-240) [Chris DeRamus]
|
||||||
|
- Add “extra” dictionary to the CloudStackNode object and include more attributes in the “extra” dictionary of the network and volume object. (LIBCLOUD-506, GITHUB-239) [Chris DeRamus]
|
||||||
|
- Add ex_register_image method to the EC2 driver. (LIBCLOUD-508, GITHUB-241) [Chris DeRamus]
|
||||||
|
- Add methods for managing volume snapshots to the OpenStack driver. (LIBCLOUD-512, GITHUB-245) [Chris DeRamus]
|
||||||
|
- Load Balancer:
|
||||||
|
- Fix a bug in the ex_targetpool_add_node and ex_targetpool_remove_node method in the GCE driver. [Rick Wright]
|
||||||
|
- Storage:
|
||||||
|
- Allow user to use an internal endpoint in the CloudFiles driver by passing “use_internal_url” argument to the driver constructor. (GITHUB-229, GITHUB-231) [John Obelenus]
|
||||||
|
- DNS:
|
||||||
|
- Add PTR to the supported record types in the Rackspace driver. [Tomaz Muraus]
|
||||||
|
- Fix Zerigo driver to set Record.name attribute for records which refer to the bare domain to “None” instead of an empty string. [Tomaz Muraus]
|
||||||
|
- For consistency with other drivers, update Rackspace driver to set Record.name attribute for the records which refer to the bare domain to “None” instead of setting them to FQDN. [Tomaz Muraus]
|
||||||
|
- Update Rackspace driver to support paginating through zones and records. (GITHUB-230) [Roy Wellington]
|
||||||
|
- Update Route53 driver so it supports handling records with multiple values (e.g. MX). (LIBCLOUD-504, GITHUB-237) [Chris DeRamus]
|
||||||
|
- Update Route53 driver to better handle SRV records. [Tomaz Muraus]
|
||||||
|
- Update Route53 driver, make sure “ttl” attribute in the Record extra dictionary is always an int. [Tomaz Muraus]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jan 25 20:31:09 UTC 2014 - aboe76@gmail.com
|
Sat Jan 25 20:31:09 UTC 2014 - aboe76@gmail.com
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-apache-libcloud
|
Name: python-apache-libcloud
|
||||||
Version: 0.14.0
|
Version: 0.14.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Abstract away differences among multiple cloud provider APIs
|
Summary: Abstract away differences among multiple cloud provider APIs
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
Loading…
Reference in New Issue
Block a user