Skip to content

Commit

Permalink
Remove incorrect error messages #736
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed Dec 14, 2018
1 parent 8dcbc30 commit c2f2781
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions IM/connectors/OCCI.py
Original file line number Diff line number Diff line change
Expand Up @@ -1354,13 +1354,7 @@ def get_keystone_uri(occi):
return keystone_uri, None
else:
return None, None
except SSLError as ex:
occi.log_exception(
"Error with the credentials when contacting with the OCCI server.")
raise Exception(
"Error with the credentials when contacting with the OCCI server: %s. Check your proxy file." % str(ex))
except:
occi.log_exception("Error contacting with the OCCI server.")
return None, None

@staticmethod
Expand Down

0 comments on commit c2f2781

Please sign in to comment.