From 99368c87bb2e4a93905759dcfc36046243062fd7 Mon Sep 17 00:00:00 2001 From: shangxdy Date: Mon, 27 Feb 2017 01:19:10 +0800 Subject: Add ip output in compute node After sync the latest heat-translator code from upstream, there is not ip output in compute node, it's necessary to add. JIRA:PARSER-121 Change-Id: Idb0126f9d2bcb6100be6083e2a661cc1cdbe0f27 Signed-off-by: shangxdy --- .../storage/hot_blockstorage_with_attachment_notation1_alt2.yaml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'tosca2heat/heat-translator/translator/tests/data/hot_output/storage/hot_blockstorage_with_attachment_notation1_alt2.yaml') diff --git a/tosca2heat/heat-translator/translator/tests/data/hot_output/storage/hot_blockstorage_with_attachment_notation1_alt2.yaml b/tosca2heat/heat-translator/translator/tests/data/hot_output/storage/hot_blockstorage_with_attachment_notation1_alt2.yaml index 9114e12..487501d 100644 --- a/tosca2heat/heat-translator/translator/tests/data/hot_output/storage/hot_blockstorage_with_attachment_notation1_alt2.yaml +++ b/tosca2heat/heat-translator/translator/tests/data/hot_output/storage/hot_blockstorage_with_attachment_notation1_alt2.yaml @@ -77,17 +77,13 @@ outputs: value: get_attr: - my_web_app_tier_1 - - networks - - private - - 0 + - first_address private_ip_2: description: The private IP address of the applications second tier. value: get_attr: - my_web_app_tier_2 - - networks - - private - - 0 + - first_address volume_id: description: The volume id of the block storage instance. value: -- cgit 1.2.3-korg