docs: fix issues
[parser.git] / tosca2heat / tosca-parser / toscaparser / tests / data / functions / test_get_attribute_illegal_host_in_outputs.yaml
1 tosca_definitions_version: tosca_simple_yaml_1_0
2
3 description: >
4   TOSCA template for testing get_attribute with HOST keyword.
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
15   outputs:
16     ip_address:
17       value: { get_attribute: [ HOST, private_address ] }