diff options
author | huangtianhua <huangtianhua@huawei.com> | 2016-02-23 10:43:34 +0800 |
---|---|---|
committer | huangtianhua <huangtianhua@huawei.com> | 2016-05-25 17:02:45 +0800 |
commit | 1d6cc2d18e93e917e37222fbf10efacc0b7ba2a9 (patch) | |
tree | 354b08314dcf644a68edded2dc855a063d49b268 /setup.cfg | |
parent | 87f4bcfbcffdcae61ff33adce55bf903a968a405 (diff) | |
download | heat-1d6cc2d18e93e917e37222fbf10efacc0b7ba2a9.tar.gz |
Provides 'equals' intrinsic function
Provides condition function 'equals' for hot template,
'Fn::Equals' for HeatTemplate, which versions
are 2016-10-14.
Change-Id: Ib0ffa76e6c562dfbddca5f9dce807f2c6ea3eb82
Blueprint: support-conditions-function
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -145,6 +145,7 @@ heat.templates = heat_template_version.2016-04-08 = heat.engine.hot.template:HOTemplate20160408 heat_template_version.2016-10-14 = heat.engine.hot.template:HOTemplate20161014 HeatTemplateFormatVersion.2012-12-12 = heat.engine.cfn.template:HeatTemplate + HeatTemplateFormatVersion.2016-10-14 = heat.engine.cfn.template:HeatTemplate20161014 AWSTemplateFormatVersion.2010-09-09 = heat.engine.cfn.template:CfnTemplate # These are for backwards compat with Icehouse notification_driver configuration values |