Comment 0 for bug 1691943

Revision history for this message
Kashif Siddiqui (kashif.siddiqui) wrote :

No way to get event id for an orchestration stack, Hence no way to actually call `openstack stack event show MY_STACK RESOURCE EVENT` after an `openstack event list STACK_NAME`

Calling `openstack stack event list STACK_NAME` gives us

$ openstack stack event list test
2017-05-19 03:53:57Z [test]: CREATE_IN_PROGRESS Stack CREATE started
2017-05-19 03:53:58Z [test.gpb_ext1_port]: CREATE_IN_PROGRESS state changed
2017-05-19 03:53:59Z [test.volumegov]: CREATE_IN_PROGRESS state changed
2017-05-19 03:54:10Z [test.volumegov]: CREATE_COMPLETE state changed
2017-05-19 03:54:11Z [test.gpb_ext1_port]: CREATE_COMPLETE state changed
2017-05-19 03:54:11Z [test.instancegovmain-]: CREATE_IN_PROGRESS state changed
2017-05-19 03:56:14Z [test.instancegovmain-]: CREATE_COMPLETE state changed
2017-05-19 03:56:15Z [test]: CREATE_COMPLETE Stack CREATE completed successfully
2017-05-19 03:58:28Z [test]: UPDATE_IN_PROGRESS Stack UPDATE started
2017-05-19 03:58:30Z [test]: UPDATE_COMPLETE Stack UPDATE completed successfully

The event id should be shown in the response so I can call
$ openstack stack event show test volumegov MY_EVENT_ID