Skip to content

Commit

Permalink
Propagate user validation errors
Browse files Browse the repository at this point in the history
We need to make sure that any errors during ovirt credentials validation are properly
propagated to the user.
  • Loading branch information
pkliczewski committed Oct 9, 2017
1 parent d6e2ab3 commit 7f9e40e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def supported_api_versions_from_sdk
probe_results.map(&:version) if probe_results
rescue => error
_log.error("Error while probing supported api versions #{error}")
[]
raise
end

def supports_the_api_version?(version)
Expand Down

0 comments on commit 7f9e40e

Please sign in to comment.