Skip to content

Commit bfba93a

Browse files
stephenfinopenstack-gerrit
authored andcommitted
Revert "Workaround for failing tests on openstacksdk change"
This reverts commit c66abfc. The code has yet to land in nova so ignoring this field was premature. Change-Id: Ib5f8134e130de1a0c413b57fa4754824ae6ac3fd Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
1 parent c66abfc commit bfba93a

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)