Skip to content

Commit

Permalink
Merge pull request #15799 from enoodle/base_manager_to_have_provider_…
Browse files Browse the repository at this point in the history
…settings

Adding options_description class method to base_manager
  • Loading branch information
agrare committed Aug 24, 2017
2 parents 076799b + b7aa783 commit 9e75dc4
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 9e75dc4

Please sign in to comment.