Bug 947753
| Summary: | [AIO] 'Error: could not create ovirtsdk API object' during installation | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Virtualization Manager | Reporter: | Pavel Stehlik <pstehlik> | ||||
| Component: | ovirt-engine-setup | Assignee: | Alex Lourie <alourie> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Pavel Stehlik <pstehlik> | ||||
| Severity: | urgent | Docs Contact: | |||||
| Priority: | urgent | ||||||
| Version: | 3.2.0 | CC: | acathrow, bazulay, dyasny, iheim, Rhev-m-bugs, sgrinber, ykaul | ||||
| Target Milestone: | --- | Keywords: | Regression | ||||
| Target Release: | 3.2.0 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | integration | ||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2013-04-10 13:49:39 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Bug Depends On: | |||||||
| Bug Blocks: | 878002, 904786 | ||||||
| Attachments: |
|
||||||
Doesn't get reproduced on last builds. Please reopen if relevant. |
Created attachment 731053 [details] aio-install-log-tgz Description of problem: Tried AIO with sf12 & failed due to: File "/usr/share/ovirt-engine/scripts/plugins/all_in_one_100.py", line 232, in initAPI raise Exception(ERROR_CREATE_API_OBJECT) Exception: Error: could not create ovirtsdk API object ... Configuring Firewall... [ DONE ] Starting ovirt-engine Service... [ DONE ] Configuring HTTPD... [ DONE ] AIO: Creating storage directory... [ DONE ] AIO: Adding Local Datacenter and cluster... [ ERROR ] Error: could not create ovirtsdk API object Please check log file /var/log/ovirt-engine/engine-setup_2013_04_03_09_12_35.log for more information Version-Release number of selected component (if applicable): sf12 How reproducible: 100% Steps to Reproduce: 1. yum install rhevm-setup-plugin-allinone -y 2. rhevm-setup 3. Actual results: Expected results: Additional info: ... 2013-04-03 09:15:08::DEBUG::rhevm-setup::1900::root:: superuser-pass: ******** 2013-04-03 09:15:08::ERROR::rhevm-setup::2316::root:: Traceback (most recent call last): File "/usr/bin/rhevm-setup", line 2310, in <module> main(confFile) File "/usr/bin/rhevm-setup", line 2093, in main runSequences() File "/usr/bin/rhevm-setup", line 2015, in runSequences controller.runAllSequences() File "/usr/share/ovirt-engine/scripts/setup_controller.py", line 54, in runAllSequences sequence.run() File "/usr/share/ovirt-engine/scripts/setup_sequences.py", line 154, in run step.run() File "/usr/share/ovirt-engine/scripts/setup_sequences.py", line 60, in run function() File "/usr/share/ovirt-engine/scripts/plugins/all_in_one_100.py", line 232, in initAPI raise Exception(ERROR_CREATE_API_OBJECT) Exception: Error: could not create ovirtsdk API object