Remove unused versions define in template_format.py

Remove unused 'HEAT_VERSIONS' and 'CFN_VERSIONS' define in
template_format.py.

Change-Id: I32202662ff62bc3e57b3af73b4163d2378887901
This commit is contained in:
huangtianhua
2014-03-11 11:40:15 +08:00
parent aa30e4642a
commit 32e9932d64

View File

@@ -16,9 +16,6 @@
import json
import yaml
HEAT_VERSIONS = (u'2012-12-12',)
CFN_VERSIONS = (u'2010-09-09',)
if hasattr(yaml, 'CSafeLoader'):
yaml_loader = yaml.CSafeLoader
else: