summaryrefslogtreecommitdiff
path: root/heat/tests/test_template.py
Commit message (Expand)AuthorAgeFilesLines
* Merge "Remove deprecated functions"Jenkins2017-05-311-0/+3
|\
| * Remove deprecated functionshuangtianhua2017-05-271-0/+3
* | Using fixtures instead of deprecated mockpatch moduleLuong Anh Tuan2017-05-291-2/+1
|/
* Merge "Use a StackDefinition to store the stack definition"Jenkins2017-04-051-1/+1
|\
| * Use a StackDefinition to store the stack definitionZane Bitter2017-02-241-1/+1
* | Merge "Separate management of parent resource into separate class"Jenkins2017-03-301-9/+21
|\ \ | |/
| * Separate management of parent resource into separate classZane Bitter2017-02-241-9/+21
* | Add new HOT version for Pike releaseZane Bitter2017-03-141-1/+2
|/
* Move CFN pseudo functions out of Parameters base classJason Dunsmore2017-01-271-2/+2
* Add a new HOT template version for Ocataricolin2016-09-221-1/+1
* Allows condition name using boolean or functionhuangtianhua2016-09-121-1/+35
* Allow referencing conditions by nameZane Bitter2016-09-121-9/+59
* Refactor boolean condition functionsZane Bitter2016-09-121-22/+16
* Create a public Conditions class APIZane Bitter2016-09-121-14/+8
* Raise StackValidationFailed instead of InvalidCondition*Zane Bitter2016-09-121-23/+21
* Handle outputs with an OutputDefinition classZane Bitter2016-09-091-6/+4
* Merge "Allow reference conditions by name"Jenkins2016-09-071-2/+2
|\
| * Allow reference conditions by namehuangtianhua2016-09-061-2/+2
* | Lazy-load outputsZane Bitter2016-09-061-6/+3
|/
* Get rid of Template.validate_condition_definitions()Zane Bitter2016-09-051-7/+4
* Evaluate resource conditions in-placeZane Bitter2016-09-051-7/+7
* Deprecate Template.validate_resource_definitions()Zane Bitter2016-09-011-3/+0
* Provide 'or' functionhuangtianhua2016-08-291-0/+63
* Merge "Provide 'and' function"Jenkins2016-08-291-0/+67
|\
| * Provide 'and' functionhuangtianhua2016-08-261-0/+67
* | Merge "Provides 'not' condition function"Jenkins2016-08-291-0/+49
|\ \ | |/
| * Provides 'not' condition functionhuangtianhua2016-08-251-0/+49
* | Merge "Provides 'if' intrinsic function"Jenkins2016-08-261-3/+6
|\ \ | |/
| * Provides 'if' intrinsic functionhuangtianhua2016-08-251-3/+6
* | Add 'resources' to error msg path if res' condition invalidhuangtianhua2016-08-251-7/+7
|/
* Support condition for outputhuangtianhua2016-08-251-0/+27
* Support condition for resourcehuangtianhua2016-08-241-2/+42
* Add validating of section 'conditions'huangtianhua2016-08-151-0/+68
* Support 'conditions' section for templateshuangtianhua2016-08-031-21/+25
* Merge "Improve validation during template.parse"Jenkins2016-07-081-29/+32
|\
| * Improve validation during template.parseOleksii Chuprykov2016-07-061-29/+32
* | Add default release names for template versionsJason Dunsmore2016-06-281-1/+1
* | Decouple hot and cfn for outputshuangtianhua2016-06-241-0/+66
|/
* Get rid of gratuitous use of six.iterkeys()Zane Bitter2016-06-071-4/+3
* Merge "Provides 'equals' intrinsic function"Jenkins2016-05-251-1/+43
|\
| * Provides 'equals' intrinsic functionhuangtianhua2016-05-251-1/+43
* | Convergence: show parameters while deleting stackAnant Patil2016-05-201-0/+20
|/
* Add a new HOT template version for Newtonhuangtianhua2016-03-241-1/+2
* remove the mutable default arguments "[]" or "{}"Javeme2015-12-161-1/+2
* Don't force Fn::Select index to integerThomas Herve2015-11-201-1/+6
* Change namespace for Nova resources and testsricolin2015-11-181-2/+1
* Change assertTrue(isinstance()) by optimal assertBertrand Lallau2015-11-021-1/+1
* Implement new map_merge intrinsic functionDan Prince2015-10-211-1/+1
* Some lambda were replaced on defDmitry Tyurnikov2015-09-231-1/+4
* Make ResourceDefinition round-trip stable to avoid extra writesZane Bitter2015-09-111-0/+2