summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorAngus Salkeld <asalkeld@mirantis.com>2014-09-09 11:13:43 +1000
committerAngus Salkeld <asalkeld@mirantis.com>2014-09-11 12:52:06 +1000
commitb49f283a4dd2009f4a5baeb16bc6eb5a8ff69594 (patch)
treebd41bb5592596abff9b2bc6a4998930a6493cc81 /setup.cfg
parentb3cb23e5b33c99db5e80d639a56e7dec4ea27e65 (diff)
downloadheat-b49f283a4dd2009f4a5baeb16bc6eb5a8ff69594.tar.gz
Convert functions into a fixed part of the template
http://www.mail-archive.com/openstack-dev@lists.openstack.org/msg28987.html part of blueprint stevedore-plugins Change-Id: Iabfa077077fa2170f5da8e7752e05e00db91a692
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg6
1 files changed, 3 insertions, 3 deletions
diff --git a/setup.cfg b/setup.cfg
index 1db0ec2fd..7ffb952a1 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -62,9 +62,9 @@ heat.constraints =
heat.stack_lifecycle_plugins =
heat.templates =
- heat_template_version.2013-05-23 = heat.engine.hot.template:HOTemplate
- heat_template_version.2014-10-16 = heat.engine.hot.template:HOTemplate
- HeatTemplateFormatVersion.2012-12-12 = heat.engine.cfn.template:CfnTemplate
+ heat_template_version.2013-05-23 = heat.engine.hot.template:HOTemplate20130523
+ heat_template_version.2014-10-16 = heat.engine.hot.template:HOTemplate20141016
+ HeatTemplateFormatVersion.2012-12-12 = heat.engine.cfn.template:HeatTemplate
AWSTemplateFormatVersion.2010-09-09 = heat.engine.cfn.template:CfnTemplate
# These are for backwards compat with Icehouse notification_driver configuration values