Skip to content

Commit

Permalink
Revert "Merge pull request ManageIQ#17218 from slemrmartin/validate-n…
Browse files Browse the repository at this point in the history
…ew-provider-with-proxy"

This reverts commit a4415eb.
  • Loading branch information
simaishi authored and d-m-u committed Jun 6, 2018
1 parent e44f010 commit 227dc39
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions app/models/manageiq/providers/base_manager.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,7 @@ def refresher
end

def http_proxy_uri
self.class.http_proxy_uri
end

def self.http_proxy_uri
VMDB::Util.http_proxy_uri(ems_type.try(:to_sym)) || VMDB::Util.http_proxy_uri
VMDB::Util.http_proxy_uri(emstype.try(:to_sym)) || VMDB::Util.http_proxy_uri
end
end
end

0 comments on commit 227dc39

Please sign in to comment.