diff options
author | Brian Freeman <bf1936@att.com> | 2019-08-25 13:05:27 -0500 |
---|---|---|
committer | Brian Freeman <bf1936@att.com> | 2019-08-25 13:05:33 -0500 |
commit | 183549c031b0d63482f0746e987c8ddb493aeb1b (patch) | |
tree | 13b5138f7836e4718680ae195161db8b8c36e1c4 /robot/assets | |
parent | 1e830f4827c5bd49be4edd6bb8be27066e271dc5 (diff) |
Fix alootted_properties template
Issue-ID: AAI-2582
Change-Id: Iefb61249515370cbb43d09590c4c52ab975398bb
Signed-off-by: Brian Freeman <bf1936@att.com>
Diffstat (limited to 'robot/assets')
-rw-r--r-- | robot/assets/templates/sdc/catalog_allotted_properties.jinja | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/robot/assets/templates/sdc/catalog_allotted_properties.jinja b/robot/assets/templates/sdc/catalog_allotted_properties.jinja index 1654c8f1..ebb5e811 100644 --- a/robot/assets/templates/sdc/catalog_allotted_properties.jinja +++ b/robot/assets/templates/sdc/catalog_allotted_properties.jinja @@ -9,7 +9,7 @@ "password": false, "required": true, "type": "string", - "value": {{providing_service_invariant_uuid}}, + "value": "{{providing_service_invariant_uuid}}", "uniqueId": "{{uniqueId}}.providing_service_invariant_uuid" }, { @@ -23,7 +23,7 @@ "password": false, "required": true, "type": "string", - "value": {{providing_service_uuid}}, + "value": "{{providing_service_uuid}}", "uniqueId": "{{uniqueId}}.providing_service_uuid" }, { @@ -37,7 +37,7 @@ "password": false, "required": true, "type": "string", - "value": {{providing_service_name}}, + "value": "{{providing_service_name}}", "uniqueId": "{{uniqueId}}.providing_service_name" } -]
\ No newline at end of file +] |