Skip to content

Commit

Permalink
Merge pull request #220 from zeari/monitoring_hostname_invalid
Browse files Browse the repository at this point in the history
Skip hostname validation for monitoring manager
(cherry picked from commit d64480e)

https://bugzilla.redhat.com/show_bug.cgi?id=1537137
  • Loading branch information
Mooli Tayer authored and simaishi committed Jan 22, 2018
1 parent f19fc10 commit 2fd717f
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 2fd717f

Please sign in to comment.