[Users] Install RPM: Can't encrypt database password

2013-05-09 Thread lof yer
I make rpm from git repo today, when I ran engine-setup, I got answer like this: Internal Error: Can't encrypt database password And here's the log file: 2013-05-09 13:56:25::ERROR::engine-setup::2528::root:: Traceback (most recent call last): File /usr/bin/engine-setup, line 2522, in module

Re: [Users] Install RPM: Can't encrypt database password

2013-05-09 Thread Alon Bar-Lev
Are you sure it is current master? There is no reference to encryptEngineDBPass in master any more. $ grep encryptEngineDBPass packaging/fedora/setup/* - Original Message - From: lof yer lof...@gmail.com To: users@ovirt.org Sent: Thursday, May 9, 2013 9:04:19 AM Subject: [Users]

Re: [Users] Openstack Quantum , Cinder and Glance integration with oVirt.

2013-05-09 Thread Itamar Heim
On 05/09/2013 09:34 AM, Romil Gupta wrote: Thanks Mike , I have already gone through the links you suggested above. As of now I am more interested to know about Cinder and glance integration with oVirt. It would be a great help if you share some references over this. Hi Romil, please note the

Re: [Users] Problem with time zone of a desktop VM

2013-05-09 Thread Michal Skrivanek
On May 8, 2013, at 09:12 , Omer Frenkel ofren...@redhat.com wrote: - Original Message - From: Gianluca Cecchi gianluca.cec...@gmail.com To: Omer Frenkel ofren...@redhat.com Cc: users users@ovirt.org Sent: Sunday, May 5, 2013 9:54:25 PM Subject: Re: [Users] Problem with time

Re: [Users] Openstack Quantum , Cinder and Glance integration with oVirt.

2013-05-09 Thread Oved Ourfalli
- Original Message - From: Itamar Heim ih...@redhat.com To: Romil Gupta romilgupt...@gmail.com, Oved Ourfalli oourf...@redhat.com Cc: Mike Kolesnik mkole...@redhat.com, users users@ovirt.org Sent: Thursday, May 9, 2013 3:22:45 PM Subject: Re: [Users] Openstack Quantum , Cinder and

Re: [Users] Openstack Quantum , Cinder and Glance integration with oVirt.

2013-05-09 Thread Itamar Heim
On 05/09/2013 04:04 PM, Oved Ourfalli wrote: - Original Message - From: Oved Ourfalli ov...@redhat.com To: Romil Gupta romilgupt...@gmail.com Cc: users users@ovirt.org Sent: Thursday, May 9, 2013 3:39:23 PM Subject: Re: [Users] Openstack Quantum , Cinder and Glance integration with

Re: [Users] Openstack Quantum , Cinder and Glance integration with oVirt.

2013-05-09 Thread Romil Gupta
Thanks Itamar, Yes , the intent is to consume oVirt from the Openstack side. Oved: thanks, I would be great if you could share the code. On Thu, May 9, 2013 at 6:09 PM, Oved Ourfalli ov...@redhat.com wrote: - Original Message - From: Itamar Heim ih...@redhat.com To: Romil Gupta

Re: [Users] Openstack Quantum , Cinder and Glance integration with oVirt.

2013-05-09 Thread Oved Ourfalli
- Original Message - From: Romil Gupta romilgupt...@gmail.com To: Oved Ourfalli ov...@redhat.com Cc: users users@ovirt.org Sent: Thursday, May 9, 2013 4:31:23 PM Subject: Re: [Users] Openstack Quantum , Cinder and Glance integration with oVirt. Thanks Itamar, Yes , the

Re: [Users] Openstack Quantum , Cinder and Glance integration with oVirt.

2013-05-09 Thread Romil Gupta
Thanks for sharing the code and yes I had missed the mail from you earlier. I am just going through the code and would let you know if I need some help from you. On Thu, May 9, 2013 at 7:19 PM, Oved Ourfalli ov...@redhat.com wrote: - Original Message - From: Romil Gupta

Re: [Users] Problem with time zone of a desktop VM

2013-05-09 Thread Roy Golan
On 05/09/2013 03:31 PM, Michal Skrivanek wrote: On May 8, 2013, at 09:12 , Omer Frenkel ofren...@redhat.com wrote: - Original Message - From: Gianluca Cecchi gianluca.cec...@gmail.com To: Omer Frenkel ofren...@redhat.com Cc: users users@ovirt.org Sent: Sunday, May 5, 2013 9:54:25 PM

Re: [Users] Problem with time zone of a desktop VM

2013-05-09 Thread Gianluca Cecchi
On Thu, May 9, 2013 at 4:17 PM, Roy Golan wrote: well i dont really know, just a long shot, try to clear utc_diff in vm_dynamic: update vm_dynamic set utc_diff = null where vm_guid=(select vm_guid from vm_static where vm_name='winxp'); Martin's actively working on TZ defaults. There was

Re: [Users] Problem with time zone of a desktop VM

2013-05-09 Thread Michal Skrivanek
On May 9, 2013, at 17:10 , Gianluca Cecchi gianluca.cec...@gmail.com wrote: On Thu, May 9, 2013 at 4:17 PM, Roy Golan wrote: well i dont really know, just a long shot, try to clear utc_diff in vm_dynamic: update vm_dynamic set utc_diff = null where vm_guid=(select vm_guid from