Skip to content

Commit 49d2c21

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Fix typo error in listing server's column name"
2 parents 5a8a3b3 + 4aad7dd commit 49d2c21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openstackclient/compute/v2/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2363,7 +2363,7 @@ def take_action(self, parsed_args):
23632363
columns.append('user_id')
23642364
column_headers.append('User ID')
23652365
if c in ('Created At', 'created_at'):
2366-
columns.append('created_at')
2366+
columns.append('created')
23672367
column_headers.append('Created At')
23682368

23692369
# convert back to tuple

0 commit comments

Comments
 (0)