Skip to content

Commit

Permalink
Change name of physical infra type in discovery
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielsvinha committed Jul 28, 2017
1 parent dc81a88 commit 14c9a04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/ext_management_system.rb
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ def self.ems_infra_discovery_types
end

def self.ems_physical_infra_discovery_types
@ems_physical_infra_discovery_types ||= %w(lxca)
@ems_physical_infra_discovery_types ||= %w(lenovo_ph_infra)
end

def disable!
Expand Down

0 comments on commit 14c9a04

Please sign in to comment.