summaryrefslogtreecommitdiff
path: root/heat/engine/stack.py
Commit message (Expand)AuthorAgeFilesLines
* Load existing resources using correct environmentZane Bitter2019-04-031-2/+13
* Fix SoftwareDeployment on DELETE actionEthan Lynn2019-03-221-5/+5
* Delete db resources not in templatequeens-em10.0.3rabi2019-01-211-1/+10
* Store resources convergence-style in stack check/suspend/resumeZane Bitter2018-10-151-0/+9
* Eliminate client races in legacy operations10.0.2Zane Bitter2018-08-201-13/+39
* Eliminate client race condition in convergence deleteZane Bitter2018-08-061-3/+7
* Delete snapshots using contemporary resourcesZane Bitter2018-08-061-14/+31
* Return nested parameters for resource group.Thomas Herve2018-02-281-0/+31
* Prioritise resource deletion over creationZane Bitter2018-02-081-2/+3
* Remove OS::Heat::HARestarterricolin2018-01-291-38/+0
* Merge "Define resource/output definition sections with constants"Zuul2018-01-081-7/+9
|\
| * Define resource/output definition sections with constantsZane Bitter2017-11-161-7/+9
* | Merge "Downgrade WARNING-level log"Zuul2018-01-041-7/+5
|\ \
| * | Downgrade WARNING-level logZane Bitter2017-11-031-7/+5
| |/
* | Merge "Remove unused variable"Zuul2017-12-131-1/+1
|\ \
| * | Remove unused variableBéla Vancsics2017-03-011-1/+1
* | | Ignore resources with non-existent templaterabi2017-11-281-1/+4
| |/ |/|
* | Merge "Eager load resource_properties_data in resource"Jenkins2017-10-131-1/+1
|\ \
| * | Eager load resource_properties_data in resourceCrag Wolfe2017-07-311-1/+1
* | | Use a namedtuple for convergence graph nodesZane Bitter2017-09-261-7/+16
* | | Remove the existing snapshots from the backendhuangtianhua2017-09-141-1/+2
* | | Merge "Show correct version of data in convergence resource list"Jenkins2017-08-291-1/+3
|\ \ \
| * | | Show correct version of data in convergence resource listZane Bitter2017-07-131-1/+3
* | | | Rollback stack with correct tagshuangtianhua2017-08-141-3/+6
* | | | Add converge flag in stack update for observing on realityricolin2017-08-071-2/+5
* | | | Only check service availability during validationZane Bitter2017-08-011-12/+4
| |/ / |/| |
* | | Remove obsolete cache_data from StackZane Bitter2017-07-211-18/+5
* | | Use StackDefinition in intrinsic functions for resolving dataZane Bitter2017-07-211-37/+48
* | | Get dep_attrs from StackDefinitionZane Bitter2017-07-211-12/+2
* | | Update StackDefinition resource data when getting outputsZane Bitter2017-07-211-0/+6
* | | Check for circular dependencies in template validationZane Bitter2017-07-211-14/+26
* | | Merge "Allow only validate external resource template"Jenkins2017-07-211-0/+1
|\ \ \
| * | | Allow only validate external resource templatericolin2017-07-201-0/+1
* | | | Use the stored property values of LaunchConfigZane Bitter2017-07-191-0/+8
* | | | Handle non-existent resources in list during updateZane Bitter2017-07-191-2/+2
| |/ / |/| |
* | | Don't load new copies of current resourcesZane Bitter2017-07-131-14/+21
* | | Merge "Improve StackValidationFailed exception"Jenkins2017-07-051-3/+2
|\ \ \ | |/ / |/| |
| * | Improve StackValidationFailed exceptionrabi2017-06-291-3/+2
* | | Merge "Filter out resources not in template when listing"Jenkins2017-06-281-5/+8
|\ \ \ | |/ / |/| |
| * | Filter out resources not in template when listingrabi2017-06-261-5/+8
* | | Merge "Fix snapshot delete in convergence"Jenkins2017-06-271-13/+8
|\ \ \ | |/ / |/| |
| * | Fix snapshot delete in convergenceThomas Herve2017-06-261-13/+8
* | | Merge "Fix restore with convergence"Jenkins2017-06-051-10/+14
|\ \ \
| * | | Fix restore with convergenceThomas Herve2017-05-171-10/+14
* | | | Merge "Get rid of timeutils.round_to_seconds()"Jenkins2017-05-241-6/+2
|\ \ \ \
| * | | | Get rid of timeutils.round_to_seconds()Zane Bitter2017-05-041-6/+2
* | | | | Use six.text_type() instead of str() to serialise statusZane Bitter2017-05-221-3/+3
* | | | | Merge "Deal correctly with negative elapsed time"Jenkins2017-05-171-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Deal correctly with negative elapsed timeZane Bitter2017-05-041-1/+1
* | | | | Merge "Yield to other greenthreads during validation"Jenkins2017-05-171-0/+1
|\ \ \ \ \ | |_|/ / / |/| | | |