From fee368fe8b658496968f4cdb5024b56217248402 Mon Sep 17 00:00:00 2001 From: MichaelMorris Date: Mon, 7 Dec 2020 11:15:51 +0000 Subject: 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 Issue-ID: SDC-3398 Change-Id: Ie97d2f8da6793db9a7f510e4aee856837967e963 --- .../import/tosca/interface-lifecycle-types/interfaceLifecycleTypes.yml | 1 - 1 file changed, 1 deletion(-) (limited to 'catalog-be') 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: -- cgit 1.2.3-korg