summaryrefslogtreecommitdiff
path: root/heatclient/common/template_utils.py
Commit message (Expand)AuthorAgeFilesLines
* Remove sixTakashi Kajinami2022-05-091-8/+7
* Replace deprecated import of ABCs from collectionsTakashi Kajinami2021-12-161-3/+3
* Add files-container option for stack create and updaterabi2018-08-291-25/+37
* Modify error message encountered during stack updatePriyaDuggirala2017-10-271-2/+4
* Don't override sections in deep_updateThomas Herve2017-10-051-0/+3
* Replace six.iteritems() with .items()M V P Nitesh2017-03-311-2/+2
* Graduate to oslo.i18n and cleanup incubator usageChuck Short2016-11-081-1/+1
* handle empty sections in environment filesLars Kellogg-Stedman2016-10-071-0/+6
* Fix obscure error message when no template given to OSCPaul Breaux2016-05-011-5/+16
* Fix regression handling relative paths in environmentSteven Hardy2016-03-211-3/+3
* Merge "Changes to support server-side environment resolution"Jenkins2016-02-261-9/+76
|\
| * Changes to support server-side environment resolutionJay Dobies2016-02-161-9/+76
* | Ignore restricted_actions keyRabi Mishra2016-01-251-1/+1
|/
* Update template_utils to support object env'sDan Prince2016-01-141-7/+28
* OpenstackClient plugin for stack updateJason Dunsmore2016-01-141-3/+5
* OpenstackClient plugin for stack createBryan Jones2016-01-141-0/+38
* Update --template-object to support nested stacksDan Prince2016-01-081-8/+22
* Enable pep8 E126 testricolin2015-12-011-2/+1
* Use six.iteritems() instead of iter(XXX.items())dixiaoli2015-11-221-2/+2
* stack-update -x tolerate no templateSteven Hardy2015-09-161-1/+3
* Replace deprecated functionricolin2015-08-271-1/+1
* 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