Re: Need help with a 404 error with openstack

2016-03-25 Thread Andrew Phillips
I would be happy contributing to jclouds too and shall let you know if I decide to jump in. Let us know if you have any questions! You can also usually catch us at #jclouds on Freenode IRC... Regards ap

Re: Need help with a 404 error with openstack

2016-03-24 Thread Mangirish Wagle
Thanks for your response Andrew! Currently I am doing some POC work with jclouds for one of my summer projects which is going to use openstack cloud. I will check with the cloud team which API version they are supporting. I would be happy contributing to jclouds too and shall let you know if I de

Re: Need help with a 404 error with openstack

2016-03-24 Thread Andrew Phillips
Hi Mangirish I think you're running into this: https://issues.apache.org/jira/browse/JCLOUDS-112 https://issues.apache.org/jira/browse/JCLOUDS-114 In short, the Keystone v3 API isn't currently supported in jclouds. If you're interested in helping with this, please let us know (see also [1] fo

Re: Need help with a 404 error with openstack

2016-03-23 Thread Mangirish Wagle
Hi Andrew, Thanks for your response! I am re-sending the java file and the log that I had sent earlier for your reference. Any help with this is appreciated! Thank you. Regards, Mangirish Wagle On Sat, Mar 19, 2016 at 2:26 PM, Andrew Phillips wrote: > Hi Mangirish > > Could you kindly send t

Re: Need help with a 404 error with openstack

2016-03-19 Thread Andrew Phillips
Hi Mangirish Could you kindly send the code snippet you're using to create your context, and the wire and header logs [1] for the authentication calls where you are seeing this problem? Regards ap [1] http://jclouds.apache.org/reference/logging/ On 2016-03-18 15:55, Mangirish Wagle wrote:

Need help with a 404 error with openstack

2016-03-19 Thread Mangirish Wagle
Hello JClouds Dev team, I am working on using JClouds to interact with Openstack (experimental devstack setup on a remote machine) and its failing with a HTTP 404 error:- Error log with error and the sample program is attached. The issue looks related to the discussion in:- http://www.mail-archi

Re: Need help with a 404 error with openstack

2016-03-18 Thread Mangirish Wagle
Hello, I just realized that the JCloud hits an incorrect URL for openstack:- What JCloud hits:- POST http://:5000/v3/tokens HTTP/1.1 What should it be:- POST http://:5000/v3/*auth/*tokens HTTP/1.1 Reference:- http://developer.openstack.org/api-ref.html Thanks. Regards, Mangirish Wagle On Fri