diff options
Diffstat (limited to 'robot/assets/templates/sdc/catalog_resource.jinja')
-rw-r--r-- | robot/assets/templates/sdc/catalog_resource.jinja | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/robot/assets/templates/sdc/catalog_resource.jinja b/robot/assets/templates/sdc/catalog_resource.jinja index 6839beda..5cab07f6 100644 --- a/robot/assets/templates/sdc/catalog_resource.jinja +++ b/robot/assets/templates/sdc/catalog_resource.jinja @@ -37,7 +37,7 @@ "properties": [], "attributes": [], "groups": [], - "resourceType": "VF", + "resourceType": "{{resource_type}}", "csarUUID": "{{software_product_id}}", "csarVersion": "1.0" }
\ No newline at end of file |