summaryrefslogtreecommitdiff
path: root/heat/engine/resources/resource_group.py
Commit message (Expand)AuthorAgeFilesLines
* Move heat resourceshuangtianhua2015-03-061-336/+0
* Add ability to pass 0, "", {} or [] as a parameterAngus Salkeld2015-02-251-1/+2
* Support path attributes in OS::Heat::AutoScalingGroupTetiana Lashchova2015-02-061-25/+7
* Add check_adopt_complete to the stack_resourceAngus Salkeld2015-02-021-11/+0
* Enable H904 style checking rulePavlo Shchelokovskyy2015-01-201-12/+12
* Enable H305 and H307 style checksPavlo Shchelokovskyy2015-01-201-0/+1
* Account for nested stack validation in ResourceGroupRandall Burt2015-01-121-16/+7
* Clarify "attributes" support status for ResourceGroupSteven Hardy2015-01-061-1/+3
* Fix SoftwareDeployments validationSteven Hardy2014-12-191-1/+4
* Disable nested validation for ResourceGroup with zero countSteven Hardy2014-12-191-1/+5
* Handle error with non existing template fileSergey Kraynev2014-12-101-1/+5
* ResourceGroup allow update of resource_defSteven Hardy2014-12-021-1/+2
* Make ResourceGroup updates update nested stacksSteven Hardy2014-11-191-11/+6
* ResourceGroup don't special-case zero countSteven Hardy2014-11-171-5/+2
* Clarify ResourceGroup properties support statusSteven Hardy2014-11-131-2/+4
* Using six.string_types for python3 compatibleEthan Lynn2014-11-031-1/+1
* ResourceGroup add remove_policies propertySteven Hardy2014-10-201-3/+83
* ResourceGroup update refactorSteven Hardy2014-10-161-11/+14
* Provide support status info for some resourcesGauvain Pocentek2014-10-021-0/+3
* Merge "Fixed adopt failure for stack with resource group"Jenkins2014-09-271-0/+18
|\
| * Fixed adopt failure for stack with resource groupUnmesh Gurjar2014-09-181-0/+18
* | Switch heat resources & db & tests to oslo.i18nEthan Lynn2014-09-171-1/+1
|/
* Provide access to outputs from OS::Heat::ResourceGroupSteve Baker2014-09-011-13/+28
* ResourceGroup make do_prop_replace class methodSteve Baker2014-09-011-20/+20
* ResourceGroup build from list of resource namesSteve Baker2014-09-011-24/+31
* Merge "Allow resource groups of 0 resources"Jenkins2014-08-291-5/+6
|\
| * Allow resource groups of 0 resourcesRandall Burt2014-08-281-5/+6
* | Merge "ResourceGroup subclass build resource definition"Jenkins2014-08-291-2/+6
|\ \ | |/ |/|
| * ResourceGroup subclass build resource definitionSteve Baker2014-08-281-2/+6
* | Use the template module to access the Template classAngus Salkeld2014-08-211-2/+2
|/
* Allow ResourceGroup to select an attribute pathZane Bitter2014-08-081-3/+6
* Merge "Add "index_var" property to the resource group resource"Jenkins2014-08-081-12/+66
|\
| * Add "index_var" property to the resource group resourceRandall Burt2014-07-291-12/+66
* | Allow Resources to select paths from attributesZane Bitter2014-07-291-8/+9
|/
* Refactor ResourceGroup's FnGetAtt()Zane Bitter2014-07-151-16/+14
* Get the resource type from ResourceDefinitionZane Bitter2014-06-161-1/+1
* Use ResourceDefinition for creating ResourcesZane Bitter2014-05-301-1/+1
* Merge "Make attributes definition similar on properties"Jenkins2014-05-221-2/+8
|\
| * Make attributes definition similar on propertiesSergey Kraynev2014-05-141-2/+8
* | Merge "Using new attribute schema for all resources"Jenkins2014-05-221-1/+4
|\ \ | |/
| * Using new attribute schema for all resourcesSergey Kraynev2014-05-121-1/+4
* | Remove update_allowed_keys definition and usageThomas Herve2014-05-161-1/+0
|/
* Merge "Make the first line of every file consistent."Jenkins2014-04-081-1/+0
|\
| * Make the first line of every file consistent.Jason Dunsmore2014-03-041-1/+0
* | Merge "Default properties to the empty dict in ResourceGroup"Jenkins2014-03-181-0/+2
|\ \
| * | Default properties to the empty dict in ResourceGroupThomas Herve2014-03-121-0/+2
| |/
* | Merge "Removing unnecessary required=True options"Jenkins2014-03-181-1/+0
|\ \
| * | Removing unnecessary required=True optionsSergey Kraynev2014-03-111-1/+0
* | | Order imports in alphabetical order (6/9)Pavlo Shchelokovskyy2014-03-111-3/+3
| |/ |/|
* | Remove vim header from files.Jason Dunsmore2014-03-041-1/+0
|/