Skip to content

Commit

Permalink
Merge pull request ManageIQ#220 from zeari/monitoring_hostname_invalid
Browse files Browse the repository at this point in the history
Skip hostname validation for monitoring manager
  • Loading branch information
Mooli Tayer authored Jan 21, 2018
2 parents 85f2e02 + d0c4d4e commit d64480e
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 d64480e

Please sign in to comment.