Add database subsystem definition in the use case of
[parser.git] / tosca2heat / tosca-parser / toscaparser / tests / data / test_invalid_template_version.yaml
1 tosca_definitions_version: tosca_xyz
2
3 description: >
4     Test template with an invalid template version.
5
6 topology_template:
7   node_templates:
8     server:
9       type: tosca.nodes.Compute
10       capabilities:
11         host:
12           properties:
13             num_cpus: 2
14