Activity log for bug #1691943

Date Who What changed Old value New value Message
2017-05-19 06:00:12 Kashif Siddiqui bug added bug
2017-05-19 06:00:40 Kashif Siddiqui python-openstackclient: assignee Kashif Siddiqui (kashif.siddiqui)
2017-05-19 07:35:38 Kashif Siddiqui bug task added python-heatclient
2017-05-19 07:35:48 Kashif Siddiqui python-heatclient: assignee Kashif Siddiqui (kashif.siddiqui)
2017-05-19 07:37:06 Kashif Siddiqui description 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 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 Something like this? 2016-09-05 04:10:24Z: 375c49ae-cefb-4fb3-8f4d-1d5f1b9e3e5d [nested.rg1]: CREATE_IN_PROGRESS state changed 2016-09-05 04:10:24Z: 7e521c84-cd35-4f4c-b0de-962bd3cc40a8 [nested-rg1-m4zxcs4pra6t]: CREATE_IN_PROGRESS Stack CREATE started 2016-09-05 04:10:24Z: c6186c16-94ef-4214-a11a-7e3cc8a17f82 [nested-rg1-m4zxcs4pra6t.1]: CREATE_IN_PROGRESS state changed
2017-08-11 17:55:25 Dean Troyer python-openstackclient: status New Invalid