93a82aff7e37e2486806de100eefdee19280acf6
[sdc/sdc-distribution-client.git] /
1 tosca_definitions_version: tosca_simple_yaml_1_0
2
3 description: >
4   Compute node type with a parameter for the get property with host test
5
6 node_types:
7   tosca.nodes.ComputeWithProp:
8     derived_from: tosca.nodes.Compute
9     properties:
10       test:
11         required: false
12         type: integer
13