Skip to content

Commit

Permalink
adding provider_settings class method to base_manager
Browse files Browse the repository at this point in the history
  • Loading branch information
Erez Freiberger committed Aug 24, 2017
1 parent 8da73f2 commit b7aa783
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/models/manageiq/providers/base_manager.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,10 @@ def http_proxy_uri
def self.default_blacklisted_event_names
Array(::Settings.ems["ems_#{provider_name.underscore}"].try(:blacklisted_event_names))
end

# Returns a description of the options that are stored in "options" field.
def self.options_description
{}
end
end
end

0 comments on commit b7aa783

Please sign in to comment.