diff --git a/apache-libcloud-0.15.0.tar.bz2 b/apache-libcloud-0.15.0.tar.bz2 deleted file mode 100644 index 80bb5ad..0000000 --- a/apache-libcloud-0.15.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fcfea13c73279aaa846bbc6a22dad37864b2314b8497a3a4994b2b0632cf0633 -size 571365 diff --git a/apache-libcloud-0.15.1.tar.bz2 b/apache-libcloud-0.15.1.tar.bz2 new file mode 100644 index 0000000..2378baa --- /dev/null +++ b/apache-libcloud-0.15.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:557e3f29e0ab1f19a31e858a8e802c822cb7f07df5edce029a1c67d2b0f30d15 +size 570953 diff --git a/python-apache-libcloud.changes b/python-apache-libcloud.changes index b7d75cc..ed2e4f7 100644 --- a/python-apache-libcloud.changes +++ b/python-apache-libcloud.changes @@ -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 diff --git a/python-apache-libcloud.spec b/python-apache-libcloud.spec index cfde36f..b59cdbc 100644 --- a/python-apache-libcloud.spec +++ b/python-apache-libcloud.spec @@ -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