diff --git a/koku/api/report/gcp/openshift/provider_map.py b/koku/api/report/gcp/openshift/provider_map.py index cd45022f01..e1b5ae8c7c 100644 --- a/koku/api/report/gcp/openshift/provider_map.py +++ b/koku/api/report/gcp/openshift/provider_map.py @@ -446,6 +446,8 @@ def __init__(self, provider, report_type, schema_name): ], "cost_units_key": "currency", "cost_units_fallback": "USD", + "usage_units_key": "unit", + "usage_units_fallback": "GB-Mo", "sum_columns": ["usage", "cost_total", "infra_total", "sup_total"], "default_ordering": {"cost_total": "desc"}, },