What version of opennebula does libcloud 0.5.2 support?
As per opennebula 2.2 docs http://opennebula.org/documentation:rel2.2:occidd.
, the reply for _to_images() function in the driver should parse the STORAGE
elements but the driver is parsing DISK elements and i'm seeing no images.
Similar other problems persist. The output of occi-storage list on my test
machine is
<STORAGE_COLLECTION>
<STORAGE href='http://:4567/storage/6' name='Project image'/>
</STORAGE_COLLECTION>
Specifically, is this an old api implementation or a newer one. If it is a
newer one, what opennebula version should I upgrade to have the things
working properly
Thanks in advance
Darshan Trivedi