summaryrefslogtreecommitdiff
path: root/heat/engine/resource.py
Commit message (Expand)AuthorAgeFilesLines
* Generate placeholders for resource proxies before validationZane Bitter2017-04-051-4/+11
* Merge "Use a sentinel to indicate when all attributes are required"Jenkins2017-04-051-2/+6
|\
| * Use a sentinel to indicate when all attributes are requiredZane Bitter2017-02-241-2/+6
* | Merge "Add a StackDefinition class"Jenkins2017-04-031-1/+1
|\ \ | |/
| * Add a StackDefinition classZane Bitter2017-02-241-1/+1
* | Merge "Define resource actions/statuses in a separate class"Jenkins2017-03-311-13/+4
|\ \ | |/
| * Define resource actions/statuses in a separate classZane Bitter2017-02-241-13/+4
* | Use pydoc for formatting docstringsZane Bitter2017-03-281-0/+7
* | Remove log translationsliyi2017-03-251-32/+29
* | Merge "Add a node_data() method to Resource"Jenkins2017-03-231-0/+18
|\ \ | |/
| * Add a node_data() method to ResourceZane Bitter2017-02-241-0/+18
* | Merge "Add a NodeData class to roll up resource data"Jenkins2017-03-211-7/+8
|\ \ | |/
| * Add a NodeData class to roll up resource dataZane Bitter2017-02-241-7/+8
* | Merge "Still wait for hooks on failed resources"Jenkins2017-03-031-1/+1
|\ \
| * | Still wait for hooks on failed resourcesZane Bitter2017-02-171-1/+1
* | | Merge "Fix using parent_name for Properties"Jenkins2017-02-271-3/+15
|\ \ \ | |_|/ |/| |
| * | Fix using parent_name for PropertiesPeter Razumovsky2017-02-201-3/+15
| |/
* | Merge "Only reset current resource's attrs in state_set"Jenkins2017-02-221-1/+1
|\ \ | |/ |/|
| * Only reset current resource's attrs in state_setCrag Wolfe2017-02-081-1/+1
* | No need to check if resource not createdhuangtianhua2017-02-151-0/+7
* | Just to migrate existing resource to backup stackhuangtianhua2017-02-101-64/+37
* | Fix default parse_live_resource_dataPeter Razumovsky2017-02-071-1/+2
|/
* Don't try to store i18n messagesThomas Herve2017-01-271-2/+2
* Merge "De-duplicate properties_data between events, resources"Jenkins2017-01-251-14/+24
|\
| * De-duplicate properties_data between events, resourcesCrag Wolfe2017-01-241-14/+24
* | Improve resource.NoActionRequiredhuangtianhua2017-01-251-2/+7
|/
* Merge "Don't override _show_resource() for image"Jenkins2017-01-241-1/+1
|\
| * Don't override _show_resource() for imagehuangtianhua2017-01-231-1/+1
* | Merge "Always replace DELETE_COMPLETE resources on update"Jenkins2017-01-231-2/+1
|\ \
| * | Always replace DELETE_COMPLETE resources on updateZane Bitter2017-01-201-2/+1
* | | Merge "Don't look at convergence_engine conf option in Resource"Jenkins2017-01-231-2/+2
|\ \ \ | |/ / | | / | |/ |/|
| * Don't look at convergence_engine conf option in ResourceZane Bitter2017-01-201-2/+2
* | Don't load non-referenced resources from DBZane Bitter2017-01-161-2/+2
|/
* Fix validate_external()huangtianhua2017-01-131-6/+6
* Merge "To reset metadata for resources when mark unhealthy"Jenkins2017-01-061-0/+10
|\
| * To reset metadata for resources when mark unhealthyhuangtianhua2017-01-041-0/+10
* | Merge "Replace always if resource is in CHECK_FAILED"Jenkins2017-01-061-2/+4
|\ \
| * | Replace always if resource is in CHECK_FAILEDhuangtianhua2017-01-051-2/+4
| |/
* | Enable resource _show_resource with dict typeKanagaraj Manickam2017-01-051-1/+4
|/
* Use heat.engine.resource.UpdateReplacehuangtianhua2016-12-301-1/+1
* Merge "Don't validate rsrc properties with external_id"Jenkins2016-12-271-17/+18
|\
| * Don't validate rsrc properties with external_idrabi2016-12-211-17/+18
* | Merge "Avoid Forcing the Translation of Translatable Variables"Jenkins2016-12-221-10/+10
|\ \
| * | Avoid Forcing the Translation of Translatable VariablesLuong Anh Tuan2016-12-201-10/+10
| |/
* | Default implementation parse_live_resource_dataPeter Razumovsky2016-12-141-4/+15
|/
* Don't replace failed volume alwayshuangtianhua2016-12-091-3/+2
* Refactor _needs_update() for resourcehuangtianhua2016-11-241-4/+12
* Remove the Resource.parsed_template() methodZane Bitter2016-10-141-18/+0
* Keep same physical_resource_name in backup stackZane Bitter2016-10-111-1/+1
* Merge "Break cycle between Resource and Attributes"Jenkins2016-09-301-1/+15
|\