Re: [ovirt-devel] oVirt 3.6.1 branch has been created

2015-11-23 Thread Einav Cohen
> CI issues just asked to rename from 3.6.1.x to 3.6.1. > Branch creation has nothing to do with CI requests. > Guys, if hitting cherry-pick button on gerrit web ui costs to much feel free > to revert https://gerrit.ovirt.org/48709 and delete ovirt-engine-3.6.1 > branch. can anyone clarify

Re: [ovirt-devel] 回复: In windows OS & firefox brower, Window.Location.replace(url) would stop System to execute Command, and would not catch any error info.But other OS like firefox in linux would no

2015-11-23 Thread Vojtech Szocs
Hi, another way to solve this, without modifying oVirt WebAdmin sources, is to write a small UI plugin that performs the redirect within its UserLogout callback: var api = parent.pluginApi('ExampleRedirectOnLogoutPlugin'); api.register({ UserLogout: function() {

[ovirt-devel] ovirt-engine-sdk-python too slow

2015-11-23 Thread John Hunter
Hi guys, I am using the ovirt-engine-sdk-python to communicate with the ovirt-engine, I am ok to list the vms but the processing time is too long, like 4.5 seconds, and this line: from ovirtsdk.api import API take almost 3 seconds. This seems a little bit longer than I expected it to be, so

[ovirt-devel] Scripts for Engine development

2015-11-23 Thread Shmuel Melamud
Hi! These are scripts that I'm using for development. Maybe they will save your time or at least will be helpful for newbies. Please, let me know if you find something useful. They assume the following setup: there is a directory for the Engine (set by ENGINE_ROOT conf var). Subdirectories under

[ovirt-devel] [2015-11-23] Weekly infra team status

2015-11-23 Thread David Caro
Hi everyone, last week updates: * Jenkins upgraded to 1.638 from 1.60 This change cause a little havoc on friday builds, as the upgrade was not as easy as it used to, there was an issue with the slaves config that reverted it to an old version, making most of the slaves unavailable

[ovirt-devel] [oVirt 3.6 Localization Question #38] "< key >=< value > separated with space"

2015-11-23 Thread Yuko Katabami
Hello again, I have another question I would like to ask for your help: File: uicompat.UIMessages Resource ID: keyValueFormat String: < key >=< value > separated with space Question: Is this asking user to provide a space-separated list of multiple "< key >=< value >" values? Kind regards,

[ovirt-devel] [oVirt 3.6 Localization Question #37] "In this cluster version only one graphics is supported"

2015-11-23 Thread Yuko Katabami
Hi all, Could anyone please help us with the following question? File: AppErrors Resource ID: ACTION_TYPE_FAILED_ONLY_ONE_GRAPHICS_SUPPORTED_IN_THIS_CLUSTER_LEVEL String: Cannot ${action} ${type}. In this cluster version only one graphics is supported Question: Is "graphics" referring to

Re: [ovirt-devel] [ovirt-users] [Need help] Want to write my graduate thesis related to ovirt

2015-11-23 Thread John Hunter
Doron, Can you please tell more about the options? Thanks, John On Mon, Nov 23, 2015 at 9:37 AM, John Hunter wrote: > Hi Doron, > I write C the most, but I have write a little bit of Java(when I try to > write an android app), > so I think I can learn it quickly. > >

Re: [ovirt-devel] [oVirt 3.6 Localization Question #37] "In this cluster version only one graphics is supported"

2015-11-23 Thread Tomas Jelinek
- Original Message - > From: "Yuko Katabami" > To: devel@ovirt.org > Sent: Tuesday, November 24, 2015 2:16:35 AM > Subject: [ovirt-devel] [oVirt 3.6 Localization Question #37] "In this cluster > version only one graphics is supported" > > Hi all, > > Could anyone

Re: [ovirt-devel] Push notifications in 4.0 backend

2015-11-23 Thread Vojtech Szocs
- Original Message - > From: "Martin Betak" > To: "Vojtech Szocs" > Cc: "Einav Cohen" , "engine-de...@ovirt.org" > , "Roy Golan" , > "Roman Mohr" , "Michal Skrivanek"

Re: [ovirt-devel] Scripts for Engine development

2015-11-23 Thread Shmuel Melamud
Hi Jakub, Thanks. That's good idea. Here it is: https://github.com/dvsl/ovirt-engine-dev-scripts Shmuel On Mon, Nov 23, 2015 at 4:31 PM, Jakub Niedermertl wrote: > Hi Shmuel, > > it looks great. How about sharing it via GitHub (or similar service) so as > it can be easily