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:
Hello,
I just realized that the JCloud hits an incorrect URL for openstack:-
What JCloud hits:-
POST http://<IP>:5000/v3/tokens HTTP/1.1
What should it be:-
POST http://<IP>:5000/v3/*auth/*tokens HTTP/1.1
Reference:-
http://developer.openstack.org/api-ref.html
Thanks.
Regards,
Mangirish Wagle
On Fri, Mar 18, 2016 at 1:17 PM, Mangirish Wagle
<vaglomangir...@gmail.com>
wrote:
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-archive.com/dev@jclouds.apache.org/msg06330.html
However, its not very clear to me how to handle it.
Any help with this will be greatly appreciated.
Thanks,
Regards,
Mangirish Wagle