Activity log for bug #1710801

Date Who What changed Old value New value Message
2017-08-15 06:44:56 Yan Xing'an bug added bug
2017-11-28 21:34:25 dharmendra tacker: importance Undecided Low
2017-11-28 21:36:41 dharmendra tags low-hanging-fruit
2017-12-19 09:59:12 Kapilsai Pawankar tacker: assignee Kapilsai Pawankar (kapilsai)
2017-12-19 09:59:37 Kapilsai Pawankar tacker: status New In Progress
2017-12-19 09:59:50 Kapilsai Pawankar description When creating nsd with non-existent vnfd in tosca template, we got internal error. $ tacker nsd-create --nsd-file sample-tosca-nsd.yaml NSD1 Request Failed: internal server error while processing your request. 2017-08-15 10:43:09.765 INFO tacker.db.db_base [req-b1914e3b-e84d-44cb-a9e6-7e888bcd79d3 nfv_user nfv] No result found for sample-tosca-vnfd1 in <class 'tacker.db.vnfm.vnfm_db.VNFD'> table 2017-08-15 10:43:09.770 ERROR tacker.api.v1.resource [req-b1914e3b-e84d-44cb-a9e6-7e888bcd79d3 nfv_user nfv] create failed: No details.: TypeError: 'NoneType' object has no attribute '__getitem__' 2017-08-15 10:43:09.770 9153 ERROR tacker.api.v1.resource Traceback (most recent call last): 2017-08-15 10:43:09.770 9153 ERROR tacker.api.v1.resource File "/opt/stack/tacker/tacker/api/v1/resource.py", line 77, in resource 2017-08-15 10:43:09.770 9153 ERROR tacker.api.v1.resource result = method(request=request, **args) 2017-08-15 10:43:09.770 9153 ERROR tacker.api.v1.resource File "/opt/stack/tacker/tacker/api/v1/base.py", line 393, in create 2017-08-15 10:43:09.770 9153 ERROR tacker.api.v1.resource obj = obj_creator(request.context, **kwargs) 2017-08-15 10:43:09.770 9153 ERROR tacker.api.v1.resource File "/opt/stack/tacker/tacker/common/log.py", line 35, in wrapper 2017-08-15 10:43:09.770 9153 ERROR tacker.api.v1.resource return method(*args, **kwargs) 2017-08-15 10:43:09.770 9153 ERROR tacker.api.v1.resource File "/opt/stack/tacker/tacker/nfvo/nfvo_plugin.py", line 531, in create_nsd 2017-08-15 10:43:09.770 9153 ERROR tacker.api.v1.resource self._parse_template_input(context, nsd) 2017-08-15 10:43:09.770 9153 ERROR tacker.api.v1.resource File "/opt/stack/tacker/tacker/nfvo/nfvo_plugin.py", line 547, in _parse_template_input 2017-08-15 10:43:09.770 9153 ERROR tacker.api.v1.resource vnfd = vnfm_plugin.get_vnfd(context, vnfd_name) 2017-08-15 10:43:09.770 9153 ERROR tacker.api.v1.resource File "/opt/stack/tacker/tacker/db/vnfm/vnfm_db.py", line 341, in get_vnfd 2017-08-15 10:43:09.770 9153 ERROR tacker.api.v1.resource return self._make_vnfd_dict(vnfd_db) 2017-08-15 10:43:09.770 9153 ERROR tacker.api.v1.resource File "/opt/stack/tacker/tacker/db/vnfm/vnfm_db.py", line 204, in _make_vnfd_dict 2017-08-15 10:43:09.770 9153 ERROR tacker.api.v1.resource 'attributes': self._make_attributes_dict(vnfd['attributes']), 2017-08-15 10:43:09.770 9153 ERROR tacker.api.v1.resource TypeError: 'NoneType' object has no attribute '__getitem__' 2017-08-15 10:43:09.770 9153 ERROR tacker.api.v1.resource 2017-08-15 10:43:09.788 INFO tacker.wsgi [req-b1914e3b-e84d-44cb-a9e6-7e888bcd79d3 nfv_user nfv] 192.168.42.131 - - [15/Aug/2017 10:43:09] "POST /v1.0/nsds.json HTTP/1.1" 500 367 0.082571 When creating nsd with non-existent vnfd in tosca template, we got internal error. $ tacker nsd-create --nsd-file sample-tosca-nsd.yaml NSD1 Request Failed: internal server error while processing your request. 2017-08-15 10:43:09.765 INFO tacker.db.db_base [req-b1914e3b-e84d-44cb-a9e6-7e888bcd79d3 nfv_user nfv] No result found for sample-tosca-vnfd1 in <class 'tacker.db.vnfm.vnfm_db.VNFD'> table 2017-08-15 10:43:09.770 ERROR tacker.api.v1.resource [req-b1914e3b-e84d-44cb-a9e6-7e888bcd79d3 nfv_user nfv] create failed: No details.: TypeError: 'NoneType' object has no attribute '__getitem__' 2017-08-15 10:43:09.770 9153 ERROR tacker.api.v1.resource Traceback (most recent call last): 2017-08-15 10:43:09.770 9153 ERROR tacker.api.v1.resource File "/opt/stack/tacker/tacker/api/v1/resource.py", line 77, in resource 2017-08-15 10:43:09.770 9153 ERROR tacker.api.v1.resource result = method(request=request, **args) 2017-08-15 10:43:09.770 9153 ERROR tacker.api.v1.resource File "/opt/stack/tacker/tacker/api/v1/base.py", line 393, in create 2017-08-15 10:43:09.770 9153 ERROR tacker.api.v1.resource obj = obj_creator(request.context, **kwargs) 2017-08-15 10:43:09.770 9153 ERROR tacker.api.v1.resource File "/opt/stack/tacker/tacker/common/log.py", line 35, in wrapper 2017-08-15 10:43:09.770 9153 ERROR tacker.api.v1.resource return method(*args, **kwargs) 2017-08-15 10:43:09.770 9153 ERROR tacker.api.v1.resource File "/opt/stack/tacker/tacker/nfvo/nfvo_plugin.py", line 531, in create_nsd 2017-08-15 10:43:09.770 9153 ERROR tacker.api.v1.resource self._parse_template_input(context, nsd) 2017-08-15 10:43:09.770 9153 ERROR tacker.api.v1.resource File "/opt/stack/tacker/tacker/nfvo/nfvo_plugin.py", line 547, in _parse_template_input 2017-08-15 10:43:09.770 9153 ERROR tacker.api.v1.resource vnfd = vnfm_plugin.get_vnfd(context, vnfd_name) 2017-08-15 10:43:09.770 9153 ERROR tacker.api.v1.resource File "/opt/stack/tacker/tacker/db/vnfm/vnfm_db.py", line 341, in get_vnfd 2017-08-15 10:43:09.770 9153 ERROR tacker.api.v1.resource return self._make_vnfd_dict(vnfd_db) 2017-08-15 10:43:09.770 9153 ERROR tacker.api.v1.resource File "/opt/stack/tacker/tacker/db/vnfm/vnfm_db.py", line 204, in _make_vnfd_dict 2017-08-15 10:43:09.770 9153 ERROR tacker.api.v1.resource 'attributes': self._make_attributes_dict(vnfd['attributes']), 2017-08-15 10:43:09.770 9153 ERROR tacker.api.v1.resource TypeError: 'NoneType' object has no attribute '__getitem__' 2017-08-15 10:43:09.770 9153 ERROR tacker.api.v1.resource 2017-08-15 10:43:09.788 INFO tacker.wsgi [req-b1914e3b-e84d-44cb-a9e6-7e888bcd79d3 nfv_user nfv] 192.168.42.131 - - [15/Aug/2017 10:43:09] "POST /v1.0/nsds.json HTTP/1.1" 500 367 0.082571
2019-02-01 07:00:15 OpenStack Infra tacker: assignee Kapilsai Pawankar (kapilsai) dharmendra (dharmendra-kushwaha)
2019-02-06 08:47:06 OpenStack Infra tacker: status In Progress Fix Released