summaryrefslogtreecommitdiff
path: root/heatclient/common/template_utils.py
Commit message (Expand)AuthorAgeFilesLines
* Merge "Parse nested files if they are template"0.4.0Jenkins2015-04-011-25/+18
|\
| * Parse nested files if they are templateEthan Lynn2015-04-011-25/+18
* | Add options for setting and clearing of hooksTomas Sedovic2015-04-011-0/+2
|/
* Add option for heatclient to accept parameter value from fileRabi Mishra2015-03-301-27/+12
* Migrate to new oslo_xxx namespacetengqm2015-03-231-2/+2
* Add transtlation markers for error messagesTetiana Lashchova2014-12-101-8/+13
* Move to oslo.serializationSteven Hardy2014-11-101-1/+2
* Add support for multiple environment filesroot2014-08-191-0/+33
* Process provider templates for included filesSteve Baker2014-04-111-8/+19
* Merge "Resolve files in resource types"Jenkins2014-03-311-0/+19
|\
| * Resolve files in resource typesThomas Herve2014-03-251-0/+19
* | get_file: encode non utf-8 encoding files via base64JUNJIE NAN2014-03-251-6/+16
* | get_file: do not read same url once againJUNJIE NAN2014-03-251-5/+6
|/
* Remove dependent module py3kcompatllg82122014-03-181-10/+12
* Expand get_file using to template scopeJUNJIE NAN2014-02-251-1/+1
* Merge "Python3: fix bytes/str issues"Jenkins2014-02-241-0/+2
|\
| * Python3: fix bytes/str issuesCyril Roelandt2014-02-191-0/+2
* | Merge "get_file_contents: use six.itervalues() instead of dict.itervalues()"Jenkins2014-02-191-1/+1
|\ \ | |/ |/|
| * get_file_contents: use six.itervalues() instead of dict.itervalues()Cyril Roelandt2014-02-121-1/+1
* | normalise_file_path_to_url: use urlutils.pathname2urlCyril Roelandt2014-02-121-2/+1
|/
* Allow environment to not have resource_registryPaul Van Eck2014-02-051-0/+3
* Populate files with content from get_file function callsSteve Baker2014-02-031-27/+59
* Pass empty dict not None for empty environmentSteven Hardy2014-01-291-1/+1
* Refactor environment functions in preparation for get_fileSteve Baker2014-01-271-29/+38
* Improve and unit-test template contents fetchingSteve Baker2014-01-131-30/+29
* Move environment and template file functions to own moduleSteve Baker2014-01-131-0/+116