mirror of
https://github.com/dkmstr/openuds.git
synced 2025-01-03 01:17:56 +03:00
Merge remote-tracking branch 'origin/v1.7'
This commit is contained in:
commit
9656aab27d
@ -63,7 +63,7 @@ class Client(object):
|
|||||||
pass
|
pass
|
||||||
try:
|
try:
|
||||||
cached_api_key = aKey
|
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
|
return cached_api
|
||||||
except:
|
except:
|
||||||
logger.exception('Exception connection ovirt at {0}'.format(self._host))
|
logger.exception('Exception connection ovirt at {0}'.format(self._host))
|
||||||
|
Loading…
Reference in New Issue
Block a user