<div dir="ltr"><div>Hi Shahar,<br><br>Okay.. Thanks..<br><br>When i type <a href="http://localhost:8000/" target="_blank">http://localhost:8000/</a>, i got the following error in the back end script<br><br><br>  api = API(url=self.baseUrl, username=username, password=password,insecure=True,debug=True)<br>
  File &quot;build/bdist.linux-x86_64/egg/ovirtsdk/api.py&quot;, line 123, in __init__<br>    debug=debug<br>  File &quot;build/bdist.linux-x86_64/egg/ovirtsdk/infrastructure/connectionspool.py&quot;, line 67, in __init__<br>
    debug=debug))<br>  File &quot;build/bdist.linux-x86_64/egg/ovirtsdk/web/connection.py&quot;, line 47, in __init__<br>    timeout=timeout)<br>  File &quot;build/bdist.linux-x86_64/egg/ovirtsdk/web/connection.py&quot;, line 225, in __createConnection<br>
    raise NoCertificatesError<br>NoCertificatesError: [ERROR]::ca_file (CA certificate) must be specified for SSL connection.<br><br>-------------------------------------------------------------<br><br></div>I think this may be due to the ssl certificate error but i disabled it in the api connection like   api = API(url=self.baseUrl, username=username, password=password,insecure=True,debug=True) but still its showing the ssl error. Is there any error which i given in the above ?<br>
<br><br><br></div><div class="gmail_extra"><br clear="all"><div><div dir="ltr"><span>-- <br></span>Regards
<br>Shanil
</div></div>
<br><br><div class="gmail_quote">On Thu, Jul 3, 2014 at 2:06 PM, Shahar Havivi <span dir="ltr">&lt;<a href="mailto:shaharh@redhat.com" target="_blank">shaharh@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 class="">On 03.07.14 13:58, Shanil S wrote:<br>
&gt; Hi Shahar,<br>
&gt;<br>
</div><div class="">&gt; Thanks for your reply.<br>
&gt;<br>
&gt; Actually my doubt is that how can i run this on the browser and get the<br>
&gt; attached image like interface and do the console option<br>
</div>The README file under the folder /python project should help,<br>
you need to set the right values in ovirt.conf, run the server ./Broker.py<br>
(which is a local web-server) open the browser and type <a href="http://localhost:8000/" target="_blank">http://localhost:8000/</a><br>
<div class="HOEnZb"><div class="h5">&gt;<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; Regards<br>
&gt; Shanil<br>
&gt;<br>
&gt;<br>
&gt; On Thu, Jul 3, 2014 at 1:45 PM, Shahar Havivi &lt;<a href="mailto:shaharh@redhat.com">shaharh@redhat.com</a>&gt; wrote:<br>
&gt;<br>
&gt; &gt; On 03.07.14 12:53, Shanil S wrote:<br>
&gt; &gt; &gt; Hi Shahar,<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; I have downloaded the sample python library from this<br>
&gt; &gt; &gt; <a href="http://www.ovirt.org/Sample_user_portals" target="_blank">http://www.ovirt.org/Sample_user_portals</a>, how can i execute this script<br>
&gt; &gt; in<br>
&gt; &gt; &gt; the browser and get the &quot;Vm name Start Stop and Console &quot; and how can i<br>
&gt; &gt; &gt; make the script working ?<br>
&gt; &gt; If you don&#39;t see any VMs it mean that the user that you logged in with<br>
&gt; &gt; don&#39;t<br>
&gt; &gt; have permissions on this VM, got to a VM that you want to see and set<br>
&gt; &gt; UserRole<br>
&gt; &gt; in the Permission sub tab.<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; --<br>
&gt; &gt; &gt; Regards<br>
&gt; &gt; &gt; Shanil<br>
&gt; &gt;<br>
<br>
<br>
</div></div></blockquote></div><br></div>