Skip to content

Commit

Permalink
Merge pull request #15681 from GabrielSVinha/change_provider_type
Browse files Browse the repository at this point in the history
Change name of physical infra type in discovery
  • Loading branch information
Dan Clarizio authored Jul 28, 2017
2 parents 4f5e8f2 + 14c9a04 commit b4d90f7
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 b4d90f7

Please sign in to comment.