From 86f92e7761cb6a06d96fbeee984432ce90f8af65 Mon Sep 17 00:00:00 2001 From: shangxdy Date: Thu, 22 Sep 2016 15:38:17 +0800 Subject: Add ip output in compute translation As a template designer, I want to visit a server which is depleted by parser, So it's necessary to make the ip exposed. JIRA:PARSER-109 Change-Id: Idef0605d23df6af38b86e7a393a151b34828e511 Signed-off-by: shangxdy --- .../storage/hot_multiple_blockstorage_with_attachment_alt1.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tosca2heat/heat-translator/translator/tests/data/hot_output/storage/hot_multiple_blockstorage_with_attachment_alt1.yaml') diff --git a/tosca2heat/heat-translator/translator/tests/data/hot_output/storage/hot_multiple_blockstorage_with_attachment_alt1.yaml b/tosca2heat/heat-translator/translator/tests/data/hot_output/storage/hot_multiple_blockstorage_with_attachment_alt1.yaml index 5d72b01..dc5fad6 100644 --- a/tosca2heat/heat-translator/translator/tests/data/hot_output/storage/hot_multiple_blockstorage_with_attachment_alt1.yaml +++ b/tosca2heat/heat-translator/translator/tests/data/hot_output/storage/hot_multiple_blockstorage_with_attachment_alt1.yaml @@ -90,13 +90,13 @@ outputs: value: get_attr: - my_server - - networks + - first_address server_ip_2: description: The private IP address of the applications second server. value: get_attr: - my_server2 - - networks + - first_address volume_id_1: description: The volume id of the first block storage instance. value: -- cgit 1.2.3-korg