summaryrefslogtreecommitdiffstats
path: root/tosca2heat/tosca-parser/toscaparser/tests/data/topology_template/queuingsubsystem.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'tosca2heat/tosca-parser/toscaparser/tests/data/topology_template/queuingsubsystem.yaml')
-rw-r--r--tosca2heat/tosca-parser/toscaparser/tests/data/topology_template/queuingsubsystem.yaml9
1 files changed, 0 insertions, 9 deletions
diff --git a/tosca2heat/tosca-parser/toscaparser/tests/data/topology_template/queuingsubsystem.yaml b/tosca2heat/tosca-parser/toscaparser/tests/data/topology_template/queuingsubsystem.yaml
index 8c4cc76..578aa4a 100644
--- a/tosca2heat/tosca-parser/toscaparser/tests/data/topology_template/queuingsubsystem.yaml
+++ b/tosca2heat/tosca-parser/toscaparser/tests/data/topology_template/queuingsubsystem.yaml
@@ -61,10 +61,6 @@ topology_template:
version: 14.04
outputs:
-# receiver_ip:
-# description: private IP address of the message receiver application
-# value: { get_attribute: [ server, private_address ] }
-
server_ip:
description: server_ip of the message receiver application
value: { get_input: server_ip }
@@ -73,11 +69,6 @@ topology_template:
description: server_port of the message receiver application
value: { get_input: server_port }
-# It seems current _process_intrisic_function can not handle more than 2 arguments, save it for later
-# receiver_port:
-# description: Port of the message receiver endpoint
-# value: { get_attribute: [ app, data_endpoint, port_name ] }
-
groups:
tran_server_group:
members: [ tran_app, server ]