Rest API Keystone (get token)
Hi ,everyone
I am trying to get the token from keystone service but always getting this "message": "The resource could not be found,
I am using postman , I am always getting 404 I don't knew what is the problem
I have openstack newton version ,
this what I just put in the postman url : http://10.0.0.11:5000/v3 /auth/tokens
and in the body : {
"auth":{
"tenantName":"demo",
"passwordCredentials":{
"username":"demo",
"password":"password"
}
}
}
and I get this output : {
"error": {
"message": "The resource could not be found.",
"code": 404,
"title": "Not Found"
}
}
what I am missing !!! any suggestion please !!!