Skip to content

Commit

Permalink
Merge pull request #269 from agrare/fix_refresh_worker_partial_refres…
Browse files Browse the repository at this point in the history
…h_error

Fix refresh worker partial refresh error

(cherry picked from commit bd6a477)
  • Loading branch information
Fryguy committed Oct 8, 2024
1 parent 5b03b25 commit 3cde247
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 3cde247

Please sign in to comment.