]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
autoscaling fix LoadBalancer reload static resolve
authorSteven Hardy <shardy@redhat.com>
Mon, 17 Jun 2013 14:54:51 +0000 (15:54 +0100)
committerSteven Hardy <shardy@redhat.com>
Tue, 18 Jun 2013 10:22:07 +0000 (11:22 +0100)
commita780bef9c396ffa6cd0a6e433bac5447a320c9fb
treef2fd43776f974602748718ed3768a875367f3e62
parent40c4b44d02717b2aa8f420ca516ce662d2a1b978
autoscaling fix LoadBalancer reload static resolve

Since https://review.openstack.org/#/c/31083/ we're using the
Resource.update() method to update the LoadBalancer, which requires
the resource snippet to be statically resolved (as is done in
parser.Stack for stack updates)

Fixes bug #1191705

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