Add the node type tosca.relationships.RoutesTo to TOSCA spec.

Change-Id: I1f5ffb89f943df8538a5698df286d573b2d073c3
Related-Bug: 1530996
This commit is contained in:
Miguel Caballer
2016-02-03 16:37:15 +01:00
parent 7b7f7c4f87
commit 79d04834e9

View File

@@ -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 ]