GitHub user cderamus opened a pull request:
https://github.com/apache/libcloud/pull/249
LIBCLOUD-516: Add list_size() support into Eucalyptus for cluster versio...
...ns >= 3.3.0. In this version Eucalyptus introduced the
DescribeInstanceTypes call which is specific to EUCA and is not AWS compatible.
This call requires a different XML namespace.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/apache/libcloud
LIBCLOUD-516_Add_Size_Support_To_Eucalyptus
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/libcloud/pull/249.patch
----
commit fb0c73385ffb58512da3a74bdd31ca9ad5a5f394
Author: Chris DeRamus <[email protected]>
Date: 2014-02-09T20:57:56Z
LIBCLOUD-516: Add list_size() support into Eucalyptus for cluster versions
>= 3.3.0. In this version Eucalyptus introduced the DescribeInstanceTypes call
which is specific to EUCA and is not AWS compatible. This call requires a
different XML namespace.
----