From fbf222c19e05e3d598b6c5abe0c14e52dbe9834f Mon Sep 17 00:00:00 2001 From: Harish Venkata Kajur Date: Wed, 9 Sep 2020 11:09:45 -0400 Subject: Reverting the schema service changes for transport ep We will be instead using the network-route Issue-ID: AAI-2920 Issue-ID: SO-3216 Change-Id: Ie2fab6bc4d2a0cf8db93b6e3623f49b73f4394b6 Signed-off-by: Harish Venkata Kajur --- .../onap/dbedgerules/v21/DbEdgeRules_ccvpn_v21.json | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'aai-schema/src/main/resources/onap/dbedgerules/v21') 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 475abbe..883c6ef 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 @@ -544,18 +544,6 @@ "prevent-delete": "NONE", "default": "true", "description":"For MDONS usecase" - }, - { - "from": "endpoint", - "to": "p-interface", - "label": "tosca.relationships.network.LinksTo", - "direction": "OUT", - "multiplicity": "ONE2ONE", - "contains-other-v": "NONE", - "delete-other-v": "NONE", - "prevent-delete": "NONE", - "default": "true", - "description":"For CCVPN Transport Slicing usecase" - } + } ] } -- cgit 1.2.3-korg