Skip to content

Commit

Permalink
Fix inverse_of for DistributedVirtualSwitch
Browse files Browse the repository at this point in the history
This caused the graph refresh fail for ovirt.

required for: ManageIQ/manageiq-providers-ovirt#401
  • Loading branch information
Boris Odnopozov committed Aug 28, 2019
1 parent 082ed67 commit 0233054
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
class ManageIQ::Providers::InfraManager::DistributedVirtualSwitch < ::Switch
belongs_to :ext_management_system, :foreign_key => :ems_id, :inverse_of => :distributed_virtual_switch
belongs_to :ext_management_system, :foreign_key => :ems_id, :inverse_of => :distributed_virtual_switches, :class_name => "ManageIQ::Providers::InfraManager"
end

0 comments on commit 0233054

Please sign in to comment.