From c46ef94c1b65b58646f20a3541c94ece28c2e0f0 Mon Sep 17 00:00:00 2001 From: "Chayal, Avteet (ac229e)" Date: Tue, 7 May 2019 13:35:03 +0000 Subject: Fix OSDF input to HAS to use num_solution Fix OSDF input to HAS to use num_solution Issue-ID: OPTFRA-497 Change-Id: I339a9e09aac766ce918ce6fa6d4dffc9d7ae741b Signed-off-by: Chayal, Avteet (ac229e) --- osdf/templates/conductor_interface.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'osdf/templates/conductor_interface.json') diff --git a/osdf/templates/conductor_interface.json b/osdf/templates/conductor_interface.json index 0b8e6a1..04ed29f 100755 --- a/osdf/templates/conductor_interface.json +++ b/osdf/templates/conductor_interface.json @@ -2,7 +2,7 @@ "name": "{{ name }}", "files": {}, "timeout": {{ timeout }}, - "limit": {{ limit }}, + "num_solution": {{ limit }}, "template": { "homing_template_version": "2017-10-10", "parameters": { -- cgit 1.2.3-korg