From 44c1881520ab8085fe2d407027d94cfb17e993f6 Mon Sep 17 00:00:00 2001 From: "mark.j.leonard" Date: Wed, 27 Mar 2019 16:11:15 +0000 Subject: Correct generic-vnf widget data-del-flag Restore the original configuration in case a CSAR file is ever processed that requires a relationship to a generic-vnf widget model. Change-Id: I21c15ea5eadeec800076c256cb32611bbe404877 Issue-ID: AAI-2292 Signed-off-by: mark.j.leonard --- charts/aai-babel/resources/config/tosca-mappings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/aai-babel/resources/config/tosca-mappings.json b/charts/aai-babel/resources/config/tosca-mappings.json index 5be6097..a6fe82f 100644 --- a/charts/aai-babel/resources/config/tosca-mappings.json +++ b/charts/aai-babel/resources/config/tosca-mappings.json @@ -15,7 +15,7 @@ { "type": "VF", "name": "generic-vnf", - "deleteFlag": false, + "deleteFlag": true, "modelVersionId": "93a6166f-b3d5-4f06-b4ba-aed48d009ad9", "modelInvariantId": "acc6edd8-a8d4-4b93-afaa-0994068be14c" }, -- cgit 1.2.3-korg