Skip to content

Commit

Permalink
Merge pull request #214 from agrare/fix_vm_targeted_refresh_operating…
Browse files Browse the repository at this point in the history
…_systems

Fix update driven vm refresh operating systems
  • Loading branch information
Ladas authored Mar 21, 2018
2 parents d4656e6 + ec241d8 commit 3d62b92
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,10 @@ def disks(extra_attributes = {})
attributes = {:parent_inventory_collections => [:vms_and_templates]}
super(attributes.merge(extra_attributes))
end

def operating_systems(extra_attributes = {})
attributes = {:parent_inventory_collections => [:vms_and_templates]}
super(attributes.merge(extra_attributes))
end
end
end

0 comments on commit 3d62b92

Please sign in to comment.