Skip to content

Commit

Permalink
Add default_port needed for params_for_create
Browse files Browse the repository at this point in the history
  • Loading branch information
agrare committed Nov 13, 2019
1 parent b5582b6 commit 58d6757
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/models/manageiq/providers/openshift/container_manager.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ def self.event_monitor_class
ManageIQ::Providers::Openshift::ContainerManager::EventCatcher
end

def self.default_port
DEFAULT_PORT
end

def create_project(project)
connect.create_project_request(project)
rescue KubeException => e
Expand Down

0 comments on commit 58d6757

Please sign in to comment.