Remove unused 'VERSIONS' definition

After making template formats pluggable in patch
5709e08f33, the 'VERSIONS' is
unused in /hot/template.py, we should remove it.

Change-Id: Icfdc0ccd7159bd521d9fa1f5e62a8a757e12bbe7
This commit is contained in:
huangtianhua 2014-07-09 16:18:20 +08:00 committed by Sergey Kraynev
parent 5cd7a547a4
commit a7dd2bb0e4

View File

@ -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,