Bug 853720

Summary: ovirt-engine-iso-uploader : Cannot run rhevm-iso-uploader due to missing certificates
Product: Red Hat Enterprise Virtualization Manager Reporter: Oded Ramraz <oramraz>
Component: ovirt-engine-iso-uploaderAssignee: Barak <bazulay>
Status: CLOSED DUPLICATE QA Contact: Ilanit Stein <istein>
Severity: urgent Docs Contact:
Priority: unspecified    
Version: 3.1.0CC: dyasny, iheim, Rhev-m-bugs, ykaul
Target Milestone: ---Keywords: Regression, TestBlocker
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-09-02 11:48:33 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:

Description Oded Ramraz 2012-09-02 11:45:35 UTC
Description of problem:

When I'm trying to use rhevm-iso-uploader I'm getting an error due to missing certificates ( see Additional Information ) 
After updating the connection settings in the code and adding insecure=True the problem disappear . 

self.api = API(url=url,
                           username=self.configuration.get("user"),
                           password=self.configuration.get("passwd"),
                     insecure=True)


This problem will probably affect other utilities which are using SDK . 


Version-Release number of selected component (if applicable):




How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

[root@aqua-rhel ~]# rhevm-iso-uploader list
Please provide the REST API password for the admin@internal RHEV-M user (CTRL+D to abort): 
ERROR: [ERROR]::key_file, cert_file, ca_file must be specified for SSL connection.
INFO: Use the -h option to see usage.

Comment 1 Oded Ramraz 2012-09-02 11:48:33 UTC

*** This bug has been marked as a duplicate of bug 853715 ***