Re: [one-users] Some OCCI issues

2011-08-24 Thread florian.feldhaus
Hi Wijnad, sorry for taking so much time to answer your mail, I was on vacations during the last 2 weeks. We're building a user interface on top of opennebula 3.0 (we need features of 3.0) by using OCCI. We're using the user's credentials from ONe to authenticate on OCCI. great to hear this!

[one-users] Some OCCI issues

2011-08-17 Thread Wijnand Top
Hi Guys, We're building a user interface on top of opennebula 3.0 (we need features of 3.0) by using OCCI. We're using the user's credentials from ONe to authenticate on OCCI. We've started with the embedded OCCI implementation but ran in a few problems with this one so we've just spent a few

[one-users] Some OCCI issues

2011-08-17 Thread Amine Ghrab
Hi Wijnand, For the compute resource, try adding the trealing '/' curl -v -X GET http://localhost:3000/compute/ In fact the request is as follow, http://localhost:3000 + Get All resources : Get X-Type resourceS : /X/ X= compute;storage;link;network Get the resource :