Re: jclouds code

2013-05-01 Thread Mike Tutkowski
Yeah, that information is part of the Compute Offering. So, when you kick off a VM in CloudStack, you have to specify the ID of the Compute Offering you are using. On Wed, May 1, 2013 at 5:42 PM, Seif Eddine Jemli wrote: > i couldn't see the parameters of the VM in the method, for example the

Re: jclouds code

2013-05-01 Thread Mike Tutkowski
Hi, Yes, the code to deploy a VM should be related to a method called getDeployVirtualMachineCommand. This will build up the command you want to send to the executeCloudStackCommand method. If you want it to run on XenServer, you will of course need to make sure you have a XenServer host added i