Merge "Don't pass tenant_id for remote group"
This commit is contained in:
commit
f8c768ae61
@ -335,7 +335,7 @@ def main():
|
|||||||
else:
|
else:
|
||||||
project_id = cloud.current_project_id
|
project_id = cloud.current_project_id
|
||||||
|
|
||||||
if project_id:
|
if project_id and not remote_group:
|
||||||
filters = {'tenant_id': project_id}
|
filters = {'tenant_id': project_id}
|
||||||
else:
|
else:
|
||||||
filters = None
|
filters = None
|
||||||
|
Loading…
x
Reference in New Issue
Block a user