From f8ea3ef349d034cf55d0ea5cebc8f8fcdeefb413 Mon Sep 17 00:00:00 2001 From: Deepak S Date: Sun, 15 Oct 2017 17:19:03 -0700 Subject: fix invalid chracters in ansible scripts Change-Id: I3d1a491e4c0f0554a861d9bb24fbd0ac94835759 Signed-off-by: Deepak S --- ansible/ovs_scale_out_test_templates.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ansible/ovs_scale_out_test_templates.yml') diff --git a/ansible/ovs_scale_out_test_templates.yml b/ansible/ovs_scale_out_test_templates.yml index aadec6d62..cffa73342 100644 --- a/ansible/ovs_scale_out_test_templates.yml +++ b/ansible/ovs_scale_out_test_templates.yml @@ -25,7 +25,7 @@ - template: src: ../etc/yardstick/nodes/standalone/baremetal_trex.yaml - dest: /etc/yardstick/nodes/baremetal_trex_{{num_vnfs}}.yaml + dest: /etc/yardstick/nodes/baremetal_trex_{{ num_vnfs }}.yaml - template: src: ../etc/yardstick/nodes/standalone/pod_sriov.yaml -- cgit 1.2.3-korg