GitHub user cderamus opened a pull request:
https://github.com/apache/libcloud/pull/242
LIBCLOUD-509: Add extra dictionary to the NodeSize object within the bas...
...e compute API. This will allow additional properties specific to
providers to be stored within the object. The GCE driver was updated and the
addition of the # of CPUs was added into the CloudStack driver.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/DivvyCloud/libcloud
LIBCLOUD-509_Add_Extra_Dict_To_NodeSize
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/libcloud/pull/242.patch
----
commit 6fd1c5e0c7c9f267d88017ec2d4dbb40dd856c10
Author: Chris DeRamus <[email protected]>
Date: 2014-02-02T18:44:53Z
LIBCLOUD-509: Add extra dictionary to the NodeSize object within the base
compute API. This will allow additional properties specific to providers to be
stored within the object. The GCE driver was updated and the addition of the #
of CPUs was added into the CloudStack driver.
----