diff options
author | aribeiro <anderson.ribeiro@est.tech> | 2020-03-13 09:37:47 +0000 |
---|---|---|
committer | Ofir Sonsino <ofir.sonsino@intl.att.com> | 2020-03-15 17:03:13 +0000 |
commit | 1dcbd56c897602f15f6659e113fd4c8011227fc2 (patch) | |
tree | 09f865227d6e0c98994a53a18b91a36f33abaf1f /asdctool/src/main | |
parent | 76a64f2171e27ce33b38d693934ad95374194517 (diff) |
Remove duplicated data type
Issue-ID: SDC-2826
Signed-off-by: aribeiro <anderson.ribeiro@est.tech>
Change-Id: I6cb4ecd9b6e479363158c6bcb1b0f1f1f52528e1
Diffstat (limited to 'asdctool/src/main')
-rw-r--r-- | asdctool/src/main/resources/config/dataTypes.yml | 16 |
1 files changed, 0 insertions, 16 deletions
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 |