From 1dcbd56c897602f15f6659e113fd4c8011227fc2 Mon Sep 17 00:00:00 2001 From: aribeiro Date: Fri, 13 Mar 2020 09:37:47 +0000 Subject: Remove duplicated data type Issue-ID: SDC-2826 Signed-off-by: aribeiro Change-Id: I6cb4ecd9b6e479363158c6bcb1b0f1f1f52528e1 --- asdctool/src/main/resources/config/dataTypes.yml | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'asdctool/src/main') diff --git a/asdctool/src/main/resources/config/dataTypes.yml b/asdctool/src/main/resources/config/dataTypes.yml index 43c7f0c844..43fd05a348 100644 --- a/asdctool/src/main/resources/config/dataTypes.yml +++ b/asdctool/src/main/resources/config/dataTypes.yml @@ -663,22 +663,6 @@ org.openecomp.datatypes.heat.contrailV2.network.rule.ActionList: status: SUPPORTED entry_schema: type: string -org.openecomp.datatypes.heat.contrailV2.network.rule.ActionList: - derived_from: tosca.datatypes.Root - description: Action List - properties: - network_policy_entries_policy_rule_action_list_simple_action: - type: string - description: Simple Action - required: false - status: SUPPORTED - network_policy_entries_policy_rule_action_list_apply_service: - type: list - description: Apply Service - required: false - status: SUPPORTED - entry_schema: - type: string org.openecomp.datatypes.heat.contrailV2.network.rule.Rule: derived_from: tosca.datatypes.Root description: policy rule -- cgit 1.2.3-korg