summaryrefslogtreecommitdiffstats
path: root/tosca2heat/heat-translator/translator/tests/data/hot_output/hot_interface_on_compute.yaml
diff options
context:
space:
mode:
authorshangxdy <shang.xiaodong@zte.com.cn>2016-09-12 15:18:46 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-09-12 15:18:46 +0000
commit164b3a8c65b4b9c8d8108a72ec63a0dedabee190 (patch)
tree08f4b5d4dd28fe63716eebac4dbafa244b49c3af /tosca2heat/heat-translator/translator/tests/data/hot_output/hot_interface_on_compute.yaml
parent77a4e2bc3774ba556175253528da139fd28489d5 (diff)
parent708b2e982476a55e7f9b8b3e2f0cc0daa5dc78a5 (diff)
Merge "Add signal_transport in software deployment resource" into stable/colorado
Diffstat (limited to 'tosca2heat/heat-translator/translator/tests/data/hot_output/hot_interface_on_compute.yaml')
-rw-r--r--tosca2heat/heat-translator/translator/tests/data/hot_output/hot_interface_on_compute.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/tosca2heat/heat-translator/translator/tests/data/hot_output/hot_interface_on_compute.yaml b/tosca2heat/heat-translator/translator/tests/data/hot_output/hot_interface_on_compute.yaml
index 692e701..f085b9d 100644
--- a/tosca2heat/heat-translator/translator/tests/data/hot_output/hot_interface_on_compute.yaml
+++ b/tosca2heat/heat-translator/translator/tests/data/hot_output/hot_interface_on_compute.yaml
@@ -12,6 +12,7 @@ resources:
get_resource: softwarecomponent_depending_on_customcompute_install_create_config
server:
get_resource: server
+ signal_transport: HEAT_SIGNAL
depends_on:
- server_create_deploy
server:
@@ -42,4 +43,5 @@ resources:
install_path: /opt
server:
get_resource: server
+ signal_transport: HEAT_SIGNAL
outputs: {} \ No newline at end of file