Skip to content

Commit

Permalink
[COST-4947] Remove account and region from ProviderInfrastructureMap …
Browse files Browse the repository at this point in the history
…filter (#5049)
  • Loading branch information
cgoodfred authored Apr 18, 2024
1 parent 42ed192 commit 860ba12
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions koku/masu/processor/ocp/ocp_cloud_updater_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,6 @@ def set_provider_infra_map(self, infra_map):
infra = ProviderInfrastructureMap.objects.filter(
infrastructure_provider_id=infra_tuple[0],
infrastructure_type=infra_tuple[1],
infrastructure_account=infra_tuple[2],
infrastructure_region=infra_tuple[3],
).first()
if not infra:
continue
Expand Down

0 comments on commit 860ba12

Please sign in to comment.