diff --git a/app/models/manager_refresh/inventory_collection_default/infra_manager.rb b/app/models/manager_refresh/inventory_collection_default/infra_manager.rb index 8ee5d8cf836..96bb127c5b9 100644 --- a/app/models/manager_refresh/inventory_collection_default/infra_manager.rb +++ b/app/models/manager_refresh/inventory_collection_default/infra_manager.rb @@ -124,8 +124,10 @@ def ems_clusters(extra_attributes = {}) def storages(extra_attributes = {}) attributes = { :model_class => ::Storage, - # TODO: change :manager_ref => [:location], - :association => :storages + :manager_ref => [:location], + :association => :storages, + :complete => false, + :arel => Storage } attributes.merge!(extra_attributes)