Merge "compute: Fix --host in server list for new openstacksdk"

This commit is contained in:
Zuul
2024-09-12 18:37:15 +00:00
committed by Gerrit Code Review
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,