From a7dd2bb0e47ce3b5be0d71428ea598b2dc6177a1 Mon Sep 17 00:00:00 2001 From: huangtianhua Date: Wed, 9 Jul 2014 16:18:20 +0800 Subject: [PATCH] Remove unused 'VERSIONS' definition After making template formats pluggable in patch 5709e08f33406cdd40b0b4e6fbd7fd2b8008976e, the 'VERSIONS' is unused in /hot/template.py, we should remove it. Change-Id: Icfdc0ccd7159bd521d9fa1f5e62a8a757e12bbe7 --- heat/engine/hot/template.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/heat/engine/hot/template.py b/heat/engine/hot/template.py index 327f0d12d..a28784a1f 100644 --- a/heat/engine/hot/template.py +++ b/heat/engine/hot/template.py @@ -41,8 +41,6 @@ class HOTemplate(template.Template): SECTIONS_NO_DIRECT_ACCESS = set([PARAMETERS, VERSION]) - VERSIONS = ('2013-05-23',) - _CFN_TO_HOT_SECTIONS = {cfn_template.CfnTemplate.VERSION: VERSION, cfn_template.CfnTemplate.DESCRIPTION: DESCRIPTION, cfn_template.CfnTemplate.PARAMETERS: PARAMETERS,