diff options
-rwxr-xr-x | osdf/templates/conductor_interface.json | 2 | ||||
-rw-r--r-- | test/placement-tests/request_placement_vfmod.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/osdf/templates/conductor_interface.json b/osdf/templates/conductor_interface.json index 04ed29f..030d6a0 100755 --- a/osdf/templates/conductor_interface.json +++ b/osdf/templates/conductor_interface.json @@ -2,7 +2,7 @@ "name": "{{ name }}", "files": {}, "timeout": {{ timeout }}, - "num_solution": {{ limit }}, + "num_solution": "{{ limit }}", "template": { "homing_template_version": "2017-10-10", "parameters": { diff --git a/test/placement-tests/request_placement_vfmod.json b/test/placement-tests/request_placement_vfmod.json index d9f620f..db5a38f 100644 --- a/test/placement-tests/request_placement_vfmod.json +++ b/test/placement-tests/request_placement_vfmod.json @@ -82,7 +82,7 @@ }, "homing_template_version": "2017-10-10" }, - "num_solution": 100, + "num_solution": "100", "files": {}, "timeout": 1200 } |