object storage token
asked 2015-12-23 08:11:04 +0100
This post is a wiki. Anyone with karma >75 is welcome to improve it.
hi I am trying to connect to object storage in the fi lab. I am trying to connect with this comment after I got the tenantId
curl -d '{"auth": {"passwordCredentials": {"username":"email@company.com", "password":"mypassword"},"tenantId":"00000000000000000000000000000150"}}' \ -H 'Content-type: application/json' \ http://cloud.lab.fiware.org:4730/v2.0... \ -vvv
I am getting this error: * Trying 130.206.84.8... * Connected to cloud.lab.fiware.org (130.206.84.8) port 4730 (#2)
GET /v2.0/tokens HTTP/1.1 Host: cloud.lab.fiware.org:4730 User-Agent: curl/7.43.0 Accept: / Content-type: application/json
< HTTP/1.1 404 Not Found < Vary: X-Auth-Token < Content-Type: application/json < Content-Length: 93 < Date: Wed, 23 Dec 2015 13:59:58 GMT < Connection: close < * Closing connection 2 {"error": {"message": "The resource could not be found.", "code": 404, "title": "Not Found"}} what am i doing wrong please