diff options
author | abatos <adrian.batos-parac@amdocs.com> | 2017-11-01 15:28:50 -0400 |
---|---|---|
committer | abatos <adrian.batos-parac@amdocs.com> | 2017-11-01 15:56:42 -0400 |
commit | f07b7b0610bb8d37965de6b0b6bc06198be95730 (patch) | |
tree | 8511eb88a3ccb888f69569a702ba44660f2fce8a | |
parent | 4ce98c412e62b9888e0754df4226df55f358f142 (diff) |
Fix multiplicity between service-instance and pnf
Fixed the multiplicity for the relationship between service-instance and pnf to be ManyToMany.
Change-Id: I3305cca547ca9acb73621dbdb79876c2e48bc96e
Issue-ID: AAI-444
Signed-off-by: Adrian Batos <adrian.batos-parac@amdocs.com>
-rw-r--r-- | aai-core/src/main/resources/dbedgerules/DbEdgeRules_v10.json | 2 | ||||
-rw-r--r-- | aai-core/src/main/resources/dbedgerules/DbEdgeRules_v11.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/aai-core/src/main/resources/dbedgerules/DbEdgeRules_v10.json b/aai-core/src/main/resources/dbedgerules/DbEdgeRules_v10.json index 03810909..7c9cf4b3 100644 --- a/aai-core/src/main/resources/dbedgerules/DbEdgeRules_v10.json +++ b/aai-core/src/main/resources/dbedgerules/DbEdgeRules_v10.json @@ -1061,7 +1061,7 @@ "to": "pnf", "label": "uses", "direction": "OUT", - "multiplicity": "One2Many", + "multiplicity": "Many2Many", "contains-other-v": "NONE", "delete-other-v": "NONE", "SVC-INFRA": "NONE", diff --git a/aai-core/src/main/resources/dbedgerules/DbEdgeRules_v11.json b/aai-core/src/main/resources/dbedgerules/DbEdgeRules_v11.json index 96af835d..1108555f 100644 --- a/aai-core/src/main/resources/dbedgerules/DbEdgeRules_v11.json +++ b/aai-core/src/main/resources/dbedgerules/DbEdgeRules_v11.json @@ -1259,7 +1259,7 @@ "to": "pnf", "label": "uses", "direction": "OUT", - "multiplicity": "One2Many", + "multiplicity": "Many2Many", "contains-other-v": "NONE", "delete-other-v": "NONE", "SVC-INFRA": "NONE", |