X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=tutorials%2FvFWDT%2Fworkflow%2Ftemplates%2Fcdt-templates%2Fvfw-sink%2Ftraffic.json;h=473f44f2ec039b737e06358872e90f27c35d4e49;hb=6610dc1180d0dfbe30a737306d0f059b463aeb26;hp=404cd2f52dcd24e05d3d34538b3dd061bcfd1e43;hpb=42ecc70c1f5a05c4de5dda414a7964398552b47d;p=demo.git diff --git a/tutorials/vFWDT/workflow/templates/cdt-templates/vfw-sink/traffic.json b/tutorials/vFWDT/workflow/templates/cdt-templates/vfw-sink/traffic.json index 404cd2f5..473f44f2 100755 --- a/tutorials/vFWDT/workflow/templates/cdt-templates/vfw-sink/traffic.json +++ b/tutorials/vFWDT/workflow/templates/cdt-templates/vfw-sink/traffic.json @@ -1,13 +1,13 @@ { "InventoryNames": "VM", - "PlaybookName": "${()=(book_name)}", + "PlaybookName": "${book_name}", "AutoNodeList": true, "EnvParameters": { "ConfigFileName": "../traffic_distribution_config.json", "vnf_instance": "vfwdt" }, "FileParameters": { - "traffic_distribution_config.json": "${()=(file_parameter_content)}" + "traffic_distribution_config.json": "${file_parameter_content}" }, "Timeout": 3600 -} \ No newline at end of file +}