summaryrefslogtreecommitdiff
path: root/heat/tests/test_nested_stack.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-1/+2
* | Remove six and python 2.7 full supportHervé Beraud2020-04-231-3/+2
|/
* Don't use duplicate stack names in DB unit testsZane Bitter2019-03-061-1/+1
* Use StackDefinition in intrinsic functions for resolving dataZane Bitter2017-07-211-1/+1
* Include template url in nested stack parse errorrabi2017-04-271-1/+2
* Add a NodeData class to roll up resource dataZane Bitter2017-02-241-2/+3
* Just to migrate existing resource to backup stackhuangtianhua2017-02-101-2/+2
* Use RPC to retrieve nested stack outputThomas Herve2016-10-111-1/+9
* Avoid loading nested stacks in memory where possibleZane Bitter2016-10-111-3/+4
* Don't use cast() to do StackResource deleteZane Bitter2016-09-211-1/+1
* Use yaml.safe_load() instead of yaml.load()Bo Wang2016-02-161-1/+1
* Convergence: Fix FnGetAtt to fetch value from cache_dataRakesh H S2016-01-201-0/+17
* Convergence: Fix to use cache_data for FnGetRefId (1)Rakesh H S2015-09-301-0/+21
* Add resource.root_stack_id columnSteve Baker2015-09-221-10/+6
* Correct stack identity when delete nestedhuangtianhua2015-07-281-2/+3
* Switch total_resources to use stack_count_total_resourcesSteve Baker2015-06-021-3/+18
* Retain references to stacks in all unit testsZane Bitter2015-05-141-4/+4
* Show deprecated warnings when import parserEthan Lynn2015-04-141-15/+17
* Store Resources before they are createdZane Bitter2015-03-191-0/+1
* StackResource convert operations to use RPCAngus Salkeld2015-03-181-5/+12
* Versioned objects - ResourceDataShaoHe Feng2015-03-121-3/+4
* Move AWS::CloudFormation::* resources to heat/engine/resources/aws/cfnhuangtianhua2015-03-041-1/+1
* Use mock instead of mox for test_nested_stack.pySergey Kraynev2015-02-271-59/+43
* Increase default for 'max_nested_stack_depth' to 5Sergey Kraynev2015-02-261-26/+17
* Change ResDataNestedStackTest to not use a nested stackAngus Salkeld2015-02-241-11/+7
* Use stack.validate() not stack.create() for limit testsAngus Salkeld2015-02-171-14/+19
* Move nested stack delete test to functionalAngus Salkeld2015-02-171-19/+0
* Move aws nested stack tests to functional testsAngus Salkeld2015-02-031-349/+0
* Add check_adopt_complete to the stack_resourceAngus Salkeld2015-02-021-1/+4
* Enable H904 style checking rulePavlo Shchelokovskyy2015-01-201-50/+56
* Enable H305 and H307 style checksPavlo Shchelokovskyy2015-01-201-2/+2
* Add some crud tests to nested stacksAngus Salkeld2015-01-081-0/+65
* Do static template validation for nested stackshuangtianhua2014-12-091-0/+2
* Make all assertEqual() calls conform to conventiontengqm2014-12-031-1/+1
* Don't import HeatTestCase directlyZhenguo Niu2014-10-221-2/+2
* Replace str() with six.text_type() where exception is usedEthan Lynn2014-07-291-1/+2
* Unit tests: always use ResourceDefinition for handle_update()Zane Bitter2014-06-161-12/+10
* Order imports in alphabetical order (9/9)Pavlo Shchelokovskyy2014-05-221-4/+4
* Merge "An IO optimised method for accessing resource data"Jenkins2014-04-291-1/+1
|\
| * An IO optimised method for accessing resource dataSteve Baker2014-04-281-1/+1
* | tests make dummy db setup/reset consistentSteven Hardy2014-04-281-1/+0
|/
* Tidy up urlfetch.py exception handlingLiang Chen2014-04-111-1/+2
* Merge "Make the first line of every file consistent."Jenkins2014-04-081-1/+1
|\
| * Make the first line of every file consistent.Jason Dunsmore2014-03-041-1/+1
* | Order imports in alphabetical order (8/9)Pavlo Shchelokovskyy2014-03-271-1/+1
|/
* Remove vim header from files.Jason Dunsmore2014-03-041-1/+0
* Add preview for NestedStackAnderson Mesquita2014-02-171-0/+38
* Merge ""version" section should be required in template"Jenkins2014-01-251-9/+9
|\