From 8115308366aa9cc8129b9379a61f7ab84d77f84e Mon Sep 17 00:00:00 2001 From: Keong Lim Date: Mon, 24 Sep 2018 14:29:38 +1000 Subject: [PATCH] AAI-1671 Update wan-port-config EdgeRules Issue-ID: AAI-1671 The EdgeRules for wan-port-config to service-instance should be "MANY2MANY". Change-Id: Id76e8405d3ce9955d63280320807c4feffd58990 Signed-off-by: Keong Lim --- .../src/main/resources/onap/dbedgerules/v14/DbEdgeRules_ccvpn_v14.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aai-schema/src/main/resources/onap/dbedgerules/v14/DbEdgeRules_ccvpn_v14.json b/aai-schema/src/main/resources/onap/dbedgerules/v14/DbEdgeRules_ccvpn_v14.json index 1b6d9405..62b6c52e 100644 --- a/aai-schema/src/main/resources/onap/dbedgerules/v14/DbEdgeRules_ccvpn_v14.json +++ b/aai-schema/src/main/resources/onap/dbedgerules/v14/DbEdgeRules_ccvpn_v14.json @@ -197,7 +197,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", -- 2.16.6