Re: [ovirt-devel] SSO using remote-viewer

2014-08-13 Thread Vinzenz Feenstra
On 08/12/2014 03:01 PM, Denis Kirjanov wrote: Ok, vdsClient with the desktopLogin works pretty well on the first step. I found a weird behavior when closing remote-viewer window. Even a session remains open (no logout/switch user is performed), the subsequent connect with the _same ticket_

Re: [ovirt-devel] Why there is no Ovirt Engine register item on Ovirt Node

2014-08-13 Thread Fabian Deutsch
- Original Message - Hi Fabian and Ryan, Even though the ovirt-node that is built by myself on CentOS has boot successfully. However, When I test my ovirt-node, and find one problem. please take a look the follow two ovirt-node running pictures. 1, Offical ovirt-node running

Re: [ovirt-devel] Why there is no Ovirt Engine register item on Ovirt Node

2014-08-13 Thread yangtao
Hi Fabian, How to build build plugin and use the kickstart provided in that plugin? What's more, I use 3.1.0 master version to build. The ovirt node master version doesn't include the VSDM plugin, right? Best Regards! Tao At 2014-08-13 04:53:55, Fabian Deutsch fdeut...@redhat.com

Re: [ovirt-devel] Why there is no Ovirt Engine register item on Ovirt Node

2014-08-13 Thread Douglas Schilling Landgraf
On 08/13/2014 05:12 AM, yangtao wrote: Hi Fabian, How to build build plugin and use the kickstart provided in that plugin? What's more, I use 3.1.0 master version to build. The ovirt node master version doesn't include the VSDM plugin, right? Hi Tao, In the below link there are steps how

[ovirt-devel] Command coordination deep-dive session

2014-08-13 Thread Oved Ourfali
Hi everyone The youtube streaming link for this session is: http://www.youtube.com/watch?v=Zn2DlCDP6bY It will start in a few minutes. Enjoy! Oved ___ Devel mailing list Devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/devel

Re: [ovirt-devel] popup dialog

2014-08-13 Thread Vojtech Szocs
Hi, in order to add new dialog, follow these steps: 1, create UiCommon model for the dialog, I see you already did this (TemplateBackupModel) - however from your code I don't understand why is there an unused _asyncQuery inside model constructor 2, modify existing list model to trigger

Re: [ovirt-devel] popup dialog

2014-08-13 Thread Vojtech Szocs
Hi, forgot to mention, one more thing needs to be done: // in PresenterModule bindPresenterWidget(TemplateBackupPopupPresenterWidget.class, TemplateBackupPopupPresenterWidget.ViewDef.class, TemplateBackupPopupView.class); (Above binds popup PresenterWidget/View within GIN DI

Re: [ovirt-devel] Command coordination deep-dive session

2014-08-13 Thread Leaboy
Hi, Could you give the PPT for us? ^_^ 在 8/13/14, 21:22, Oved Ourfali ov...@redhat.com 写入: Hi everyone The youtube streaming link for this session is: http://www.youtube.com/watch?v=Zn2DlCDP6bY It will start in a few minutes. Enjoy! Oved ___

Re: [ovirt-devel] popup dialog

2014-08-13 Thread Leaboy
Hi,Vojtech Szocs: Thanks for your help, I have let it work, The Error I got just because I miss the step 3 you noted. Another question is how could I got the returnValue after executeCommand , and let the returnValue display on the oher Popup dialog. 在 8/14/14, 0:07, Vojtech Szocs