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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user