Removed debug from oVirt

This commit is contained in:
Adolfo Gómez García 2015-03-09 16:51:56 +01:00
parent 2470e88d55
commit cbf68030d3

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))