diff --git a/src/spaceone/inventory/service/collector_service.py b/src/spaceone/inventory/service/collector_service.py index 3d11440..41edded 100644 --- a/src/spaceone/inventory/service/collector_service.py +++ b/src/spaceone/inventory/service/collector_service.py @@ -136,9 +136,9 @@ def collect(self, params): _LOGGER.debug(error_resource_response) yield error_resource_response.to_primitive() - for service in CLOUD_SERVICE_GROUP_MAP.keys(): - for response in self.collect_metrics(service): - yield response + # for service in CLOUD_SERVICE_GROUP_MAP.keys(): + # for response in self.collect_metrics(service): + # yield response _LOGGER.debug(f"TOTAL TIME : {time.time() - start_time} Seconds")