Accepting request 241800 from home:aboe76:branches:devel:languages:python
small bug fix release OBS-URL: https://build.opensuse.org/request/show/241800 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apache-libcloud?expand=0&rev=53
This commit is contained in:
parent
ec8a274e03
commit
bd9bfbaa81
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fcfea13c73279aaa846bbc6a22dad37864b2314b8497a3a4994b2b0632cf0633
|
||||
size 571365
|
3
apache-libcloud-0.15.1.tar.bz2
Normal file
3
apache-libcloud-0.15.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:557e3f29e0ab1f19a31e858a8e802c822cb7f07df5edce029a1c67d2b0f30d15
|
||||
size 570953
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 21 21:21:48 UTC 2014 - aboe76@gmail.com
|
||||
- Updated to Apache Libcloud 0.15.1
|
||||
- Compute:
|
||||
- Allow user to limit a list of subnets which are returned by passing subnet_ids and filters argument to the ex_list_subnets
|
||||
method in the EC2 driver. (LIBCLOUD-571, GITHUB-306) [Lior Goikhburg]
|
||||
- Allow user to limit a list of internet gateways which are returned by passing gateway_ids and filters argument to the
|
||||
ex_list_internet_gateways method in the EC2 driver. (LIBCLOUD-572, GITHUB-307) [Lior Goikhburg]
|
||||
- Allow user to filter which nodes are returned by passing ex_filters argument to the list_nodes method in the EC2 driver.
|
||||
(LIBCLOUD-580, GITHUB-320) [Lior Goikhburg]
|
||||
- Add network_association_id to ex_list_public_ips and CloudstackAddress object (GITHUB-327) [Roeland Kuipers]
|
||||
- Allow user to specify admin password by passing ex_admin_pass argument to the create_node method in the Openstack driver.
|
||||
(GITHUB-315) [Marcus Devich]
|
||||
- Fix a possible race condition in deploy_node which would occur if node is online and can be accessed via SSH, but the
|
||||
SSH key we want to use hasn’t been installed yet.
|
||||
Previously, we would immediately throw if we can connect, but the SSH key hasn’t been installed yet. (GITHUB-331) [David Gay]
|
||||
Propagate an exception in deploy_node method if user specified an invalid path to the private key file. Previously
|
||||
this exception was silently swallowed and ignored. [Tomaz Muraus]
|
||||
- DNS:
|
||||
- Include a better message in the exception which is thrown when a request in the Rackspace driver ends up in an ERROR state. [Tomaz Muraus]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 25 20:26:39 UTC 2014 - aboe76@gmail.com
|
||||
- Updated to Apache LibCloud 0.15.0
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: python-apache-libcloud
|
||||
Version: 0.15.0
|
||||
Version: 0.15.1
|
||||
Release: 0
|
||||
Summary: Abstract away differences among multiple cloud provider APIs
|
||||
License: Apache-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user