Skip to content

Commit

Permalink
remove hostname verification for monitoring managers
Browse files Browse the repository at this point in the history
  • Loading branch information
Ari Zellner committed Jan 21, 2018
1 parent e6eca12 commit d0c4d4e
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ module ManageIQ::Providers::Kubernetes::MonitoringManagerMixin
:zone,
:to => :parent_manager,
:allow_nil => true

def self.hostname_required?
false
end
end

module ClassMethods
Expand Down

0 comments on commit d0c4d4e

Please sign in to comment.