Merge "compute: Fix --host in server list for new openstacksdk" into stable/2024.2

This commit is contained in:
Zuul 2024-10-03 18:26:16 +00:00 committed by Gerrit Code Review
commit a1ddfa4ac4
2 changed files with 2 additions and 2 deletions

View File

@ -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,

View File

@ -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,