diff options
author | Brian Freeman <bf1936@att.com> | 2018-04-05 21:03:38 -0500 |
---|---|---|
committer | Brian Freeman <bf1936@att.com> | 2018-04-06 08:28:04 -0500 |
commit | b568e5e0b2000a656f3ba39f49cfc18c51ad989c (patch) | |
tree | 41adf50f8d1c291faab9195911f580cdc919dc60 /robot/assets/templates | |
parent | 1462d9178944a9487f3851bf094d14e91da738b8 (diff) |
Update ASDC for Beijing
Issue-ID: TEST-85
Change-Id: I8ba5381d1860e6a1d21d6855f96501d410b36bbf
Signed-off-by: Brian Freeman <bf1936@att.com>
Diffstat (limited to 'robot/assets/templates')
-rw-r--r-- | robot/assets/templates/asdc/software_product.template | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/robot/assets/templates/asdc/software_product.template b/robot/assets/templates/asdc/software_product.template index 6e830ee2..61b26f90 100644 --- a/robot/assets/templates/asdc/software_product.template +++ b/robot/assets/templates/asdc/software_product.template @@ -4,10 +4,7 @@ "category": "resourceNewCategory.generic", "subCategory": "resourceNewCategory.generic.abstract", "onboardingMethod" : "NetworkPackage", - "licensingVersion": { - "id" : "1.0", - "label" : "1.0" - }, + "licensingVersion": "${version_id}", "vendorName": "${vendor_name}", "vendorId": "${vendor_id}", "icon": "icon", @@ -17,4 +14,5 @@ "${feature_group_id}" ] } -}
\ No newline at end of file +} + |