Skip to content

Commit

Permalink
Add a batch inventory persister
Browse files Browse the repository at this point in the history
  • Loading branch information
agrare committed Aug 9, 2017
1 parent b45ffbb commit 442d0f8
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
class ManageIQ::Providers::Vmware::InfraManager::Inventory::Persister::Batch < ManageIQ::Providers::Vmware::InfraManager::Inventory::Persister
def inventory_collection_options
{
:complete => false,
:strategy => :local_db_find_missing_references,
}
end
end

0 comments on commit 442d0f8

Please sign in to comment.