]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
engine : autoscaling pass instance id's not names to loadbalancer
authorSteven Hardy <shardy@redhat.com>
Wed, 3 Jul 2013 13:40:32 +0000 (14:40 +0100)
committerSteven Hardy <shardy@redhat.com>
Wed, 3 Jul 2013 14:49:01 +0000 (15:49 +0100)
commit9d13c2cbd31e5416bb6b9aa86aeefe862eef9e2f
tree451a54c2bf18f00a7b30be9c31da086fe167b950
parentd47fb8e4133dff2aed2c91869f83753a09d7ebfa
engine : autoscaling pass instance id's not names to loadbalancer

Regression caused by 4bc1bcb608379cc396113a03f2ae37ce78f9049c

We need to pass the id_list to the loadbalancer, otherwise it
can't lookup the instance IP adresses with nova and the loadbalancer
config ends up with 0.0.0.0 for every instance

Fixes bug #1192128

Change-Id: I73bab70e897c0fb0b317793fa31ff8d07720a6c4
heat/engine/resources/autoscaling.py
heat/tests/test_autoscaling.py