summaryrefslogtreecommitdiff
path: root/heat/engine/hot
Commit message (Expand)AuthorAgeFilesLines
* Allow multiple lists for list_join intrinsic functionsSteven Hardy2015-06-262-1/+43
* Fix docstring error for Join functionsSteven Hardy2015-06-261-1/+1
* HOT version 2015-10-15, remove Fn::SelectSteven Hardy2015-06-261-0/+27
* Update the rest of the code to satisfy flake8 in a py34 envSirushti Murugesan2015-04-241-1/+2
* Use six.iterkeys(x) instead of x.keys()Tetiana Lashchova2015-04-232-2/+2
* Use six.itervalues(x) instead of x.values()Tetiana Lashchova2015-04-211-2/+3
* Merge "Improve StackValidationFailed response in outputs"Jenkins2015-04-201-1/+3
|\
| * Improve StackValidationFailed response in outputsPeter Razumovsky2015-04-101-1/+3
* | Merge "Improve StackValidationFailed response in properties"Jenkins2015-04-201-7/+12
|\ \ | |/
| * Improve StackValidationFailed response in propertiesPeter Razumovsky2015-04-101-7/+12
* | Don't re-bind environment for get_file during stack updateZane Bitter2015-04-161-1/+6
|/
* Add Digest intrinsic functionAnderson Mesquita2015-03-122-0/+43
* Merge "Add resource_definitions check to Stack.validate"Jenkins2015-03-021-59/+57
|\
| * Add resource_definitions check to Stack.validatePeter Razumovsky2015-02-271-59/+57
* | Merge ""repeat" function for HOT templates"Jenkins2015-03-012-0/+95
|\ \ | |/ |/|
| * "repeat" function for HOT templatesMiguel Grinberg2015-02-272-0/+95
* | Enable H904 style checking rulePavlo Shchelokovskyy2015-01-201-4/+7
|/
* Enable H305 and H307 style checksPavlo Shchelokovskyy2015-01-202-0/+2
* Enable E265 style checkPavlo Shchelokovskyy2015-01-051-1/+1
* Added pseudo param OS::project_idJUNJIE NAN2014-12-221-2/+7
* Add "parameter_defaults" to the environmentAngus Salkeld2014-12-151-6/+10
* Consider invalid keywords a template validation errorMiguel Grinberg2014-11-281-0/+3
* Merge "Moving translate same logic in different method"Jenkins2014-11-271-47/+33
|\
| * Moving translate same logic in different methodSergey Kraynev2014-11-211-47/+33
* | Merge "Correct error msg when resource or output are empty"Jenkins2014-11-211-16/+33
|\ \ | |/
| * Correct error msg when resource or output are emptyPeter Razumovsky2014-11-201-16/+33
* | Fix kwargs going into ResourceDefinitionAngus Salkeld2014-11-201-5/+8
|/
* Using six.string_types for python3 compatibleEthan Lynn2014-11-032-8/+11
* Adding missed whitespace between the wordsSergey Kraynev2014-10-281-1/+1
* Remove vim headersOleksii Chuprykov2014-10-161-1/+0
* Remove deprecated function i18n.install('heat')Ethan Lynn2014-10-132-0/+2
* Handle error in templates with incorrect resourcesSergey Kraynev2014-10-101-1/+4
* Switch heat engine to oslo.i18nEthan Lynn2014-09-161-1/+1
* Convert functions into a fixed part of the templateAngus Salkeld2014-09-112-51/+49
* replace dict.iteritems() with six.iteritems(dict)Christian Berendt2014-08-061-5/+6
* Allow Resources to select paths from attributesZane Bitter2014-07-291-3/+29
* Reusing PARAMETER_CONSTRAINTS valueSergey Kraynev2014-07-281-11/+10
* Merge "Refactor selecting values from an attribute"Jenkins2014-07-281-16/+2
|\
| * Refactor selecting values from an attributeZane Bitter2014-07-151-16/+2
* | Merge "Create a new revision of HOT for Juno"Jenkins2014-07-241-1/+36
|\ \ | |/
| * Create a new revision of HOT for JunoZane Bitter2014-07-151-1/+36
* | Merge "Fix serialization of InvalidSchemaError"Jenkins2014-07-221-5/+6
|\ \
| * | Fix serialization of InvalidSchemaErrorThomas Herve2014-07-211-5/+6
* | | Fix updating from an empty stackAngus Salkeld2014-07-171-1/+2
|/ /
* | Make sure we can create an empty templateAngus Salkeld2014-07-141-2/+5
|/
* Remove unused 'VERSIONS' definitionhuangtianhua2014-07-091-2/+0
* Merge "Change template loading to use stevedore extensions"Jenkins2014-07-071-6/+0
|\
| * Change template loading to use stevedore extensionsAngus Salkeld2014-06-301-6/+0
* | HOT intrinisic function list_join like Fn::JoinSteve Baker2014-07-041-0/+15
|/
* Don't rely on setdefault returning a valueThomas Herve2014-06-241-1/+2