Skip to content

Commit

Permalink
Merge pull request #93 from agrare/add_batch_persister
Browse files Browse the repository at this point in the history
Add a batch inventory persister
  • Loading branch information
Ladas authored Aug 10, 2017
2 parents b45ffbb + 442d0f8 commit 43dcc08
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 43dcc08

Please sign in to comment.