Comment 3 for bug 1291905

Revision history for this message
Zane Bitter (zaneb) wrote : Re: heat stack-update fails on timeout

The problem is that NovaCompute1 does not depend on NovaCompute1CompletionHandle, which is only referenced from NovaCompute1Config. NovaCompute1 relies on the metadata of NovaCompute1Config, but there is no dependency relationship expressed in the template. I believe if you add "DependsOn": "NovaCompute1Config" to NovaCompute1, the update will work correctly.