Activity log for bug #1588561

Date Who What changed Old value New value Message
2016-06-02 23:17:48 Steve Baker bug added bug
2016-06-02 23:17:54 Steve Baker heat: milestone newton-2
2016-06-02 23:17:59 Steve Baker heat: assignee Steve Baker (steve-stevebaker)
2016-06-02 23:35:37 Steve Baker bug task added python-heatclient
2016-06-02 23:35:46 Steve Baker python-heatclient: importance Undecided Medium
2016-06-02 23:35:49 Steve Baker python-heatclient: assignee Steve Baker (steve-stevebaker)
2016-06-09 21:49:57 OpenStack Infra python-heatclient: status New In Progress
2016-06-10 01:03:04 Steve Baker description Currently heatclient builds the nested stack event list by doing recursive client-side event list calls for each stack. The REST API should support this natively so it can be implemented in a more efficient way. Currently heatclient builds the nested stack event list by doing recursive client-side event list calls for each stack. The REST API should support this natively so it can be implemented in a more efficient way. The GET call to list events will support a nested_depth parameter. The response will have an additional links url with the ref 'root_stack' to indicate that this API supports nested_depth queries. This has the following consequences for old/new combinations of client/server - new heatclient, new server - nested_depth param is set, server returns nested events - new heatclient, old server - nested_depth param is set, server returns events with no root_stack, heatclient falls back to recursive event fetch - old heatclient, new server - nested_depth param is never set, recursive event fetch works as before
2016-06-10 01:07:14 OpenStack Infra heat: status New In Progress
2016-06-28 03:02:03 OpenStack Infra heat: status In Progress Fix Released
2016-07-06 18:30:06 OpenStack Infra python-heatclient: status In Progress Fix Released