Add database subsystem definition in the use case of
[parser.git] / tosca2heat / tosca-parser / toscaparser / tests / data / test_tosca_top_level_error2.yaml
1 tosca_definitions_version: tosca_simple_yaml_1_0
2
3 description: >
4   TOSCA simple profile with invalid top-level key: 'node_template'.
5
6 topology_template:
7
8   node_template:
9     server:
10       type: tosca.nodes.Compute
11