Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unused unleash flag #5403

Merged
merged 8 commits into from
Dec 2, 2024
7 changes: 0 additions & 7 deletions koku/masu/processor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,13 +121,6 @@ def is_managed_ocp_cloud_summary_enabled(account):
return UNLEASH_CLIENT.is_enabled("cost-management.backend.feature-cost-5129-ocp-cloud-summary", context)


def is_ocp_amortized_monthly_cost_enabled(account): # pragma: no cover
"""Enable the use of savings plan cost for OCP on AWS -> OCP."""
account = convert_account(account)
context = {"schema": account}
return UNLEASH_CLIENT.is_enabled("cost-management.backend.enable-ocp-amortized-monthly-cost", context)


def is_source_disabled(source_uuid): # pragma: no cover
"""
Disable source processing
Expand Down