]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Add a test for customizing AWS::EC2::Instance
authorChristopher Armstrong <chris.armstrong@rackspace.com>
Tue, 16 Jul 2013 19:57:55 +0000 (19:57 +0000)
committerChristopher Armstrong <chris.armstrong@rackspace.com>
Wed, 17 Jul 2013 01:06:41 +0000 (20:06 -0500)
commit1f1b66cbaeb1bb3d871cb8cb1ebbc3aa0487f2c8
tree3e177c2ddb02e3d108d5dd10a21265a0b2efde04
parentd2dbee8d850da830ac634de70bb540f2719ccc41
Add a test for customizing AWS::EC2::Instance

InstanceGroup explicitly supports "custom" versions of AWS::EC2::Instance
(instead of directly using heat.engine.resources.instance.Instance)
but there was no unit test for that feature. Here we add one.

Change-Id: I490675c18734a61d27625ed3c76fb228e3fd1a9d
heat/engine/resources/autoscaling.py
heat/tests/test_instance_group.py