tacker/tacker/tosca
Trinh Nguyen 47df1d6a2e Fix heat translator bug due to nested_resource_name
This patch fix these:

- If nested_resource_name is 'SP1_res.yaml' it will create
a loop in heat translator and vnf creation will fail. This
is a bug of heat translator and this patch is to bypass
the loop hole by using a different name than 'SP1_res.yaml'.
- Incorrect syntax:
...
translate_to_yaml_files_dict() takes exactly 2 arguments (3 given)
...

Co-Authored-By: Cong Phuoc Hoang <hoangphuocbk2.07@gmail.com>
Co-Authored-By: yong sheng gong <gong.yongsheng@99cloud.net>
Co-Authored-By: Trinh Nguyen <dangtrinhnt@gmail.com>

Change-Id: I60dc0a6d443598264c29fde8a3959d4bd7fba904
Closes-bug: #1753645
2018-03-16 07:49:32 +08:00
..
lib Support creating VNFFG with no flow-classifier 2018-02-28 11:04:29 +09:00
__init__.py Separating tosca driver out from VNFM 2017-03-29 00:33:37 -07:00
utils.py Fix heat translator bug due to nested_resource_name 2018-03-16 07:49:32 +08:00