DescriptionSandro Bonazzola
2014-05-13 11:02:18 UTC
+++ This bug was initially created as a clone of Bug #1097182 +++
Engine setup all in one fails with following exception:
2014-05-13 12:42:40 DEBUG otopi.context context._executeMethod:152 method exception
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/otopi/context.py", line 142, in _executeMethod
method['method']()
File "/usr/share/ovirt-**FILTERED**/setup/bin/../plugins/ovirt-**FILTERED**-setup/ovirt-**FILTERED**/all-in-one/vdsm.py", line 190, in _closeup
**FILTERED**_api = self._waitEngineUp()
File "/usr/share/ovirt-**FILTERED**/setup/bin/../plugins/ovirt-**FILTERED**-setup/ovirt-**FILTERED**/all-in-one/vdsm.py", line 127, in _waitEngineUp
except self._ovirtsdk_api.RequestError:
AttributeError: 'module' object has no attribute 'RequestError'
I used d1949617 engine commit to build the packages.
--- Additional comment from Sandro Bonazzola on 2014-05-13 07:01:21 EDT ---
From irc discussion, above exception come from ovirt-engine and ovirt-engine-sdk-python taken from master.
Cloning to upstream and closing this.
As far as I know RequestError hasn't never been a member of the ovirtsdk.api package, it is part of the ovirtsdk.infrastructure.errors package. I guess that this error case wasn't never tested, so that python never complained.