summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormark.j.leonard <mark.j.leonard@gmail.com>2019-03-27 16:11:15 +0000
committermark.j.leonard <mark.j.leonard@gmail.com>2019-03-27 16:11:15 +0000
commit44c1881520ab8085fe2d407027d94cfb17e993f6 (patch)
tree0d483ee33a151e2625094c099462f8e6dc03e228
parentf0774f5a1471ee0ecaa5576c31bfcfadea8dcd92 (diff)
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 <mark.j.leonard@gmail.com>
-rw-r--r--charts/aai-babel/resources/config/tosca-mappings.json2
1 files changed, 1 insertions, 1 deletions
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"
},