summaryrefslogtreecommitdiff
path: root/heat/tests/test_provider_template.py
Commit message (Expand)AuthorAgeFilesLines
* Merge "Workaround client race in legacy nested stack delete"Zuul2021-03-111-0/+5
|\
| * Workaround client race in legacy nested stack deleteZane Bitter2019-12-231-0/+5
* | Use unittest.mock instead of third party mockSean McGinnis2020-05-051-2/+1
* | Remove six and python 2.7 full supportHervé Beraud2020-04-231-6/+5
* | Replace git.openstack.org URLs with opendev.org URLszhulingjie2019-12-231-1/+1
|/
* Remove mox from test_provider_templaterabi2018-04-031-43/+25
* Don't load nested stack to get TemplateResource templateZane Bitter2018-01-191-3/+2
* Avoid always loading nested stack on updateZane Bitter2018-01-081-1/+2
* Improve StackValidationFailed exceptionrabi2017-06-291-2/+2
* Include template url in nested stack parse errorrabi2017-04-271-1/+2
* Pass on outputs errors to parent stacksZane Bitter2017-02-201-1/+1
* Use RPC to retrieve nested stack outputThomas Herve2016-10-111-8/+14
* Avoid loading nested stacks in memory where possibleZane Bitter2016-10-111-0/+4
* Don't use cast() to do StackResource deleteZane Bitter2016-09-211-1/+2
* Load template files only from their known sourceZane Bitter2016-01-181-1/+5
* Add a separate get_class_to_instantiate() method to EnvironmentZane Bitter2015-11-301-4/+0
* Fix HTTP error codes due to invalid templatesZane Bitter2015-11-201-6/+8
* Fix [H405] pep rule in heat/testsPeter Razumovsky2015-10-121-3/+3
* Don't pass defaults as parameters for TemplateResourceSteven Hardy2015-09-221-4/+5
* Fix validation failure for TemplateResourceRabi Mishra2015-09-041-0/+41
* Improve unit tests to succeed without hash tweakWang Muyu2015-08-191-3/+10
* Use base attributes with attribute_schema of classSergey Kraynev2015-08-041-62/+31
* Fix `DummyResource missing in provider` errorRabi Mishra2015-07-311-4/+11
* Merge "Correct stack identity when delete nested"Jenkins2015-07-291-1/+5
|\
| * Correct stack identity when delete nestedhuangtianhua2015-07-281-1/+5
* | Catch output error and re-raise them in nested stacksAngus Salkeld2015-07-271-1/+58
|/
* Use the default when creating schema from a templateAngus Salkeld2015-07-061-3/+4
* wrong argument order for assertEqual in testRico Lin2015-06-251-1/+1
* Merge "Missing template file on update fails silently"Jenkins2015-06-181-0/+48
|\
| * Missing template file on update fails silentlyRico Lin2015-06-181-0/+48
* | Move registration of GenericResource to HeatTestSergey Kraynev2015-06-151-4/+2
|/
* Retain references to stacks in all unit testsZane Bitter2015-05-141-5/+6
* Fix wrong type of exception raisedtyagi2015-04-221-1/+1
* Show deprecated warnings when import parserEthan Lynn2015-04-141-22/+23
* Store Resources before they are createdZane Bitter2015-03-191-0/+1
* StackResource convert operations to use RPCAngus Salkeld2015-03-181-4/+12
* Pass the environment into the Template class and not StackAngus Salkeld2015-03-181-24/+24
* Make sure template resource's metadata is refreshedAngus Salkeld2015-02-121-0/+34
* Pass the resource name into get_resource_info()Angus Salkeld2015-02-121-0/+70
* Enable H904 style checking rulePavlo Shchelokovskyy2015-01-201-10/+15
* Enable H305 and H307 style checksPavlo Shchelokovskyy2015-01-201-1/+1
* Move template resource tests to functionalAngus Salkeld2015-01-121-408/+0
* Merge "Add some crud tests to nested stacks"Jenkins2015-01-101-0/+67
|\
| * Add some crud tests to nested stacksAngus Salkeld2015-01-081-0/+67
* | Merge "Enable E265 style check"Jenkins2015-01-081-1/+1
|\ \ | |/ |/|
| * Enable E265 style checkPavlo Shchelokovskyy2015-01-051-1/+1
* | Add missing template resource member list testAngus Salkeld2015-01-081-0/+8
|/
* Always update nested stacksZane Bitter2014-12-121-13/+6
* Small re-factoring in template_resourceSergey Kraynev2014-12-101-1/+2
* Handle error with non existing template fileSergey Kraynev2014-12-101-5/+6