Fix alootted_properties template 57/94257/1
authorBrian Freeman <bf1936@att.com>
Sun, 25 Aug 2019 18:05:27 +0000 (13:05 -0500)
committerBrian Freeman <bf1936@att.com>
Sun, 25 Aug 2019 18:05:33 +0000 (13:05 -0500)
Issue-ID: AAI-2582
Change-Id: Iefb61249515370cbb43d09590c4c52ab975398bb
Signed-off-by: Brian Freeman <bf1936@att.com>
robot/assets/templates/sdc/catalog_allotted_properties.jinja

index 1654c8f..ebb5e81 100644 (file)
@@ -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
+]