aboutsummaryrefslogtreecommitdiffstats
path: root/tutorials/vFWDT/workflow/templates/cdt-templates/vfw-sink/traffic.json
diff options
context:
space:
mode:
Diffstat (limited to 'tutorials/vFWDT/workflow/templates/cdt-templates/vfw-sink/traffic.json')
-rwxr-xr-xtutorials/vFWDT/workflow/templates/cdt-templates/vfw-sink/traffic.json4
1 files changed, 2 insertions, 2 deletions
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 b249032b..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
}