GitHub user runseb opened a pull request:
https://github.com/apache/libcloud/pull/198
LIBCLOUD-439
Adds extra attributes to the node instance. Namely image_id, image_name,
size_id, size_name and changes zoneid to zone_id and securitygroup to
security_group.
Note that ec2 and openstack driver seem to use camelcase for extra
attributes...
Updated tests to reflect these changes
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/runseb/libcloud 439
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/libcloud/pull/198.patch
----
commit 931ef1df3045b34a145c587b493662520c0c29ee
Author: Sebastien Goasguen <[email protected]>
Date: 2013-12-13T13:25:23Z
first pass at 439
commit 8df42e7680bea957d8539abf32eef8e85f17d94b
Author: Sebastien Goasguen <[email protected]>
Date: 2013-12-17T15:07:10Z
fix for LIBCLOUD-439
commit c015d08167a5d82f56bd7fb017ff53848f62d7de
Author: Sebastien Goasguen <[email protected]>
Date: 2013-12-17T15:14:24Z
fix tests after changes for LIBCLOUD-439
----