From ca43ea7c87abbcaa71617de50598449ff5ff007c Mon Sep 17 00:00:00 2001 From: Ankitkumar Patel Date: Tue, 27 Mar 2018 15:02:46 -0400 Subject: Updated the conductor adaptor Updated the conductor adaptor code. Issue-ID: OPTFRA-207 Change-Id: I41bd6f2e39bc5ca6d2d27539772175363590416f Signed-off-by: Ankitkumar Patel --- osdf/templates/conductor_interface.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'osdf/templates/conductor_interface.json') diff --git a/osdf/templates/conductor_interface.json b/osdf/templates/conductor_interface.json index 64f9c4f..ec01cc8 100755 --- a/osdf/templates/conductor_interface.json +++ b/osdf/templates/conductor_interface.json @@ -4,14 +4,12 @@ "timeout": {{ timeout }}, "limit": {{ limit }}, "template": { - "homing_template_version": "2017-10-10", + "homing_template_version": "2018-02-01", "parameters": { "service_name": "{{ service_name }}", "service_id": "{{ service_id }}", "customer_lat": "{{ latitude }}", - "customer_long": "{{ longitude }}", - "REQUIRED_MEM": "{{ memory }}", - "REQUIRED_DISK": "{{ storage }}" + "customer_long": "{{ longitude }}" }, "locations": { "customer_loc": { -- cgit 1.2.3-korg