diff options
author | Decheng Zhang <decheng.zhang@huawei.com> | 2021-08-24 18:43:23 -0400 |
---|---|---|
committer | Decheng Zhang <decheng.zhang@huawei.com> | 2021-08-24 22:52:50 +0000 |
commit | 06182456add847a1cbb6cc8606705212073f39f7 (patch) | |
tree | 1cf1e4d47afa3796a7f405727d295104cc00fd79 | |
parent | d2741c1f85d76e11b3c3e29a7e179c98d484caf9 (diff) |
Allow Many to Many edge rule between connectivity and uni
AAI schema changes -- cloud lease line
Issue-ID: AAI-3352
Signed-off-by: Decheng Zhang <decheng.zhang@huawei.com>
Change-Id: Iaebc5b81bb3f9162408dc34bd0a22ae8e39e3c0b
-rw-r--r-- | aai-schema/src/main/resources/onap/dbedgerules/v24/DbEdgeRules_ccvpn_v24.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aai-schema/src/main/resources/onap/dbedgerules/v24/DbEdgeRules_ccvpn_v24.json b/aai-schema/src/main/resources/onap/dbedgerules/v24/DbEdgeRules_ccvpn_v24.json index 09852d6..a8b1936 100644 --- a/aai-schema/src/main/resources/onap/dbedgerules/v24/DbEdgeRules_ccvpn_v24.json +++ b/aai-schema/src/main/resources/onap/dbedgerules/v24/DbEdgeRules_ccvpn_v24.json @@ -78,7 +78,7 @@ "to": "uni", "label": "org.onap.relationships.inventory.PartOf", "direction": "OUT", - "multiplicity": "ONE2MANY", + "multiplicity": "MANY2MANY", "contains-other-v": "NONE", "delete-other-v": "NONE", "prevent-delete": "NONE", |