summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorSteven Hardy <shardy@redhat.com>2015-06-23 11:12:32 +0100
committerSteven Hardy <shardy@redhat.com>2015-06-26 10:21:50 +0100
commit0d99ede0464d4616bca642548b69f5fbc4ff7bd8 (patch)
treec34d901728e5ab052b42f357927f97113b9c6ea1 /setup.cfg
parentff30fed06bd4128dad213ede58e8550192e67655 (diff)
downloadheat-0d99ede0464d4616bca642548b69f5fbc4ff7bd8.tar.gz
HOT version 2015-10-15, remove Fn::Select
Bump the HOT version for the Liberty release, currently planned for 2015-10-15 [1] This is the same as 2015-04-30 other than the removal of the last remaining CFN compatible function, Fn::Select, which should now be replaced by path based attributes/parameters, e.g: {get_attr: [aResource, anAttribute, <list index>]} {get_param: [aListParam, <list index>]} [1] https://wiki.openstack.org/wiki/Liberty_Release_Schedule Change-Id: I10e5b12b84a6de01dd3f8a37a2d6cb644f319049
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 52320907b..8cc8bca1b 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -96,6 +96,7 @@ heat.templates =
heat_template_version.2013-05-23 = heat.engine.hot.template:HOTemplate20130523
heat_template_version.2014-10-16 = heat.engine.hot.template:HOTemplate20141016
heat_template_version.2015-04-30 = heat.engine.hot.template:HOTemplate20150430
+ heat_template_version.2015-10-15 = heat.engine.hot.template:HOTemplate20151015
HeatTemplateFormatVersion.2012-12-12 = heat.engine.cfn.template:HeatTemplate
AWSTemplateFormatVersion.2010-09-09 = heat.engine.cfn.template:CfnTemplate