Skip to content

Commit

Permalink
Fix RefreshWorker partial refresh error
Browse files Browse the repository at this point in the history
  • Loading branch information
agrare committed Sep 25, 2024
1 parent 1c47565 commit c60d31f
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,16 @@ class ManageIQ::Providers::Openshift::InfraManager::RefreshWorker::Runner < Mana
def provider_class
ManageIQ::Providers::Openshift
end

def collector_class
ManageIQ::Providers::Openshift::Inventory::Collector::InfraManager
end

def partial_refresh_parser_class
ManageIQ::Providers::Openshift::Inventory::Parser::InfraManager::PartialRefresh
end

def persister_class
ManageIQ::Providers::Openshift::Inventory::Persister::InfraManager
end
end

0 comments on commit c60d31f

Please sign in to comment.