Skip to content

Commit

Permalink
Merge pull request ManageIQ#17979 from AparnaKarve/virtual_has_one_de…
Browse files Browse the repository at this point in the history
…fault_sec_group

Move `virtual` definition for `default_security_group` to OpenStack
  • Loading branch information
agrare authored Sep 12, 2018
2 parents 8234e5e + 6e6f2c8 commit ed40ac3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/models/cloud_tenant.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ class CloudTenant < ApplicationRecord

virtual_total :total_vms, :vms

virtual_column :default_security_group, :uses => :security_groups

def self.class_by_ems(ext_management_system)
ext_management_system && ext_management_system.class::CloudTenant
end
Expand Down

0 comments on commit ed40ac3

Please sign in to comment.