Re: [Spice-devel] govirt 0.30 plans

2013-11-18 Thread Christophe Fergeau
On Sat, Nov 16, 2013 at 08:43:16AM -0500, i iordanov wrote: > Hi Itamar, > > Thanks for the explanations! I'll let Christophe confirm that govirt > defaults to user-mode. Yes it does, ovirt-proxy.c has: g_object_class_install_property(oclass, PROP_ADMIN,

Re: [Spice-devel] govirt 0.30 plans

2013-11-16 Thread i iordanov
Hi Itamar, Thanks for the explanations! I'll let Christophe confirm that govirt defaults to user-mode. On Sat, Nov 16, 2013 at 5:26 AM, Itamar Heim wrote: > so you have two options - move to admin mode in govirt, or easier (and > probably more consistent if you are aiming your solution for users

Re: [Spice-devel] govirt 0.30 plans

2013-11-16 Thread Itamar Heim
On 11/06/2013 11:15 PM, i iordanov wrote: Hi Christophe, This one may turn out to not be an actual issue. I had gotten used to the functionality offered by oVirt Live 0.8 (I think it bundles oVirt 3.0) where I was able to attach as user "admin@internal" to virtual machines created in the Admini

Re: [Spice-devel] govirt 0.30 plans

2013-11-07 Thread Christophe Fergeau
On Wed, Nov 06, 2013 at 11:15:17PM -0500, i iordanov wrote: > I had gotten used to the functionality offered by oVirt Live 0.8 (I > think it bundles oVirt 3.0) where I was able to attach as user > "admin@internal" to virtual machines created in the Administrative > Console (rather than in the User

Re: [Spice-devel] govirt 0.30 plans

2013-11-07 Thread Christophe Fergeau
On Wed, Nov 06, 2013 at 10:30:21PM -0500, i iordanov wrote: > Hi Christophe, > > On Wed, Nov 6, 2013 at 4:06 AM, Christophe Fergeau > wrote: > > Ah right, this property is only in librest git, see > > http://cgit.freedesktop.org/spice/spice-gtk/commit/?id=32b123f44fc79eaad388d6be09f103457f3 > >

Re: [Spice-devel] govirt 0.30 plans

2013-11-06 Thread i iordanov
Hi Christophe, This one may turn out to not be an actual issue. I had gotten used to the functionality offered by oVirt Live 0.8 (I think it bundles oVirt 3.0) where I was able to attach as user "admin@internal" to virtual machines created in the Administrative Console (rather than in the User Co

Re: [Spice-devel] govirt 0.30 plans

2013-11-06 Thread i iordanov
Hi Christophe, On Wed, Nov 6, 2013 at 4:06 AM, Christophe Fergeau wrote: > Ah right, this property is only in librest git, see > http://cgit.freedesktop.org/spice/spice-gtk/commit/?id=32b123f44fc79eaad388d6be09f103457f3 This doesn't appear to be related to rest - copy/paste issue? I did find th

Re: [Spice-devel] govirt 0.30 plans

2013-11-06 Thread Christophe Fergeau
On Tue, Nov 05, 2013 at 06:03:21PM -0600, i iordanov wrote: > What I have done is manually navigated to https://FQDN/api/vms in > order to attach the output I get there for you to see if you can spot > why libgovirt fails to look up the VMs. The call failed with name set > to both "win" and "winbak

Re: [Spice-devel] govirt 0.30 plans

2013-11-06 Thread Christophe Fergeau
On Tue, Nov 05, 2013 at 12:27:11PM -0500, i iordanov wrote: > Hi Christophe, > > I am now using the libgovirt 0.30 release. As a preliminary test with > self-signed certificates, I re-enabled fetching the ssl cert with > ovirt_proxy_fetch_ca_certificate(). > > However, at the point ovirt_proxy_se

Re: [Spice-devel] govirt 0.30 plans

2013-11-05 Thread i iordanov
Hi Christophe, I got around the issue of the self-signed certificate and not being able to set the ssl-ca-file property through OvirtProxy by manually hacking rest-0.7.90 for now. If you would like to see the rest-0.7.90 hack, please let me know, but I don't think it's relevant. Once I get past t

Re: [Spice-devel] govirt 0.30 plans

2013-11-05 Thread i iordanov
Just as an additional clarification, I am using rest-0.7.90 from: http://ftp.acc.umu.se/pub/GNOME/sources/rest/0.7/ Thanks! iordan On Tue, Nov 5, 2013 at 12:27 PM, i iordanov wrote: > Hi Christophe, > > I am now using the libgovirt 0.30 release. As a preliminary test with > self-signed certific

Re: [Spice-devel] govirt 0.30 plans

2013-11-05 Thread i iordanov
Hi Christophe, I am now using the libgovirt 0.30 release. As a preliminary test with self-signed certificates, I re-enabled fetching the ssl cert with ovirt_proxy_fetch_ca_certificate(). However, at the point ovirt_proxy_set_tmp_ca_file() tries to set the ssl-ca-file property, I get the following

Re: [Spice-devel] govirt 0.30 plans

2013-10-29 Thread Christophe Fergeau
On Fri, Oct 25, 2013 at 11:45:53AM -0400, i iordanov wrote: > Are you getting close to a 0.30 release? I can't wait to see the final > version of the upgraded SSL handling! I've finally released this: http://ftp.acc.umu.se/pub/GNOME/sources/libgovirt/0.3/libgovirt-0.3.0.tar.xz > What happens when

Re: [Spice-devel] govirt 0.30 plans

2013-10-29 Thread i iordanov
Thanks Christophe! Iordan On Tue, Oct 29, 2013 at 1:29 PM, Christophe Fergeau wrote: > On Fri, Oct 25, 2013 at 11:45:53AM -0400, i iordanov wrote: >> Are you getting close to a 0.30 release? I can't wait to see the final >> version of the upgraded SSL handling! > > I've finally released this: >

Re: [Spice-devel] govirt 0.30 plans

2013-10-25 Thread i iordanov
Hi Christophe, Are you getting close to a 0.30 release? I can't wait to see the final version of the upgraded SSL handling! What happens when a self-signed certificate is encountered for which no valid CA is specified? Is it just a silent failure or (better) can one connect some signals so a call

Re: [Spice-devel] govirt 0.30 plans

2013-10-07 Thread i iordanov
Hi Christophe, Thank you! iordan On Mon, Oct 7, 2013 at 5:11 AM, Christophe Fergeau wrote: > Hey, > > On Thu, Oct 03, 2013 at 04:03:22PM -0400, i iordanov wrote: >> When do you plan to release govirt 0.30 with the SSL fixes and the new >> API for getting available VMs, powering on the VM at log

Re: [Spice-devel] govirt 0.30 plans

2013-10-07 Thread Christophe Fergeau
Hey, On Thu, Oct 03, 2013 at 04:03:22PM -0400, i iordanov wrote: > When do you plan to release govirt 0.30 with the SSL fixes and the new > API for getting available VMs, powering on the VM at login time, etc.? Ah thanks for the ping, after some bug fixing in the last weeks in the new features, i

[Spice-devel] govirt 0.30 plans

2013-10-03 Thread i iordanov
Hi Christophe, When do you plan to release govirt 0.30 with the SSL fixes and the new API for getting available VMs, powering on the VM at login time, etc.? Do you plan to include something like the function that I submitted to spice-devel earlier for reading the cert from a local file? You had s