summaryrefslogtreecommitdiff
path: root/heat/engine/resources/stack_resource.py
Commit message (Expand)AuthorAgeFilesLines
* Explicitly pass error kwarg in nested StackValidationFailedTobias Urdin2022-12-191-1/+1
* Merge "Workaround client race in legacy nested stack delete"Zuul2021-03-111-0/+30
|\
| * Workaround client race in legacy nested stack deleteZane Bitter2019-12-231-0/+30
* | Merge "Remove handling for client status races"Zuul2020-11-161-24/+0
|\ \
| * | Remove handling for client status racesZane Bitter2019-12-231-24/+0
| |/
* | Remove six and python 2.7 full supportHervé Beraud2020-04-231-2/+1
|/
* Pre-empt in-progress nested stack updates on new updateZane Bitter2019-10-291-1/+8
* Revert "Use OutputDefinition to generate attributes schema"Zane Bitter2018-11-281-2/+2
* Use OutputDefinition to generate attributes schemaZane Bitter2018-10-181-2/+2
* Ignore spurious nested stack locks in convergenceZane Bitter2018-08-301-4/+8
* Keep old files in file map for rolling updaterabi2018-05-111-1/+6
* Return nested parameters for resource group.Thomas Herve2018-02-261-0/+18
* Avoid always loading nested stack on updateZane Bitter2018-01-081-4/+8
* Use appropriate exception in StackResource.get_output()Zane Bitter2017-12-191-7/+8
* Avoid RPC call in TemplateResource.get_reference_id()Zane Bitter2017-11-271-3/+15
* Add converge flag in stack update for observing on realityricolin2017-08-071-1/+2
* Improve StackValidationFailed exceptionrabi2017-06-291-3/+13
* Remove deprecated functionshuangtianhua2017-05-271-7/+0
* Merge "Validate property values in nested stacks again"Jenkins2017-04-051-1/+5
|\
| * Validate property values in nested stacks againZane Bitter2017-03-311-1/+5
* | Merge "Only recreate CHECK FAILED resources in ResourceGroup"Jenkins2017-04-041-5/+15
|\ \ | |/ |/|
| * Only recreate CHECK FAILED resources in ResourceGroupJason Dunsmore2017-04-041-5/+15
* | Use exception_filter in RPC clientZane Bitter2017-03-271-3/+1
* | Remove log translationsliyi2017-03-251-4/+2
|/
* Pass on outputs errors to parent stacksZane Bitter2017-02-201-7/+15
* Just to migrate existing resource to backup stackhuangtianhua2017-02-101-1/+1
* Merge "Don't delete RawTemplate if it referenced by a stack"Jenkins2016-11-151-10/+8
|\
| * Don't delete RawTemplate if it referenced by a stackZane Bitter2016-09-211-10/+8
* | Do not throw an exception if stack outputs is not setAbhishek Chanda2016-11-111-1/+1
* | Use RPC to retrieve nested stack outputThomas Herve2016-10-111-5/+15
* | Avoid loading nested stacks in memory where possibleZane Bitter2016-10-111-32/+34
* | Break cycle between Resource and AttributesThomas Herve2016-09-271-1/+2
* | Don't use cast() to do StackResource deleteZane Bitter2016-09-211-2/+3
|/
* Handle outputs with an OutputDefinition classZane Bitter2016-09-091-6/+4
* Begin move of UpdateReplace back to its rightful locationZane Bitter2016-08-181-3/+3
* Catch NotSupported when cancelling a nested stackZane Bitter2016-08-091-8/+15
* Cancel nested stack creation when sibling failsZane Bitter2016-07-281-0/+3
* Use handle_update_cancel() to cancel nested stack updatesZane Bitter2016-07-281-14/+44
* Use exception_filter from oslo_utilsZane Bitter2016-07-191-3/+1
* Merge "Add context to stack lock function arguments"Jenkins2016-06-301-1/+2
|\
| * Add context to stack lock function argumentsSteve Baker2016-06-221-1/+2
* | Fix the definition of has_nested()Zane Bitter2016-06-021-4/+4
|/
* Fix nested identifier when not createdThomas Herve2016-05-301-0/+2
* Don't load nested stack to build the identifierSteve Baker2016-05-251-20/+12
* Avoid passing templates/files over RPCZane Bitter2016-05-161-9/+33
* Don't use two different names for the same flagZane Bitter2016-05-011-3/+2
* Make RPC call to abandon nested stackDrago Rosson2016-04-211-1/+6
* Revert "Enable abandon option to nested resource"Drago Rosson2016-04-211-1/+0
* Use a context manager to re-raise local exceptions in StackResourceZane Bitter2016-03-291-10/+14
* Merge "Use oslo.utils.reflection to extract class name"Jenkins2016-03-061-3/+5
|\