From 4a15e47694e7a81f26abbd1cbc480a7c5850aeb9 Mon Sep 17 00:00:00 2001 From: hyu2010 Date: Wed, 28 Oct 2020 16:06:16 -0400 Subject: change edge rule between connectivity and service-instance This update contains for the fix for the following JIRA: AAI-3212: Transport Slicing integration: fail to relate two connectivity nodes to one service-instance Issue-ID: AAI-3212 Signed-off-by: hyu2010 Change-Id: I7295efdb97bb6106be6f41fc9bdf8e522a05d5c0 --- .../src/main/resources/onap/dbedgerules/v21/DbEdgeRules_ccvpn_v21.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'aai-schema/src/main/resources/onap/dbedgerules') diff --git a/aai-schema/src/main/resources/onap/dbedgerules/v21/DbEdgeRules_ccvpn_v21.json b/aai-schema/src/main/resources/onap/dbedgerules/v21/DbEdgeRules_ccvpn_v21.json index 883c6ef..f1dfae3 100644 --- a/aai-schema/src/main/resources/onap/dbedgerules/v21/DbEdgeRules_ccvpn_v21.json +++ b/aai-schema/src/main/resources/onap/dbedgerules/v21/DbEdgeRules_ccvpn_v21.json @@ -42,7 +42,7 @@ "to": "service-instance", "label": "org.onap.relationships.inventory.PartOf", "direction": "OUT", - "multiplicity": "ONE2MANY", + "multiplicity": "MANY2MANY", "contains-other-v": "NONE", "delete-other-v": "NONE", "prevent-delete": "NONE", -- cgit 1.2.3-korg