diff --git a/heatclient/v1/shell.py b/heatclient/v1/shell.py index 09794fc5..dc9ed335 100644 --- a/heatclient/v1/shell.py +++ b/heatclient/v1/shell.py @@ -698,7 +698,7 @@ def do_event_list(hc, args): fields.insert(0, 'resource_name') else: fields.insert(0, 'logical_resource_id') - utils.print_list(events, fields) + utils.print_list(events, fields, sortby_index=None) @utils.arg('id', metavar='',