I found an issue with the Nimbus driver in 0.5.0. The recent change to make the EC2 driver call ex_create_tags during create_node() breaks Nimbus because it doesn't support tags and returns a server error.
I have attached a patch which fixes the issue and which I have tested against a Nimbus cloud. It just makes the tag methods passthroughs. Thanks, David On Sat, May 21, 2011 at 4:51 PM, Tomaz Muraus <to...@cloudkick.com> wrote: > Changelog can be found at < > > https://svn.apache.org/viewvc/incubator/libcloud/tags/0.5.0/CHANGES?revision=1125822&view=markup > > > and the test tarballs are available at < > http://people.apache.org/~tomaz/libcloud/> > > Since this release includes many new features and some major refactorings, > please take your time and test it carefully before voting. > > It is especially important to test it with your existing code so we can be > sure that all, now deprecated paths (libcloud.drivers.*, > libcloud.providers, > libcloud.types, libcloud.ssh, libcloud.deployment, …) still work and the > release is fully backward compatible. > > +/- 1 > [ ] Release Apache Libcloud 0.5.0 > > Vote closes on Monday May 23, 2011 at 23:59 CEST. > > Thanks, > Tomaz >