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:
zhu.boxiang 2021-08-31 16:58:05 +08:00
parent 4abe8d4032
commit f5c946e1c6

View File

@ -139,7 +139,6 @@ async def list_servers(
if project_name:
filter_projects = await keystone.list_projects(
profile=profile,
all_projects=all_projects,
session=current_session,
global_request_id=x_openstack_request_id,
all_projects=all_projects,