Hi, I had the same set up and face the same problem. I queried the keystone url in the browser (http://172.18.168.108/identity) in my case and it returned a json object. You will find the url on the devstack dashboard under Projects > APIAccess, on the Identity service. The json object had attribute "href", I copied its value and put it on authUrl.
The json object returned showed that I was running version 3 therefore according to the openbaton docs I had to use the ID as the value for tenant. I opened the devstack dashboard and under Projects > APIAccess, I clicked "View Credentials". Copied the Project ID and used it as the value for tenant. After these changes I was able to register the PoP.
My json file was as follows;
{
"name":"dev-stack-v1",
"authUrl":"http://172.18.168.108/identity/v3/" (the "href" value),
"tenant":<project id="">,
"username":"admin",
"password":"devstack",
"securityGroups":[
"default"
],
"type":"openstack"
}
Hope that will help
have you fixed this problem because i hit the same problem and i don't know what sould i do Thanks
unfortunately no.. and the support did not answer me..