1
0
mirror of https://github.com/dkmstr/openuds.git synced 2024-12-22 13:34:04 +03:00

Merge remote-tracking branch 'origin/v1.7'

This commit is contained in:
Adolfo Gómez García 2015-03-09 16:53:46 +01:00
commit 9656aab27d

View File

@ -63,7 +63,7 @@ class Client(object):
pass
try:
cached_api_key = aKey
cached_api = API(url='https://' + self._host + '/api', username=self._username, password=self._password, timeout=self._timeout, insecure=True, debug=True)
cached_api = API(url='https://' + self._host + '/api', username=self._username, password=self._password, timeout=self._timeout, insecure=True, debug=False)
return cached_api
except:
logger.exception('Exception connection ovirt at {0}'.format(self._host))