]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Add waitcondition to loadbalancer nested template
authorSteven Hardy <shardy@redhat.com>
Mon, 25 Feb 2013 11:19:19 +0000 (11:19 +0000)
committerSteven Hardy <shardy@redhat.com>
Tue, 26 Feb 2013 17:58:37 +0000 (17:58 +0000)
commitd6f8dfed1674b3eb186edd57c9b41bba594e24bf
tree98e9395f9b2ba913dc728f322fa939c53bfcefda
parent7dace2f8356f830921a6d1b681e2ad1a6e1decc4
Add waitcondition to loadbalancer nested template

We want to ensure the LB instance has fully launched before declaring
this resource created, otherwise the resource will not be functional
and attempts to modify config via metadata updates will fail

Change-Id: I879c21302f1c3a75a567d959fc2e398c7bfc3f65
heat/engine/resources/loadbalancer.py
heat/tests/test_loadbalancer.py