]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Make a dedicated InstanceGroup
authorAngus Salkeld <asalkeld@redhat.com>
Fri, 25 Jan 2013 00:56:29 +0000 (11:56 +1100)
committerAngus Salkeld <asalkeld@redhat.com>
Fri, 25 Jan 2013 01:50:48 +0000 (12:50 +1100)
commit69ebb38db23485dd10e2165bb2f508f34e5bf537
tree31e9c1ff373c010c8cf88fdf4ac1a60529641738
parent8d6aa11e707dee66c421bc2906c166fc58c150dc
Make a dedicated InstanceGroup

Make it the basis of the autoscaling group, the
main difference is you change the number of instances
via update (manually) or not at all.

This can be achieved using the autoscaling group, but
this is clearer from the user's perspective.

Implements blueprint static-inst-group

Change-Id: I72680e92183ba87a76efa64383269afb083a446a
heat/engine/resources/autoscaling.py
heat/tests/test_instance_group.py [new file with mode: 0644]
templates/InstanceGroup.template [moved from templates/ppetit.template with 92% similarity]