diff options
author | Yang Xu <yang.xu3@huawei.com> | 2019-05-17 01:01:26 -0400 |
---|---|---|
committer | Yang Xu <yang.xu3@huawei.com> | 2019-05-17 01:01:33 -0400 |
commit | 7464de975c50a3efe1c6a1cbe7159e5ebc705fff (patch) | |
tree | 7b72c7c41e80de9ec81a6a4dcedb9b736373554d /robot/assets/templates/asdc | |
parent | 5b1aef3b08e6a42d84a87dd6647c814e235d6858 (diff) |
Set resource type as VL for Generic NeutronNet
Change-Id: I01734240673293596b1695309807f98f6652f16c
Issue-ID: INT-1080
Signed-off-by: Yang Xu <yang.xu3@huawei.com>
Diffstat (limited to 'robot/assets/templates/asdc')
-rw-r--r-- | robot/assets/templates/asdc/resource_instance.template | 2 |
1 files changed, 1 insertions, 1 deletions
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}" } |