Comment 12 for bug 1389178

Revision history for this message
Ladislav Smola (lsmola) wrote : Re: heat stack-update failure when scaling resource group

So trying this http://paste.fedoraproject.org/150029/80221614/

New ComputeAllNodesDeployment is not created, so that is good.

But signaling is broken:
1. Stack doesn't wait for signal from newly created node and finish once nova instances deploy. So it doesn't wait for os-collect-config
2. Only new nodes run os-collect-config (not sure if it's right or wrong)
3. And finally the os-collect-config is not able to obtain signal data from the metadata server in the end, here is log from journal
 http://paste.openstack.org/show/132466/

event list shows events still point to the same resource
http://paste.openstack.org/show/132467/

I will paste heat-engine.log tomorrow and do some more debugging