Activity log for bug #1915119

Date Who What changed Old value New value Message
2021-02-09 07:23:27 YaoYudie bug added bug
2021-02-09 07:23:36 YaoYudie tacker: assignee YaoYudie (yaoyudie)
2021-02-09 23:47:40 Itsuro Oda bug added subscriber Itsuro Oda
2021-02-10 08:03:47 Keiichiro Yamakawa tacker: assignee YaoYudie (yaoyudie)
2021-02-12 07:46:31 YaoYudie description 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: root@ubuntu:~# curl -i -X GET http://172.22.39.3:9890/vnfpkgm/v1/vnf_packages -H "Content-type: application/json" -H "Authorization:$OS_AUTH_TOKEN" HTTP/1.1 401 Unauthorized Content-Type: application/json Content-Length: 114 Www-Authenticate: Keystone uri="http://172.22.39.3/identity" X-Openstack-Request-Id: req-5d6913a0-31e3-4177-8e71-9ef1cb4732ef Date: Tue, 09 Feb 2021 07:15:14 GMT {"error": {"code": 401, "title": "Unauthorized", "message": "The request you have made requires authentication."}}root@ubuntu:~# 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: root@ubuntu:~# curl -i -X GET http://172.22.39.3:9890/vnfpkgm/v1/vnf_packages -H "Content-type: application/json" -H "Authorization:Bearer QWxhZGRpbjpvcGVuIHNlc2FtZQ==" HTTP/1.1 401 Unauthorized Content-Type: application/json Content-Length: 114 Www-Authenticate: Keystone uri="http://172.22.39.3/identity" X-Openstack-Request-Id: req-99c71b24-aef8-46ce-9965-8ef8f3296b3d Date: Fri, 12 Feb 2021 07:44:39 GMT {"error": {"code": 401, "title": "Unauthorized", "message": "The request you have made requires authentication."}}root@ubuntu:~# root@ubuntu:~#
2021-03-09 03:21:39 Yasufumi Ogawa tacker: importance Undecided Medium
2021-05-10 07:05:11 kexuesheng tacker: assignee kexuesheng (kexuesheng)
2021-08-04 02:47:57 kexuesheng tacker: assignee kexuesheng (kexuesheng)
2022-11-28 09:08:59 Yasufumi Ogawa tacker: assignee Yasufumi Ogawa (yasufum)
2022-11-28 09:09:04 Yasufumi Ogawa tacker: status New In Progress