diff options
author | Keong Lim <keong.lim@huawei.com> | 2018-09-24 14:29:38 +1000 |
---|---|---|
committer | Keong Lim <keong.lim@huawei.com> | 2018-09-26 11:27:04 +1000 |
commit | 8115308366aa9cc8129b9379a61f7ab84d77f84e (patch) | |
tree | 81e1408e3b57745fc3dce1cb7d253382bc997f21 /aai-schema/src/main | |
parent | dce5708124f72b9276791024e2d7add51e2e236b (diff) |
AAI-1671 Update wan-port-config EdgeRules1.3.0
Issue-ID: AAI-1671
The EdgeRules for wan-port-config to service-instance should be "MANY2MANY".
Change-Id: Id76e8405d3ce9955d63280320807c4feffd58990
Signed-off-by: Keong Lim <keong.lim@huawei.com>
Diffstat (limited to 'aai-schema/src/main')
-rw-r--r-- | aai-schema/src/main/resources/onap/dbedgerules/v14/DbEdgeRules_ccvpn_v14.json | 2 |
1 files changed, 1 insertions, 1 deletions
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", |