Skip to content
Snippets Groups Projects
Commit b1b7f5ab authored by sguazt's avatar sguazt
Browse files

GCP: minor change

parent 4b4fac1a
No related branches found
No related tags found
No related merge requests found
......@@ -322,6 +322,7 @@ class GCP(MetaManager):
instances_request = self.gcp_client.instances().list_next(previous_request=instances_request, previous_response=instances_response)
else:
# Get instances from every zones
instances_request = self.gcp_client.instances().aggregatedList(project=project)
while instances_request is not None:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment