From 25f5fcf39276a4658179aa8a6477cb92a65a2a0d Mon Sep 17 00:00:00 2001 From: shangxdy Date: Thu, 8 Sep 2016 00:30:24 +0800 Subject: Emergence merged for unit test. Reversed merged caused the unit test error, i think this is the ci system's bug. Change-Id: I6d29f7f11cc0a78c695f179aa30c93545a575584 Signed-off-by: shangxdy (cherry picked from commit 23f466831a8284433609e9f770737830d0b448bf) --- .../translator/tests/data/hot_output/hot_vRNC.yaml | 8 -------- 1 file changed, 8 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 26864a6..b8cc518 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 @@ -474,8 +474,6 @@ outputs: get_attr: - MM_Active_Host - networks - - private - - 0 private_ip_of_CM: description: The private IP address of the CM. @@ -483,8 +481,6 @@ outputs: get_attr: - CM_Active_Host - networks - - private - - 0 private_ip_of_DM: description: The private IP address of the DM. @@ -492,8 +488,6 @@ outputs: get_attr: - DM_Host - networks - - private - - 0 private_ip_of_LB: description: The private IP address of the LB. @@ -501,5 +495,3 @@ outputs: get_attr: - LB_Host - networks - - private - - 0 -- cgit 1.2.3-korg