Re: Terremark authentication example using libcloud ...

2012-05-10 Thread Sengor
Hi, I've not used the Terremark variant of vCloud driver, but this is what should work: conn = Driver(TERREMARK_USERNAME, TERREMARK_PASSWORD) The driver will perform base64 encoding and joining "user:name" on your behalf. As an example this is what's done for vCloud v1.5: from libcloud.compute.

Terremark authentication example using libcloud ...

2012-05-10 Thread Noel Milton Vega
Hello friends: I was wondering if anyone had a Terremark libcloud authentication example, similar to the ones indicated here for Amazon EC2 and Rackspace:   http://libcloud.apache.org/getting-started.html I've tried a few variations of the examples provided in the above link for the Terremar