Re: AWS EC2 API Issues

2014-02-05 Thread sebgoa

On Feb 4, 2014, at 4:52 PM, Francois Gaudreault  
wrote:

> Hi,
> 
> I am trying to get the EC2 API to work, and I am getting some exceptions from 
> the CloudStack server:
> 
> Server: org.apache.axis2.databinding.ADBException: Unexpected subelement 
> DescribeAvailabilityZones
> 
> Anyone has an idea? I have been able to register my user/keys successfully 
> without issues.
> 

Francois, which version are you using ?
Starting in 4.2 you don't need to register the user anymore. 

If you use the REST EC2 API that should work out of the box. 
Are you successful with other calls ? 

> -- 
> Francois Gaudreault
> Architecte de Solution Cloud | Cloud Solutions Architect
> fgaudrea...@cloudops.com
> 514-629-6775
> - - -
> CloudOps
> 420 rue Guy
> Montréal QC  H3J 1S6
> www.cloudops.com
> @CloudOps_
> 



Re: AWS EC2 API Issues

2014-02-05 Thread Francois Gaudreault



Hi,

I am trying to get the EC2 API to work, and I am getting some exceptions from 
the CloudStack server:

Server: org.apache.axis2.databinding.ADBException: Unexpected subelement 
DescribeAvailabilityZones

Anyone has an idea? I have been able to register my user/keys successfully 
without issues.


Francois, which version are you using ?
Starting in 4.2 you don't need to register the user anymore.

If you use the REST EC2 API that should work out of the box.
Are you successful with other calls ?

This is a 4.2.0 setup. I am trying to use the EC2 tools.

Francois