diff options
author | hyu2010 <hyu2010b@gmail.com> | 2020-10-28 16:06:16 -0400 |
---|---|---|
committer | hyu2010 <hyu2010b@gmail.com> | 2020-10-28 16:17:27 -0400 |
commit | 4a15e47694e7a81f26abbd1cbc480a7c5850aeb9 (patch) | |
tree | f19f0d4ec677b8257cf1f2f49dbb7b3b2e40c0b3 /aai-schema/src/main/resources/onap | |
parent | b2facb5f8f2e0796deb858fd14dc34235b94ccdf (diff) |
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 <hyu2010b@gmail.com>
Change-Id: I7295efdb97bb6106be6f41fc9bdf8e522a05d5c0
Diffstat (limited to 'aai-schema/src/main/resources/onap')
-rw-r--r-- | aai-schema/src/main/resources/onap/dbedgerules/v21/DbEdgeRules_ccvpn_v21.json | 2 |
1 files changed, 1 insertions, 1 deletions
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", |