From 53652a220daff253b8e59b05528c40c034d50a8a Mon Sep 17 00:00:00 2001 From: shangxdy Date: Thu, 22 Sep 2016 15:55:10 +0800 Subject: Replace the hot template versoion of 2013-05-23 with 2014-10-16 Currently the translated hot version is 2013-05-23, but there some intrinsic function(such as get_attr) must be 2014-10-16 or higher in order to support more parameters. So it's necessary to update the hot template version. JIRA:PARSER-110 Change-Id: I72f7b36ba0ed32cb9e6f092c0be2dd0dea3d2572 Signed-off-by: shangxdy --- .../translator/tests/data/hot_output/hot_host_assignment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tosca2heat/heat-translator/translator/tests/data/hot_output/hot_host_assignment.yaml') diff --git a/tosca2heat/heat-translator/translator/tests/data/hot_output/hot_host_assignment.yaml b/tosca2heat/heat-translator/translator/tests/data/hot_output/hot_host_assignment.yaml index 8a031e2..85c5be4 100644 --- a/tosca2heat/heat-translator/translator/tests/data/hot_output/hot_host_assignment.yaml +++ b/tosca2heat/heat-translator/translator/tests/data/hot_output/hot_host_assignment.yaml @@ -1,4 +1,4 @@ -heat_template_version: 2013-05-23 +heat_template_version: 2014-10-16 description: > A template to test host assignment for translated hot resources. -- cgit 1.2.3-korg