diff options
author | MichaelMorris <michael.morris@est.tech> | 2020-12-07 11:15:51 +0000 |
---|---|---|
committer | Christophe Closset <christophe.closset@intl.att.com> | 2020-12-14 09:22:30 +0000 |
commit | fee368fe8b658496968f4cdb5024b56217248402 (patch) | |
tree | 2081fd39441059721fd512f699109277387ca78c | |
parent | 4ef4aa9051ea37b6de49811108319a005fbacb72 (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
-rw-r--r-- | catalog-be/src/main/resources/import/tosca/interface-lifecycle-types/interfaceLifecycleTypes.yml | 1 |
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: |