Re: Not able to get ssh keypairs listed

2012-06-21 Thread Sam Robertson
Hi Jose, I verified the latest cloudbridge against both 2.2.x CloudStack and 3.0.x CloudStack and am not duplicating this particular error. Could you verify you've upgraded your CloudBridge installation to the latest version from Sourceforge? https://sourceforge.net/projects/cloudstack/files/Clou

Re: How do ec2 commands map cloudstack API?

2012-05-31 Thread Sam Robertson
Hi Jose, Here's a little more information, if you can decipher the code. CloudBridge fortunately has all the mappings from ec2 api to cloudstack api in a single source file (there are obviously some tweaks to accommodate code reuse etc), but you can look at that on github directly if you would lik

Re: Json related exception when invoking ec2 command

2012-05-30 Thread Sam Robertson
Hi Jose, This is the other major problem with CloudBridge and 3.0 CloudStack. As you note the ID's are now actually UUIDs. On May 30, 2012, at 8:21 AM, Jose Rozanec wrote: Hello, Temporarily we overcome the error handling the response before delivered to cloudbridge server and fixing the valu

Re: Json related exception when invoking ec2 command

2012-05-29 Thread Sam Robertson
Hi Jose, The error you are seeing here is related to CloudBridge not fully supporting 3.0 CloudStack yet. I'm fixing this and we will spin a new release 1.1.1. The problem, as you point out here is that CloudBridge assumed the id was a pure numeric value, like it was in pre-3.0 CloudStack. Alth