]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Add an attribute to InstanceGroup and AutoScalingGroup to return the ips
authorAngus Salkeld <asalkeld@redhat.com>
Thu, 21 Feb 2013 03:42:31 +0000 (14:42 +1100)
committerAngus Salkeld <asalkeld@redhat.com>
Thu, 21 Feb 2013 03:44:28 +0000 (14:44 +1100)
commitcc4b37cc775d67a87b26b4e270a028778ac86d09
tree1ee65f8975a8effb7461d9f9c49b2790f3908616
parent5890ca32b2eaf214d019e470820f0fe3a6b83d50
Add an attribute to InstanceGroup and AutoScalingGroup to return the ips

This is so you can make a custom loadbalancer that can reference the
group's instance ip's.

fixes bug #1131025
Change-Id: I32d76d3627704ad503e2ec06bf0da39cf79f33d2
heat/engine/resources/autoscaling.py
heat/tests/test_instance_group.py