Re: jclouds with trystack

2017-03-20 Thread Rupinder Singh
Hi Ignasi, Could you please look at my java file and suggest how to do it. I am sorry, currently, I can't figure it out. I am attaching java file again here. Rupinder On Thu, Mar 16, 2017 at 9:06 PM, Ignasi Barrera wrote: > This is a different error: an Authorization one. > >

Re: jclouds with trystack

2017-03-16 Thread Ignasi Barrera
This is a different error: an Authorization one. Are you providing the right credentials? jclouds expects by default the credentials in the following form: identity = "tenantName:userName" credential = "password" Are you providing the credentials in that format? On 16 March 2017 at 16:21,

Re: jclouds with trystack

2017-03-14 Thread Andrew Phillips
Hi Rupinder I did that too. Same results. I'll send the output later in evg. Could you try a cURL or similar from the box, with appropriate headers etc., to verify whether the TryStack endpoint is responding correctly if we take jclouds out of the loop? Thanks! ap

Re: jclouds with trystack

2017-03-14 Thread Rupinder Singh
Hi, I tried to sort out that. No success as yet. .any more help? Rupinder On 12 Mar 2017 13:34, "Ignasi Barrera" wrote: > Looks like a DNS or name resolvong issue? > Caused by: java.net.UnknownHostException: identity.api.x86.trystack.org > > On Mar 12, 2017 7:14 AM, "Rupinder

Re: jclouds with trystack

2017-03-12 Thread Ignasi Barrera
Looks like a DNS or name resolvong issue? Caused by: java.net.UnknownHostException: identity.api.x86.trystack.org On Mar 12, 2017 7:14 AM, "Rupinder Singh" wrote: > Hello. > > I'm beginning with jclouds openstack with trystack following getting > started tutorial > >