fix: Double all_projects params
Input double all_projects params when calling list_projects function. Remove one of them. Closes-Bug: #1942087 Change-Id: I7cc80dcb497a2996d50770e6c2b29c9779640e85
This commit is contained in:
parent
4abe8d4032
commit
f5c946e1c6
@ -139,7 +139,6 @@ async def list_servers(
|
|||||||
if project_name:
|
if project_name:
|
||||||
filter_projects = await keystone.list_projects(
|
filter_projects = await keystone.list_projects(
|
||||||
profile=profile,
|
profile=profile,
|
||||||
all_projects=all_projects,
|
|
||||||
session=current_session,
|
session=current_session,
|
||||||
global_request_id=x_openstack_request_id,
|
global_request_id=x_openstack_request_id,
|
||||||
all_projects=all_projects,
|
all_projects=all_projects,
|
||||||
|
Loading…
Reference in New Issue
Block a user