Skip to content

Commit 6a1ff37

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Revert "Workaround for failing tests on openstacksdk change""
2 parents 15d2658 + bfba93a commit 6a1ff37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openstackclient/compute/v2/server_event.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def machine_readable(self):
8282

8383

8484
def _get_server_event_columns(item, client):
85-
hidden_columns = ['name', 'server_id', 'links', 'location', 'finish_time']
85+
hidden_columns = ['name', 'server_id', 'links', 'location']
8686

8787
if not sdk_utils.supports_microversion(client, '2.58'):
8888
# updated_at was introduced in 2.58

0 commit comments

Comments
 (0)