mirror of
https://opendev.org/openstack/python-openstackclient.git
synced 2026-01-17 07:20:45 +00:00
Merge "compute: Fix --host in server list for new openstacksdk"
This commit is contained in:
commit
e319df4726
2 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Reference in a new issue