Activity log for bug #1751433

Date Who What changed Old value New value Message
2018-02-24 10:17:51 Nguyen Hai bug added bug
2018-03-29 12:58:38 Nguyen Hai description The 'tacker vnffgd-create' cannot load the 'description' in TOSCA yaml file. The reason is that we confusingly use 'template' and 'attributes' when loading yaml file on the 'lass CreateVNFFGD(tackerV10.CreateCommand)' in python-tackerclient/tackerclient/tacker/v1_0/nfvo/vnffgd.py It also raise a bug as reported at: https://bugs.launchpad.net/python-tackerclient/+bug/1750865 Solution: rewrite the code in Tacker & python-tackerclient that uniformly use 'attributes' when loading yaml file. The 'tacker vnffgd-create' cannot load the 'description' in TOSCA yaml file. Also, the vnffgd templates donot follow standard at http://docs.oasis-open.org/tosca/tosca-nfv/v1.0/tosca-nfv-v1.0.html More specifically, the 'description' section below of 'topology_template' is wrong place.
2018-03-29 14:46:24 OpenStack Infra tacker: status New In Progress
2018-03-30 08:48:24 Nguyen Hai description The 'tacker vnffgd-create' cannot load the 'description' in TOSCA yaml file. Also, the vnffgd templates donot follow standard at http://docs.oasis-open.org/tosca/tosca-nfv/v1.0/tosca-nfv-v1.0.html More specifically, the 'description' section below of 'topology_template' is wrong place. There some of the problems in the report: - create_vnffgd function cannot load the description of TOSCA yaml file. - there is a redundant description line (under topology_template) that not follow at https://docs.openstack.org/tacker/latest/contributor/vnffgd_template_description.html
2018-04-13 06:54:56 Nguyen Hai tacker: milestone rocky-1 rocky-2
2018-04-16 14:39:20 OpenStack Infra tacker: status In Progress Fix Released