From 79d04834e93a3c838b82cae88f99f5fea57ac2f1 Mon Sep 17 00:00:00 2001 From: Miguel Caballer Date: Wed, 3 Feb 2016 16:37:15 +0100 Subject: [PATCH] Add the node type tosca.relationships.RoutesTo to TOSCA spec. Change-Id: I1f5ffb89f943df8538a5698df286d573b2d073c3 Related-Bug: 1530996 --- toscaparser/elements/TOSCA_definition_1_0.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/toscaparser/elements/TOSCA_definition_1_0.yaml b/toscaparser/elements/TOSCA_definition_1_0.yaml index 4f7f48d..10b9a06 100644 --- a/toscaparser/elements/TOSCA_definition_1_0.yaml +++ b/toscaparser/elements/TOSCA_definition_1_0.yaml @@ -391,6 +391,10 @@ tosca.relationships.AttachesTo: required: false type: string +tosca.relationships.RoutesTo: + derived_from: tosca.relationships.ConnectsTo + valid_target_types: [ tosca.capabilities.Endpoint ] + tosca.relationships.network.LinksTo: derived_from: tosca.relationships.DependsOn valid_target_types: [ tosca.capabilities.network.Linkable ]