diff options
author | Angus Salkeld <asalkeld@mirantis.com> | 2014-09-09 11:13:43 +1000 |
---|---|---|
committer | Angus Salkeld <asalkeld@mirantis.com> | 2014-09-11 12:52:06 +1000 |
commit | b49f283a4dd2009f4a5baeb16bc6eb5a8ff69594 (patch) | |
tree | bd41bb5592596abff9b2bc6a4998930a6493cc81 /setup.cfg | |
parent | b3cb23e5b33c99db5e80d639a56e7dec4ea27e65 (diff) | |
download | heat-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.cfg | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |