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:
parent
5cd7a547a4
commit
a7dd2bb0e4
@ -41,8 +41,6 @@ class HOTemplate(template.Template):
|
|||||||
|
|
||||||
SECTIONS_NO_DIRECT_ACCESS = set([PARAMETERS, VERSION])
|
SECTIONS_NO_DIRECT_ACCESS = set([PARAMETERS, VERSION])
|
||||||
|
|
||||||
VERSIONS = ('2013-05-23',)
|
|
||||||
|
|
||||||
_CFN_TO_HOT_SECTIONS = {cfn_template.CfnTemplate.VERSION: VERSION,
|
_CFN_TO_HOT_SECTIONS = {cfn_template.CfnTemplate.VERSION: VERSION,
|
||||||
cfn_template.CfnTemplate.DESCRIPTION: DESCRIPTION,
|
cfn_template.CfnTemplate.DESCRIPTION: DESCRIPTION,
|
||||||
cfn_template.CfnTemplate.PARAMETERS: PARAMETERS,
|
cfn_template.CfnTemplate.PARAMETERS: PARAMETERS,
|
||||||
|
Loading…
Reference in New Issue
Block a user