Hi, I'm using libcloud to manage a multi-cloud deployment and trying to use the ElasticHosts support. While I can build & launch servers just fine, it's not possible as far as I can tell to actually log in to the servers via libcloud.
The API provides for a "VNC password" which will be used to set a password for a "toor" user, but there is a bug in the libcloud driver where it passes a vnc:ip=auto param instead of vnc=auto. The vnc:ip param is not recognized by elastichosts, so the API call fails. The fix is here: https://gist.github.com/4381128 -Rick Copeland