I'm using this code to create a compute service in jclouds. My Iaas
provider is cloudstak.

   ComputeServiceContext context =
ContextBuilder.newBuilder(provider).credentials(apiKey, secretKey)
                .buildView(ComputeServiceContext.class);

The context object has been created for localhost (Default). But I need to
point to another IP instead of localhost. Because Cloudstak is *not*
running @ localhost. How can I do this?

-- 
Thanks,
Regards,
ASH

Reply via email to