GitHub user gigimon opened a pull request:
https://github.com/apache/libcloud/pull/179
GCE don't send field description in image if it doesn't exist or blank
Hello
In GCE we can set description for image, but this's not required and we set
this field blank. But if this field blank GCE return response without this
field. I fix this with tests
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gigimon/libcloud fix-gce-imagelist
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/libcloud/pull/179.patch
----
commit 34015b8855f10f7b92b62871c21546c4688a16fa
Author: gigimon <[email protected]>
Date: 2013-11-20T14:08:30Z
* when description don't exist in image, gce don't send field
----