Add the node type tosca.relationships.RoutesTo to TOSCA spec.
Change-Id: I1f5ffb89f943df8538a5698df286d573b2d073c3 Related-Bug: 1530996
This commit is contained in:
@@ -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 ]
|
||||
|
||||
Reference in New Issue
Block a user