From 21123ef5d06a5e1e5e1a7eca831c8cd23affd433 Mon Sep 17 00:00:00 2001 From: spzala Date: Tue, 3 Feb 2015 08:03:28 -0800 Subject: [PATCH] Update TOSCA compute requirement The relationship type should be at the same level as main requirement. Change-Id: Ie2698ff5f1a5316be83f774f314a38d8752bec34 --- translator/toscalib/elements/TOSCA_definition.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/translator/toscalib/elements/TOSCA_definition.yaml b/translator/toscalib/elements/TOSCA_definition.yaml index e2650f9..1449fb1 100644 --- a/translator/toscalib/elements/TOSCA_definition.yaml +++ b/translator/toscalib/elements/TOSCA_definition.yaml @@ -88,7 +88,7 @@ tosca.nodes.Compute: type: tosca.capabilities.Container requirements: - attachment: tosca.nodes.BlockStorage - - type: AttachTo + type: AttachTo tosca.nodes.SoftwareComponent: derived_from: tosca.nodes.Root