From fac7a63ac96b226fa6d3a2013feb982ee14790d9 Mon Sep 17 00:00:00 2001 From: Yang Xu Date: Fri, 17 May 2019 01:01:26 -0400 Subject: Set resource type as VL for Generic NeutronNet Change-Id: I01734240673293596b1695309807f98f6652f16c Issue-ID: INT-1080 Signed-off-by: Yang Xu (cherry picked from commit 7464de975c50a3efe1c6a1cbe7159e5ebc705fff) --- robot/assets/templates/asdc/resource_instance.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'robot/assets/templates/asdc') diff --git a/robot/assets/templates/asdc/resource_instance.template b/robot/assets/templates/asdc/resource_instance.template index d42f20ca..18cf34c7 100644 --- a/robot/assets/templates/asdc/resource_instance.template +++ b/robot/assets/templates/asdc/resource_instance.template @@ -4,7 +4,7 @@ "posY": ${posY}, "name": "${catalog_resource_name}", "componentVersion": "1.0", - "originType": "VF", + "originType": "${originType}", "icon": "defaulticon", "componentUid": "${catalog_resource_id}" } -- cgit 1.2.3-korg