according to SOL013 v2.6.1 (clause 6.4 Common error situations), the API should return:
400 Bad Request: If the request contains a malformed access token, the API producer should respond with this response.
However, the API returns with http code 401
according to SOL013 v2.6.1 (clause 6.4 Common error situations), the API should return:
400 Bad Request: If the request contains a malformed access token, the API producer should respond with this response.
However, the API returns with http code 401
operation log: 172.22. 39.3:9890/ vnfpkgm/ v1/vnf_ packages -H "Content-type: application/json" -H "Authorization: $OS_AUTH_ TOKEN" 172.22. 39.3/identity" Request- Id: req-5d6913a0- 31e3-4177- 8e71-9ef1cb4732 ef
root@ubuntu:~# curl -i -X GET http://
HTTP/1.1 401 Unauthorized
Content-Type: application/json
Content-Length: 114
Www-Authenticate: Keystone uri="http://
X-Openstack-
Date: Tue, 09 Feb 2021 07:15:14 GMT
{"error": {"code": 401, "title": "Unauthorized", "message": "The request you have made requires authentication. "}}root@ ubuntu: ~#