summaryrefslogtreecommitdiffstats
path: root/tosca2heat/tosca-parser/toscaparser/tests/data/custom_types/compute_with_prop.yaml
blob: 93a82aff7e37e2486806de100eefdee19280acf6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
tosca_definitions_version: tosca_simple_yaml_1_0

description: >
  Compute node type with a parameter for the get property with host test

node_types:
  tosca.nodes.ComputeWithProp:
    derived_from: tosca.nodes.Compute
    properties:
      test:
        required: false
        type: integer