Update DbEdgeRules to allow relationship from pnf to owning-entity
Issue-ID: AAI-2921

Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca>
Change-Id: I98b1e65e7fd48383acfbddb1413b453942664ba9
diff --git a/aai-schema/src/main/resources/onap/dbedgerules/v20/DbEdgeRules_v20.json b/aai-schema/src/main/resources/onap/dbedgerules/v20/DbEdgeRules_v20.json
index 7a292f4..16ae415 100644
--- a/aai-schema/src/main/resources/onap/dbedgerules/v20/DbEdgeRules_v20.json
+++ b/aai-schema/src/main/resources/onap/dbedgerules/v20/DbEdgeRules_v20.json
@@ -1573,6 +1573,18 @@
 			"description":""
 		},
 		{
+			"from": "pnf",
+			"to": "owning-entity",
+			"label": "org.onap.relationships.inventory.BelongsTo",
+			"direction": "OUT",
+			"multiplicity": "MANY2ONE",
+			"contains-other-v": "NONE",
+			"delete-other-v": "NONE",
+			"prevent-delete": "NONE",
+			"default": "true",
+			"description":""
+		},
+		{
 			"from": "cvlan-tag",
 			"to": "port-group",
 			"label": "org.onap.relationships.inventory.BelongsTo",