Comment 5 for bug 1370185

Revision history for this message
Avi Vachnis (avi-vachnis) wrote :

More info that may help with fix coverage, I run the 3 stack-create calls as described and got the result below on my devstack.
This devstack runs only a standalone heat and my template includes an inner heat::Stack resource. the resources are successfully created on a remote region full devstack installation.

[stack@avachnis-devstack-2 devstack(keystone_admin)]$ heat stack-list
+--------------------------------------+-----------------------------+-----------------+----------------------+
| id | stack_name | stack_status | creation_time |
+--------------------------------------+-----------------------------+-----------------+----------------------+
| 40613e0b-606d-4a60-9970-76c53aa9c19f | wps1 | CREATE_COMPLETE | 2015-04-21T13:11:41Z |
| 7dc2354e-79ed-4f09-8ee9-7c6431ef8e4b | wps1 | CREATE_COMPLETE | 2015-04-21T13:11:41Z |
| d23d4baa-8689-4f54-a463-d267975aa982 | wps1 | CREATE_COMPLETE | 2015-04-21T13:11:41Z |
| 7e6e4e84-1810-4050-9e07-df4054382479 | wps1-stack_one-mxuaujd7elgq | CREATE_COMPLETE | 2015-04-21T13:11:46Z |
| 935117ca-f9a5-47f4-9f33-25143d759107 | wps1-stack_one-lxgzsecfo6id | CREATE_COMPLETE | 2015-04-21T13:11:46Z |
| ffdad7d8-be34-47ec-8fb6-2dee4d012434 | wps1-stack_one-lsu3gj4jdhpe | CREATE_COMPLETE | 2015-04-21T13:11:46Z |
+--------------------------------------+-----------------------------+-----------------+----------------------+

I guess standalone should not make any different that let the 3 stacks be successfully created instead of staying in progress.