Code Review
/
sdc
/
sdc-distribution-client.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
34874336a8e12297860cb969d948aac3fba54044
[sdc/sdc-distribution-client.git]
/
1
tosca_definitions_version: tosca_simple_yaml_1_0
2
3
description: Compute node type with a list attribute
4
5
node_types:
6
tosca.nodes.ComputeWithAttrList:
7
derived_from: tosca.nodes.Compute
8
attributes:
9
attr_list:
10
type: map
11
entry_schema:
12
type: string
13