summaryrefslogtreecommitdiff
path: root/heat/tests/test_instance_group.py
Commit message (Expand)AuthorAgeFilesLines
* Use physical_resource_name as Ref for Instance/AS GroupSwann Croiset2013-09-101-2/+4
* Allow resources to be updated in parallelZane Bitter2013-08-301-6/+6
* Don't delete failed instances in InstanceGroupChristopher Armstrong2013-08-271-0/+69
* Updated LaunchConfig for AutoScaling UpdatePolicyWinson Chan2013-08-151-16/+17
* Validate created/updated stacks in StackResourceChristopher Armstrong2013-08-091-0/+6
* Remove unnecessary individual import tests.utils.XLiang Chen2013-08-091-9/+8
* Refactor InstanceGroup to use a nested stackChristopher Armstrong2013-08-061-10/+4
* Add a test for customizing AWS::EC2::InstanceChristopher Armstrong2013-07-161-6/+40
* Global disable scheduler _sleep instead of mocking.Steve Baker2013-07-111-4/+0
* Convert Resource to separate action/statusSteven Hardy2013-06-141-2/+2
* Remove eventlet dependency from unit testsZane Bitter2013-05-271-3/+2
* engine : move update_template_diff functions into ResourceSteven Hardy2013-05-231-4/+49
* engine : replace UPDATE_REPLACE with ResourceReplace exceptionSteven Hardy2013-05-231-27/+27
* Fix SecurityGroups for AWS::AutoScaling::LaunchConfigurationSimon Pasquier2013-05-171-0/+1
* engine : rename check_active to make it more genericSteven Hardy2013-05-131-3/+4
* heat tests : convert most tests to inline templatesSteven Hardy2013-05-031-37/+35
* Retrieve the list of availability zones from nova in Fn::GetAZsThomas Herve2013-05-011-0/+4
* Remove use of nose attrib plugin and most unittestClint Byrum2013-04-301-10/+3
* Enable running tests via testrClint Byrum2013-04-301-1/+2
* Make Resource.create() a co-routineZane Bitter2013-04-301-2/+4
* Propagate creation errors with exceptionsZane Bitter2013-04-231-1/+1
* Get rid of create state in InstanceZane Bitter2013-04-231-3/+4
* Pass data from handle_create() to check_active()Zane Bitter2013-04-091-7/+9
* Create autoscaling instances in parallelZane Bitter2013-03-041-0/+7
* Add an attribute to InstanceGroup and AutoScalingGroup to return the ipsAngus Salkeld2013-02-211-1/+14
* Add update support to InstanceGroupAngus Salkeld2013-02-111-1/+32
* heat engine : pass json snippet into resource handle_updateSteven Hardy2013-01-311-1/+1
* Make sure failures in groups (autoscaling & static) are raised.Angus Salkeld2013-01-281-0/+29
* Make a dedicated InstanceGroupAngus Salkeld2013-01-251-0/+83