summaryrefslogtreecommitdiffstats
path: root/tosca2heat/heat-translator/translator/tests/data/hot_output/hot_vRNC.yaml
diff options
context:
space:
mode:
authorshangxdy <shang.xiaodong@zte.com.cn>2016-09-22 15:38:17 +0800
committershangxdy <shang.xiaodong@zte.com.cn>2016-09-23 11:25:25 +0800
commit86f92e7761cb6a06d96fbeee984432ce90f8af65 (patch)
treed7cba7181478ad408ff95c0d3af6dd65ad1217cd /tosca2heat/heat-translator/translator/tests/data/hot_output/hot_vRNC.yaml
parentc5df8adbaf4eaa0005c372b242652cc6542df7c6 (diff)
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 <shang.xiaodong@zte.com.cn>
Diffstat (limited to 'tosca2heat/heat-translator/translator/tests/data/hot_output/hot_vRNC.yaml')
-rw-r--r--tosca2heat/heat-translator/translator/tests/data/hot_output/hot_vRNC.yaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/tosca2heat/heat-translator/translator/tests/data/hot_output/hot_vRNC.yaml b/tosca2heat/heat-translator/translator/tests/data/hot_output/hot_vRNC.yaml
index c669f19..4f9d562 100644
--- a/tosca2heat/heat-translator/translator/tests/data/hot_output/hot_vRNC.yaml
+++ b/tosca2heat/heat-translator/translator/tests/data/hot_output/hot_vRNC.yaml
@@ -491,25 +491,25 @@ outputs:
value:
get_attr:
- MM_Active_Host
- - networks
+ - first_address
private_ip_of_CM:
description: The private IP address of the CM.
value:
get_attr:
- CM_Active_Host
- - networks
+ - first_address
private_ip_of_DM:
description: The private IP address of the DM.
value:
get_attr:
- DM_Host
- - networks
+ - first_address
private_ip_of_LB:
description: The private IP address of the LB.
value:
get_attr:
- LB_Host
- - networks
+ - first_address