Comment 2 for bug 1355942

Revision history for this message
Steven Hardy (shardy) wrote :

I'm wondering if this is actually a race, where we see the status of the stack change to CREATE_COMPLETE, but there's a short window where the create_stack still holds the lock, we may be hitting the delete so fast that it can't get the lock?

https://github.com/openstack/heat/blob/master/heat/engine/service.py#L582