We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9dfcf0b + 6a6bedd commit 295d175Copy full SHA for 295d175
app/models/manageiq/providers/vmware/infra_manager.rb
@@ -44,12 +44,6 @@ class Vmware::InfraManager < InfraManager
44
unsupported_reason_add(:streaming_refresh, "Streaming refresh not enabled") unless streaming_refresh_enabled?
45
end
46
47
- has_many :host_guest_devices, :through => :host_hardwares, :source => :guest_devices
48
- has_many :miq_scsi_targets, -> { distinct }, :through => :host_guest_devices
49
- has_many :miq_scsi_luns, -> { distinct }, :through => :miq_scsi_targets
50
- has_many :host_system_services, :through => :hosts, :source => :system_services
51
- has_many :distributed_virtual_switches, :dependent => :destroy, :foreign_key => :ems_id
52
-
53
def self.ems_type
54
@ems_type ||= "vmwarews".freeze
55
0 commit comments