diff options
Diffstat (limited to 'tosca2heat')
-rw-r--r-- | tosca2heat/heat-translator/translator/tests/data/hot_output/hot_vRNC.yaml | 8 |
1 files changed, 0 insertions, 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 |