Re: [ANNOUNCE] Apache Libcloud 0.15.1 release

2014-07-10 Thread Sebastien Goasguen
7a78612a3ced9edb82163b09f0262501ea66371;hb=6df77f6e2d3b4df9c3b23938dc65951d7f0a0059 > > Download: > > Libcloud 0.15.1 can be downloaded from > http://libcloud.apache.org/downloads.html > or installed using pip: > > pip install apache-libcloud > > Upgrading > > If you have installed Libcloud

[ANNOUNCE] Apache Libcloud 0.15.1 release

2014-07-10 Thread Sebastien Goasguen
: pip install apache-libcloud Upgrading If you have installed Libcloud using pip you can also use it to upgrade it: pip install --upgrade apache-libcloud Upgrade notes A page which describes backward incompatible or semi-incompatible changes and how to preserve the old behavior when this is

Re: apache libcloud

2013-06-28 Thread Sebastien Goasguen
On Jun 27, 2013, at 10:56 AM, Andrew Bayer wrote: > For what it's worth, so does jclouds - a good number may be a bit stale, > but you can find the responses we use currently at > https://github.com/jclouds/jclouds/tree/master/apis/cloudstack/src/test/resources Cool, I might take a few from the

Re: apache libcloud

2013-06-27 Thread Andrew Bayer
For what it's worth, so does jclouds - a good number may be a bit stale, but you can find the responses we use currently at https://github.com/jclouds/jclouds/tree/master/apis/cloudstack/src/test/resources A. On Thu, Jun 27, 2013 at 6:57 AM, Sebastien Goasguen wrote: > > > On 27 Jun 2013, at 02:

Re: apache libcloud

2013-06-27 Thread Sebastien Goasguen
On 27 Jun 2013, at 02:39, Rohit Yadav wrote: > Nice work Sebastien! Now I know why you needed to have the raw json output > in the cli ;) > Yes i should have explained. Libcloud unitests use json examples of api responses, using a fake http request. > Cheers. > > On Thu, Jun 27, 2013 at 2

Re: apache libcloud

2013-06-27 Thread Rohit Yadav
Nice work Sebastien! Now I know why you needed to have the raw json output in the cli ;) Cheers. On Thu, Jun 27, 2013 at 2:13 AM, Sebastien Goasguen wrote: > Hi folks, > > libcloud 0.13 RC is up for vote. There is much better support for > CloudStack in it. > Check it out: > http://buildacloud.o

Re: apache libcloud

2013-06-26 Thread Prasanna Santhanam
On Wed, Jun 26, 2013 at 04:43:05PM -0400, Sebastien Goasguen wrote: > Hi folks, > > libcloud 0.13 RC is up for vote. There is much better support for CloudStack > in it. > Check it out: > http://buildacloud.org/blog/268-cloudstack-support-in-apache-libcloud.html > Awesome! great work Sebastien

Re: apache libcloud

2013-06-26 Thread kel...@backbonetechnology.com
I'll take a look, I've been waiting for the improved ACS support. Sent from my HTC - Reply message - From: "Sebastien Goasguen" To: "dev@cloudstack.apache.org" Subject: apache libcloud Date: Wed, Jun 26, 2013 1:43 PM Hi folks, libcloud 0.13 RC is up

apache libcloud

2013-06-26 Thread Sebastien Goasguen
Hi folks, libcloud 0.13 RC is up for vote. There is much better support for CloudStack in it. Check it out: http://buildacloud.org/blog/268-cloudstack-support-in-apache-libcloud.html -sebastien