aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-be/src/main/resources/import
diff options
context:
space:
mode:
authorMichaelMorris <michael.morris@est.tech>2020-12-07 11:15:51 +0000
committerChristophe Closset <christophe.closset@intl.att.com>2020-12-14 09:22:30 +0000
commitfee368fe8b658496968f4cdb5024b56217248402 (patch)
tree2081fd39441059721fd512f699109277387ca78c /catalog-be/src/main/resources/import
parent4ef4aa9051ea37b6de49811108319a005fbacb72 (diff)
Remove tosca.entity.Root from interface definition
No definition of type tosca.entity.Root is present meaning the derived from reference in tosca.interfaces.Root to tosca.entity.Root cannot be resolved. I cannot find any definition of tosca.entity.Root in the tosca spec so I am proposing to remove the "derived from" from this interface definition. This is consistent with tosca.nodes.root which does not contain the derived from even though in the tosca spec it is derived from tosca.entity.Root Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-3398 Change-Id: Ie97d2f8da6793db9a7f510e4aee856837967e963
Diffstat (limited to 'catalog-be/src/main/resources/import')
-rw-r--r--catalog-be/src/main/resources/import/tosca/interface-lifecycle-types/interfaceLifecycleTypes.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/catalog-be/src/main/resources/import/tosca/interface-lifecycle-types/interfaceLifecycleTypes.yml b/catalog-be/src/main/resources/import/tosca/interface-lifecycle-types/interfaceLifecycleTypes.yml
index 9cc6c8c3a8..611317457a 100644
--- a/catalog-be/src/main/resources/import/tosca/interface-lifecycle-types/interfaceLifecycleTypes.yml
+++ b/catalog-be/src/main/resources/import/tosca/interface-lifecycle-types/interfaceLifecycleTypes.yml
@@ -1,5 +1,4 @@
tosca.interfaces.Root:
- derived_from: tosca.entity.Root
description: The TOSCA root Interface Type all other TOSCA Interface Types derive from
tosca.interfaces.nfv.vnf.lifecycle.Nfv: