Merge "compute: Fix --host in server list for new openstacksdk" into stable/2024.2
This commit is contained in:
commit
a1ddfa4ac4
@ -2648,7 +2648,7 @@ class ListServer(command.Lister):
|
||||
'status': parsed_args.status,
|
||||
'flavor': flavor_id,
|
||||
'image': image_id,
|
||||
'host': parsed_args.host,
|
||||
'compute_host': parsed_args.host,
|
||||
'project_id': project_id,
|
||||
'all_projects': parsed_args.all_projects,
|
||||
'user_id': user_id,
|
||||
|
@ -4581,7 +4581,7 @@ class _TestServerList(TestServer):
|
||||
'status': None,
|
||||
'flavor': None,
|
||||
'image': None,
|
||||
'host': None,
|
||||
'compute_host': None,
|
||||
'project_id': None,
|
||||
'all_projects': False,
|
||||
'user_id': None,
|
||||
|
Loading…
Reference in New Issue
Block a user