<div dir="ltr"><div>Traceback (most recent call last):</div><div>  File &quot;test.py&quot;, line 2, in &lt;module&gt;</div><div>    api = API(url=&#39;<a href="http://ovirt.local/api">http://ovirt.local/api</a>&#39;, username=&#39;admin@internal&#39;, password=&#39;letmein!&#39;)</div>

<div>  File &quot;/usr/lib/python2.7/site-packages/ovirtsdk/api.py&quot;, line 118, in __init__</div><div>    url=&#39;/api&#39;</div><div>  File &quot;/usr/lib/python2.7/site-packages/ovirtsdk/infrastructure/proxy.py&quot;, line 199, in request</div>

<div>    noParse=noParse)</div><div>  File &quot;/usr/lib/python2.7/site-packages/ovirtsdk/infrastructure/proxy.py&quot;, line 261, in __doRequest</div><div>    raise ConnectionError, str(e)</div><div>ovirtsdk.infrastructure.errors.ConnectionError: [ERROR]::oVirt API connection failure, [Errno -2] Name or service not known</div>

<div><br></div><div><br></div><br><div class="gmail_quote">On Thu, Mar 21, 2013 at 6:02 PM, Sandro Bonazzola <span dir="ltr">&lt;<a href="mailto:sbonazzo@redhat.com" target="_blank">sbonazzo@redhat.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  
    
  
  <div bgcolor="#FFFFFF" text="#000000">
    <div>Can you try running the following 2
      lines with python changing the password and the url with your
      values?<div class="im"><br>
      <br>
      &gt;&gt;&gt; from ovirtsdk.api import API<br>
      &gt;&gt;&gt; api = API(url=&#39;<a href="http://ovirt.local/api" target="_blank">http://ovirt.local/api</a>&#39;,
      username=&#39;admin@internal&#39;, password=&#39;*******)<br>
      <br></div>
      and paste the output?<br>
      <br>
      <br>
      Il 21/03/2013 16:43, Yuval M ha scritto:<br>
    </div><div><div class="h5">
    <blockquote type="cite">
      <div dir="ltr">doesn&#39;t work.
        <div><br>
        </div>
        <div>
          <div>[wil@bufferoverflow ~]$ sudo ls -la
            /etc/pki/ovirt-engine/ca.pem</div>
          <div>ls: cannot access /etc/pki/ovirt-engine/ca.pem: No such
            file or directory</div>
          <div>[wil@bufferoverflow ~]$ sudo engine-iso-uploader -v
            --nossl --insecure list</div>
          <div>Please provide the REST API username for oVirt Engine
            (CTRL+D to abort): admin@internal</div>
          <div>Please provide the REST API password for the
            admin@internal oVirt Engine user (CTRL+D to abort):</div>
          <div><br>
          </div>
          <div>
            ERROR: Problem connecting to the REST API.  Is the service
            available and does the CA certificate exist?</div>
          <div><br>
          </div>
          <div>SSL is disabled in my setup so it should work via HTTP
            and not HTTPS.</div>
          <div><br>
          </div>
          <div>
            Yuval Meir</div>
          <div><br>
          </div>
          <br>
          <div class="gmail_quote">On Thu, Mar 21, <a href="tel:2013" value="+9722013" target="_blank">2013</a> at 4:40 PM,
            Sandro Bonazzola <span dir="ltr">&lt;<a href="mailto:sbonazzo@redhat.com" target="_blank">sbonazzo@redhat.com</a>&gt;</span>
            wrote:<br>
            <blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
              <div bgcolor="#FFFFFF" text="#000000">
                <div>Hi,<br>
                  Can you try to execute the following command?<br>
                  $ sudo ls -la /etc/pki/ovirt-engine/ca.pem<br>
                  <br>
                  Also if it seems strange it need ca.pem without ssl.<br>
                  <br>
                  Can you try also:<br>
                  $ sudo engine-iso-uploader -v --nossl --insecure list<span><font color="#888888"><br>
                      <br>
                      -- <br>
                      Sandro<br>
                      <br>
                      <br>
                      Il 21/03/2013 15:20, Yuval M ha scritto:<br>
                    </font></span></div>
                <blockquote type="cite">
                  <div>
                    <div>
                      <div dir="ltr">
                        <div>Hi,</div>
                        <div><br>
                        </div>
                        I&#39;m trying to use engine-iso-uploader to add ISO
                        images to my ISO storage domain. (Ovirt 3.2 on
                        Fedora 18)
                        <div><br>
                        </div>
                        <div>
                          <div>$ sudo engine-iso-uploader -v --nossl
                            list</div>
                          <div>Please provide the REST API username for
                            oVirt Engine (CTRL+D to abort): admin</div>
                          <div>Please provide the REST API password for
                            the admin oVirt Engine user (CTRL+D to
                            abort):</div>
                          <div>ERROR: Problem connecting to the REST
                            API.  Is the service available and does the
                            CA certificate exist?</div>
                        </div>
                        <div><br>
                        </div>
                        <div>
                          <div style="color:rgb(80,0,80);font-size:13px;font-family:arial,sans-serif">
                            <div>$ ls -la /etc/pki/ovirt-engine/ca.pem</div>
                            <div>ls: cannot access
                              /etc/pki/ovirt-engine/ca.pem: No such file
                              or directory</div>
                          </div>
                          <div style="color:rgb(34,34,34);font-size:13px;font-family:arial,sans-serif"><br>
                          </div>
                          <div style="color:rgb(34,34,34);font-size:13px;font-family:arial,sans-serif">$
                            cat
                            /var/log/ovirt-engine/engine-iso-uploader.log</div>
                          <div style="color:rgb(34,34,34);font-size:13px;font-family:arial,sans-serif">2013-03-21

                            15:42:04::ERROR::engine-iso-uploader::455::root::
                            Problem connecting to the REST API.  Is the
                            service available and does the CA
                            certificate exist?</div>
                        </div>
                        <div><br>
                        </div>
                        <div>-------------</div>
                        <div><br>
                        </div>
                        <div>same results also without the --nossl flag.</div>
                        <div><br>
                        </div>
                        <div>any insight?</div>
                        <div><br>
                        </div>
                        <div>Thanks,</div>
                        <div><br>
                        </div>
                        <div>Yuval Meir</div>
                        <div><br>
                        </div>
                      </div>
                      <br>
                      <fieldset></fieldset>
                      <br>
                    </div>
                  </div>
                  <div>
                    <pre>_______________________________________________
Users mailing list
<a href="mailto:Users@ovirt.org" target="_blank">Users@ovirt.org</a>
<a href="http://lists.ovirt.org/mailman/listinfo/users" target="_blank">http://lists.ovirt.org/mailman/listinfo/users</a>
</pre>
                  </div>
                </blockquote>
                <br>
              </div>
            </blockquote>
          </div>
          <br>
        </div>
      </div>
    </blockquote>
    <br>
  </div></div></div>

</blockquote></div><br></div>