[ovirt-users] Re: VM Portal. User can't access the details box

2021-02-24 Thread Lucie Leistnerova

Hi Nicolás,

also please check browser console for errors. VM portal uses engine's 
RestAPI, so you can see what api method is called in 
/var/log/httpd/ovirt-requests-log.


On 2/24/21 12:03 PM, Artur Socha wrote:

Hi Nicolás,
First thing would be to check engine's logs
/var/log/ovirt-engine/engine.log. Would it be possible to post here a
snippet from the time this issue occurred?

There might be something in audit log as well (from the admin's account)

cheers,
Artur


On 24.02.2021 11:48, Nicolás wrote:

Hi,

We're running oVirt 4.1.8. We make an intense use of the VM Portal, as
our students use it to access and handle their machines. We're currently
having an issue with just one of our users. He claims that he created a
VM, and when tried to edit its details (clicking on the pencil), a
screen stating that the "VM Portal is experiencing some issues" is shown
(screenshot added).

I granted a UserRole permission on a user I handle, and I don't
experience that problem, I can edit the VM with no issues. The user also
states that this happens on any VM he creates.

I see nothing relevant in the log regarding this issue.

Please, any hint how to debug this?

Thanks.

Nicolás

___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/BVKO35XCMMUIYZHWTFBSJ6Q6ET7UGCZO/



___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/ICUOW7B3XDIZMFR3NRHTDSSML7IH2XZL/

Best regards,
--

Lucie Leistnerova
Associate Manager, Quality Engineering, RHV - QE Core & Tools
GChat: lleistne @ Virtualization 

Red Hat EMEA 
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/2UYTLOL2K5U7B5MO6DXY52WJHEDZ2NXW/


[ovirt-users] Re: VM Portal. User can't access the details box

2021-02-24 Thread Artur Socha
Hi Nicolás,
First thing would be to check engine's logs
/var/log/ovirt-engine/engine.log. Would it be possible to post here a
snippet from the time this issue occurred?

There might be something in audit log as well (from the admin's account)

cheers,
Artur


On 24.02.2021 11:48, Nicolás wrote:
> Hi,
> 
> We're running oVirt 4.1.8. We make an intense use of the VM Portal, as
> our students use it to access and handle their machines. We're currently
> having an issue with just one of our users. He claims that he created a
> VM, and when tried to edit its details (clicking on the pencil), a
> screen stating that the "VM Portal is experiencing some issues" is shown
> (screenshot added).
> 
> I granted a UserRole permission on a user I handle, and I don't
> experience that problem, I can edit the VM with no issues. The user also
> states that this happens on any VM he creates.
> 
> I see nothing relevant in the log regarding this issue.
> 
> Please, any hint how to debug this?
> 
> Thanks.
> 
> Nicolás
> 
> ___
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-le...@ovirt.org
> Privacy Statement: https://www.ovirt.org/privacy-policy.html
> oVirt Code of Conduct: 
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives: 
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/BVKO35XCMMUIYZHWTFBSJ6Q6ET7UGCZO/
> 



OpenPGP_signature
Description: OpenPGP digital signature
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/ICUOW7B3XDIZMFR3NRHTDSSML7IH2XZL/


[ovirt-users] Re: VM Portal on a stand alone server

2020-07-16 Thread Gal Villaret
Thanks.

Using a proxy is my plan.
I was asked by my security team to add some more "distance" from users to
the server running the engine and the database.
Coming to think of it, maybe deploying the DB on a standalone server is a
better approach.







On Wed, Jul 15, 2020 at 10:08 PM Michal Skrivanek <
michal.skriva...@redhat.com> wrote:

>
>
> On 15 Jul 2020, at 17:12, Gal Villaret  wrote:
>
> I have the engine running on a dedicated server.
>
> I would like to separate the VM Portal to another server or maybe have
> another instance of VM portal on another server.
>
> The idea is to be able to put the VM Portal on a different subnet and to
> put a firewall between it and the engine.
>
>
> it’s possible in devel mode, see docker container at
> https://github.com/oVirt/ovirt-web-ui
> but we’re not really updating it very often, I wouldn’t recommend it for
> production
>
> What’s the concern if you limit access to :443 and use a proxy? There’s
> not much more a random joe can do without a permission to log into
> webadmin, there’s just a static landing page with few links.
>
>
> Thanks.
>
> On Wed, Jul 15, 2020, 17:18 Sandro Bonazzola  wrote:
>
>>
>>
>> Il giorno mer 15 lug 2020 alle ore 12:26  ha
>> scritto:
>>
>>> Hi Folks,
>>>
>>> I'm rather new to oVirt and loving it.
>>> running 4.4.1.
>>> I would like to be able to run the VM Portal on a stand-alone server for
>>> security concerns.
>>>
>>> Can anyone point in the right direction for achieving this?
>>>
>>
>> Can you please elaborate?
>> Are you asking for having the admin portal and the VM user portal running
>> on 2 different servers?
>> Or running the engine on a dedicated server instead of on self hosted
>> engine VM?
>>
>>
>>
>>
>>>
>>> Thanks,
>>>
>>> Gal Villaret
>>> ___
>>> Users mailing list -- users@ovirt.org
>>> To unsubscribe send an email to users-le...@ovirt.org
>>> Privacy Statement: https://www.ovirt.org/privacy-policy.html
>>> oVirt Code of Conduct:
>>> https://www.ovirt.org/community/about/community-guidelines/
>>> List Archives:
>>> https://lists.ovirt.org/archives/list/users@ovirt.org/message/3BE6CNDNLDKZQW5ANOC3UFT3BQZZFGHC/
>>>
>>
>>
>> --
>> Sandro Bonazzola
>> MANAGER, SOFTWARE ENGINEERING, EMEA R RHV
>>
>> Red Hat EMEA 
>> sbona...@redhat.com
>> 
>>
>> *Red Hat respects your work life balance. Therefore there is no need to
>> answer this email out of your office hours.
>> *
>>
> ___
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-le...@ovirt.org
> Privacy Statement: https://www.ovirt.org/privacy-policy.html
> oVirt Code of Conduct:
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/EDCHL6QLGDWU2GASCOXHC4B3DFHJNPBC/
>
>
>
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/W7S2KFDTCRV3HDV5MYQQTPID2ZWMLLCX/


[ovirt-users] Re: VM Portal on a stand alone server

2020-07-15 Thread Michal Skrivanek


> On 15 Jul 2020, at 17:12, Gal Villaret  wrote:
> 
> I have the engine running on a dedicated server.
> 
> I would like to separate the VM Portal to another server or maybe have 
> another instance of VM portal on another server.
> 
> The idea is to be able to put the VM Portal on a different subnet and to put 
> a firewall between it and the engine.

it’s possible in devel mode, see docker container at 
https://github.com/oVirt/ovirt-web-ui
but we’re not really updating it very often, I wouldn’t recommend it for 
production

What’s the concern if you limit access to :443 and use a proxy? There’s not 
much more a random joe can do without a permission to log into webadmin, 
there’s just a static landing page with few links.

> 
> Thanks. 
> 
> On Wed, Jul 15, 2020, 17:18 Sandro Bonazzola  > wrote:
> 
> 
> Il giorno mer 15 lug 2020 alle ore 12:26  > ha scritto:
> Hi Folks, 
> 
> I'm rather new to oVirt and loving it. 
> running 4.4.1. 
> I would like to be able to run the VM Portal on a stand-alone server for 
> security concerns. 
> 
> Can anyone point in the right direction for achieving this? 
> 
> Can you please elaborate?
> Are you asking for having the admin portal and the VM user portal running on 
> 2 different servers?
> Or running the engine on a dedicated server instead of on self hosted engine 
> VM?
> 
> 
>  
> 
> Thanks, 
> 
> Gal Villaret
> ___
> Users mailing list -- users@ovirt.org 
> To unsubscribe send an email to users-le...@ovirt.org 
> 
> Privacy Statement: https://www.ovirt.org/privacy-policy.html 
> 
> oVirt Code of Conduct: 
> https://www.ovirt.org/community/about/community-guidelines/ 
> 
> List Archives: 
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/3BE6CNDNLDKZQW5ANOC3UFT3BQZZFGHC/
>  
> 
> 
> 
> -- 
> Sandro Bonazzola
> MANAGER, SOFTWARE ENGINEERING, EMEA R RHV
> Red Hat EMEA 
> sbona...@redhat.com    
>  
> Red Hat respects your work life balance. Therefore there is no need to answer 
> this email out of your office hours.
>  
> ___
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-le...@ovirt.org
> Privacy Statement: https://www.ovirt.org/privacy-policy.html
> oVirt Code of Conduct: 
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives: 
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/EDCHL6QLGDWU2GASCOXHC4B3DFHJNPBC/

___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/LRELPGG4GFRDX4NAYARVT4IFBT6QXBL2/


[ovirt-users] Re: VM Portal on a stand alone server

2020-07-15 Thread Gal Villaret
I have the engine running on a dedicated server.

I would like to separate the VM Portal to another server or maybe have
another instance of VM portal on another server.

The idea is to be able to put the VM Portal on a different subnet and to
put a firewall between it and the engine.

Thanks.

On Wed, Jul 15, 2020, 17:18 Sandro Bonazzola  wrote:

>
>
> Il giorno mer 15 lug 2020 alle ore 12:26  ha
> scritto:
>
>> Hi Folks,
>>
>> I'm rather new to oVirt and loving it.
>> running 4.4.1.
>> I would like to be able to run the VM Portal on a stand-alone server for
>> security concerns.
>>
>> Can anyone point in the right direction for achieving this?
>>
>
> Can you please elaborate?
> Are you asking for having the admin portal and the VM user portal running
> on 2 different servers?
> Or running the engine on a dedicated server instead of on self hosted
> engine VM?
>
>
>
>
>>
>> Thanks,
>>
>> Gal Villaret
>> ___
>> Users mailing list -- users@ovirt.org
>> To unsubscribe send an email to users-le...@ovirt.org
>> Privacy Statement: https://www.ovirt.org/privacy-policy.html
>> oVirt Code of Conduct:
>> https://www.ovirt.org/community/about/community-guidelines/
>> List Archives:
>> https://lists.ovirt.org/archives/list/users@ovirt.org/message/3BE6CNDNLDKZQW5ANOC3UFT3BQZZFGHC/
>>
>
>
> --
>
> Sandro Bonazzola
>
> MANAGER, SOFTWARE ENGINEERING, EMEA R RHV
>
> Red Hat EMEA 
>
> sbona...@redhat.com
> 
>
> *Red Hat respects your work life balance. Therefore there is no need to
> answer this email out of your office hours.
> *
>
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/EDCHL6QLGDWU2GASCOXHC4B3DFHJNPBC/


[ovirt-users] Re: VM Portal on a stand alone server

2020-07-15 Thread Sandro Bonazzola
Il giorno mer 15 lug 2020 alle ore 12:26  ha
scritto:

> Hi Folks,
>
> I'm rather new to oVirt and loving it.
> running 4.4.1.
> I would like to be able to run the VM Portal on a stand-alone server for
> security concerns.
>
> Can anyone point in the right direction for achieving this?
>

Can you please elaborate?
Are you asking for having the admin portal and the VM user portal running
on 2 different servers?
Or running the engine on a dedicated server instead of on self hosted
engine VM?




>
> Thanks,
>
> Gal Villaret
> ___
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-le...@ovirt.org
> Privacy Statement: https://www.ovirt.org/privacy-policy.html
> oVirt Code of Conduct:
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/3BE6CNDNLDKZQW5ANOC3UFT3BQZZFGHC/
>


-- 

Sandro Bonazzola

MANAGER, SOFTWARE ENGINEERING, EMEA R RHV

Red Hat EMEA 

sbona...@redhat.com


*Red Hat respects your work life balance. Therefore there is no need to
answer this email out of your office hours.
*
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/M3BV5XHRODSS3WN7ZIY7B4XMBSCBCXMR/


[ovirt-users] Re: VM Portal please add search filter box and list view as in Administration portal

2019-07-09 Thread Michal Skrivanek
On 9 Jul 2019, at 18:07, Vrgotic, Marko  wrote:

Dear oVirt,

This email has bounced two times already, and I am not sure what is wrong.
Hopefully you get it this time.

 Request is below.

Sent from my iPhone

Dear oVirt,



Would it be possible to discuss/consider adding search/filter field for VM
Portal, resembling one in Administration Portal?



I have 60 users with over 500VMs and it would be really good to have this
option. At this moment is virtually impossible to use the VMPortal due to
poor view options.


https://github.com/oVirt/ovirt-web-ui/pull/997 is in progress



We are currently running oVirt 4.3.3.





— — —
Met vriendelijke groet / Kind regards,

*Marko Vrgotic*

Sr.  System Engineer @ System Administration
m.vrgo...@activevideo.com



___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct:
https://www.ovirt.org/community/about/community-guidelines/
List Archives:
https://lists.ovirt.org/archives/list/users@ovirt.org/message/EEO3OJ2EVVN4HGRDI7ODHNKSUHCGXRM2/
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/MQKZYMLL5PTU3ZS6MC5K6CGIPWBSS3FM/


[ovirt-users] Re: VM Portal is currently having some issues

2019-01-08 Thread Arnaud DEBEC
Update firefox to 52.7.0, problem solved.
Thank you!

--
Ninroot
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/T5Z2PBBBSHK5J2XANKHQEDOGIQ243XQR/


[ovirt-users] Re: VM Portal is currently having some issues

2019-01-08 Thread Bohdan Iakymets
Ok, I see. So there is two way to fix this. Update your browser to at
least 47 version. Or try latest master.

BI

On Tue, Jan 8, 2019 at 4:05 PM Arnaud DEBEC  wrote:

> Hi,
>
> Firefox 45.4.0
> ___
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-le...@ovirt.org
> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
> oVirt Code of Conduct:
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/IDOQPGF5UNPDUZZXRFDYGKH2N4CAEPUS/
>
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/SWGXQISE2FPFROMQU274YPWNJRQ5UHVA/


[ovirt-users] Re: VM Portal is currently having some issues

2019-01-08 Thread Arnaud DEBEC
Hi,

Firefox 45.4.0
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/IDOQPGF5UNPDUZZXRFDYGKH2N4CAEPUS/


[ovirt-users] Re: VM Portal is currently having some issues

2019-01-07 Thread Bohdan Iakymets
Hi,

which browser are you using?

BI

On Mon, Jan 7, 2019 at 11:40 AM Arnaud DEBEC  wrote:

> debug  External action icon() starts on
> {"type":"GET_ICON","payload":{"id":"29a68d8e-51af-a9cf-767e-b7d7443310c6"}}
> main.c561b56b.js:5:30702
>  debug  _httpGet start:
> url="/ovirt-engine/api/icons/29a68d8e-51af-a9cf-767e-b7d7443310c6"
> main.c561b56b.js:25:1757
>  debug  _httpGet:
> url="/ovirt-engine/api/icons/29a68d8e-51af-a9cf-767e-b7d7443310c6",
> headers="{"Authorization":"Bearer
> j2hTgAharRRndqllQzCBIf-s-L3-qv7NaMhVU1mAXwVd8QMNAdngQUBSDfv_h7picvV_lV7j4Vt9QXw1BmrdIw","Accept-Language":"en_US","Filter":false,"Accept":"application/json"}"
> main.c561b56b.js:25:1977
>  debug  Reducing action:
> {"type":"SET_CLUSTERS","payload":[{"id":"f84c0bca-d07f-11e8-b783-00163e4a1e4f","name":"Default","dataCenterId":"f84a2846-d07f-11e8-8843-00163e4a1e4f","architecture":"x86_64","memoryPolicy":{"overCommitPercent":"100"}}]}
> main.c561b56b.js:3:31253
>  debug  Reducing action:
> {"type":"SET_USB_FILTER","payload":{"usbFilter":"-1,60186,1,256,1|-1,1118,245,-1,1|-1,1133,2245,-1,1|-1,1133,2242,5,1|8,-1,-1,-1,1|7,-1,-1,-1,1|-1,-1,-1,-1,0"}}
> main.c561b56b.js:3:31253
>  debug  Reducing action:
> {"type":"SET_HOSTS","payload":[{"id":"755ef7f7-9a10-47b6-a611-414a9d1e03d3","name":"myhost1.local","address":"myhost1.local","clusterId":"f84c0bca-d07f-11e8-b783-00163e4a1e4f"},{"id":"8692d8ce-de63-48be-bb10-57e40f254a40","name":"host2","address":"host2","clusterId":"f84c0bca-d07f-11e8-b783-00163e4a1e4f"},{"id":"f43a0ac3-de88-4c2d-b449-cadb34334b0c","name":"host3","address":"host3","clusterId":"f84c0bca-d07f-11e8-b783-00163e4a1e4f"}]}
> main.c561b56b.js:3:31253
>  debug  Reducing action:
> {"type":"SET_TEMPLATES","payload":[{"id":"----","name":"Blank","description":"Blank
> template","clusterId":null,"memory":"1073741824","cpu":{"topology":{"cores":"1","sockets":"1","threads":"1"}},"version":{"name":"","number":"0","baseTemplateId":"----"},"os":{"type":"other"},"cloudInit":{"enabled":false,"hostName":"","sshAuthorizedKeys":""},"bootMenuEnabled":false},{"id":"42b4d0cd-1569-494d-8a43-e3f496bd283c","name":"minimal_prepared","description":"minimal
> with vagrant, ovirt agent
> ","clusterId":"f84c0bca-d07f-11e8-b783-00163e4a1e4f","memory":"2147483648","cpu":{"topology":{"cores":"1","sockets":"2","threads":"1"}},"version":{"name":"base
> version","number":"1","baseTemplateId":"42b4d0cd-1569-494d-8a43-e3f496bd283c"},"os":{"type":"rhel_7x64"},"cloudInit":{"enabled":true,"hostName":"minimal","sshAuthorizedKeys":""},"bootMenuEnabled":false},{"id":"85b7e618-1de4-4548-bc3e-48cde8684e8b","name":"minima
>  l_unprepared","description":"eth0:
> 172.16.51.200","clusterId":"f84c0bca-d07f-11e8-b783-00163e4a1e4f","memory":"2147483648","cpu":{"topology":{"cores":"1","sockets":"2","threads":"1"}},"version":{"name":"base
> version","number":"1","baseTemplateId":"85b7e618-1de4-4548-bc3e-48cde8684e8b"},"os":{"type":"rhel_7x64"},"cloudInit":{"enabled":true,"hostName":"","sshAuthorizedKeys":""},"bootMenuEnabled":false},{"id":"d8e81180-11ef-4176-98e5-6debd82df0da","name":"standard_prepared","description":"standard
> with vagrant, ovirt agent
> ","clusterId":"f84c0bca-d07f-11e8-b783-00163e4a1e4f","memory":"2147483648","cpu":{"topology":{"cores":"1","sockets":"2","threads":"1"}},"version":{"name":"base
> version","number":"1","baseTemplateId":"d8e81180-11ef-4176-98e5-6debd82df0da"},"os":{"type":"rhel_7x64"},"cloudInit":{"enabled":true,"hostName":"","sshAuthorizedKeys":""},"bootMenuEnabled":false},{"id":"26687b57-ac85-4a23-94d5-990222301bff","name":"standard_unpreapred","description":"eth0:
> 172.16.51.201","clus
>  
> terId":"f84c0bca-d07f-11e8-b783-00163e4a1e4f","memory":"2147483648","cpu":{"topology":{"cores":"1","sockets":"2","threads":"1"}},"version":{"name":"base
> version","number":"1","baseTemplateId":"26687b57-ac85-4a23-94d5-990222301bff"},"os":{"type":"rhel_7x64"},"cloudInit":{"enabled":false,"hostName":"","sshAuthorizedKeys":""},"bootMenuEnabled":false}]}
> main.c561b56b.js:3:31253
>  debug  Reducing action:
> {"type":"SET_VNIC_PROFILES","payload":{"vnicProfiles":[{"id":"000a-000a-000a-000a-0398","name":"ovirtmgmt","network":{"id":"----0009","name":"ovirtmgmt"}},{"id":"0fa8da75-b2bf-4f90-99a3-49b1a966284b","name":"production","network":{"id":"f8d236de-8f79-4f81-9c73-70e6e468b82a","name":"production"}}]}}
> main.c561b56b.js:3:31253
>  debug  compareVersion(),
> actual={"passed":true,"build":"7","full_version":"4.2.7.5-1.el7","major":"4","minor":"2","revision":"0"},
> required={"major":4,"minor":2} main.c561b56b.js:25:26441
>  debug  Reducing action:
> {"type":"UPDATE_VMS","payload":{"vms":[{"name":"HostedEngine","description":"Hosted
> engine
> VM","id":"2b1f07f6-be44-48a1-9a0b-353dfa80e6d9","status":"up","type":"server","nextRunExists":false,"lastMessage":"","hostId":"755ef7f7-9a10-47b6-a611-414a9d1e03d3","stopTime":"Tue,
> 16 Oct 2018 09:28:32 

[ovirt-users] Re: VM Portal is currently having some issues

2019-01-07 Thread Arnaud DEBEC
debug  External action icon() starts on 
{"type":"GET_ICON","payload":{"id":"29a68d8e-51af-a9cf-767e-b7d7443310c6"}} 
main.c561b56b.js:5:30702
 debug  _httpGet start: 
url="/ovirt-engine/api/icons/29a68d8e-51af-a9cf-767e-b7d7443310c6" 
main.c561b56b.js:25:1757
 debug  _httpGet: 
url="/ovirt-engine/api/icons/29a68d8e-51af-a9cf-767e-b7d7443310c6", 
headers="{"Authorization":"Bearer 
j2hTgAharRRndqllQzCBIf-s-L3-qv7NaMhVU1mAXwVd8QMNAdngQUBSDfv_h7picvV_lV7j4Vt9QXw1BmrdIw","Accept-Language":"en_US","Filter":false,"Accept":"application/json"}"
 main.c561b56b.js:25:1977
 debug  Reducing action: 
{"type":"SET_CLUSTERS","payload":[{"id":"f84c0bca-d07f-11e8-b783-00163e4a1e4f","name":"Default","dataCenterId":"f84a2846-d07f-11e8-8843-00163e4a1e4f","architecture":"x86_64","memoryPolicy":{"overCommitPercent":"100"}}]}
 main.c561b56b.js:3:31253
 debug  Reducing action: 
{"type":"SET_USB_FILTER","payload":{"usbFilter":"-1,60186,1,256,1|-1,1118,245,-1,1|-1,1133,2245,-1,1|-1,1133,2242,5,1|8,-1,-1,-1,1|7,-1,-1,-1,1|-1,-1,-1,-1,0"}}
 main.c561b56b.js:3:31253
 debug  Reducing action: 
{"type":"SET_HOSTS","payload":[{"id":"755ef7f7-9a10-47b6-a611-414a9d1e03d3","name":"myhost1.local","address":"myhost1.local","clusterId":"f84c0bca-d07f-11e8-b783-00163e4a1e4f"},{"id":"8692d8ce-de63-48be-bb10-57e40f254a40","name":"host2","address":"host2","clusterId":"f84c0bca-d07f-11e8-b783-00163e4a1e4f"},{"id":"f43a0ac3-de88-4c2d-b449-cadb34334b0c","name":"host3","address":"host3","clusterId":"f84c0bca-d07f-11e8-b783-00163e4a1e4f"}]}
 main.c561b56b.js:3:31253
 debug  Reducing action: 
{"type":"SET_TEMPLATES","payload":[{"id":"----","name":"Blank","description":"Blank
 
template","clusterId":null,"memory":"1073741824","cpu":{"topology":{"cores":"1","sockets":"1","threads":"1"}},"version":{"name":"","number":"0","baseTemplateId":"----"},"os":{"type":"other"},"cloudInit":{"enabled":false,"hostName":"","sshAuthorizedKeys":""},"bootMenuEnabled":false},{"id":"42b4d0cd-1569-494d-8a43-e3f496bd283c","name":"minimal_prepared","description":"minimal
 with vagrant, ovirt agent 
","clusterId":"f84c0bca-d07f-11e8-b783-00163e4a1e4f","memory":"2147483648","cpu":{"topology":{"cores":"1","sockets":"2","threads":"1"}},"version":{"name":"base
 
version","number":"1","baseTemplateId":"42b4d0cd-1569-494d-8a43-e3f496bd283c"},"os":{"type":"rhel_7x64"},"cloudInit":{"enabled":true,"hostName":"minimal","sshAuthorizedKeys":""},"bootMenuEnabled":false},{"id":"85b7e618-1de4-4548-bc3e-48cde8684e8b","name":"minima
 l_unprepared","description":"eth0: 
172.16.51.200","clusterId":"f84c0bca-d07f-11e8-b783-00163e4a1e4f","memory":"2147483648","cpu":{"topology":{"cores":"1","sockets":"2","threads":"1"}},"version":{"name":"base
 
version","number":"1","baseTemplateId":"85b7e618-1de4-4548-bc3e-48cde8684e8b"},"os":{"type":"rhel_7x64"},"cloudInit":{"enabled":true,"hostName":"","sshAuthorizedKeys":""},"bootMenuEnabled":false},{"id":"d8e81180-11ef-4176-98e5-6debd82df0da","name":"standard_prepared","description":"standard
 with vagrant, ovirt agent 
","clusterId":"f84c0bca-d07f-11e8-b783-00163e4a1e4f","memory":"2147483648","cpu":{"topology":{"cores":"1","sockets":"2","threads":"1"}},"version":{"name":"base
 
version","number":"1","baseTemplateId":"d8e81180-11ef-4176-98e5-6debd82df0da"},"os":{"type":"rhel_7x64"},"cloudInit":{"enabled":true,"hostName":"","sshAuthorizedKeys":""},"bootMenuEnabled":false},{"id":"26687b57-ac85-4a23-94d5-990222301bff","name":"standard_unpreapred","description":"eth0:
 172.16.51.201","clus
 
terId":"f84c0bca-d07f-11e8-b783-00163e4a1e4f","memory":"2147483648","cpu":{"topology":{"cores":"1","sockets":"2","threads":"1"}},"version":{"name":"base
 
version","number":"1","baseTemplateId":"26687b57-ac85-4a23-94d5-990222301bff"},"os":{"type":"rhel_7x64"},"cloudInit":{"enabled":false,"hostName":"","sshAuthorizedKeys":""},"bootMenuEnabled":false}]}
 main.c561b56b.js:3:31253
 debug  Reducing action: 
{"type":"SET_VNIC_PROFILES","payload":{"vnicProfiles":[{"id":"000a-000a-000a-000a-0398","name":"ovirtmgmt","network":{"id":"----0009","name":"ovirtmgmt"}},{"id":"0fa8da75-b2bf-4f90-99a3-49b1a966284b","name":"production","network":{"id":"f8d236de-8f79-4f81-9c73-70e6e468b82a","name":"production"}}]}}
 main.c561b56b.js:3:31253
 debug  compareVersion(), 
actual={"passed":true,"build":"7","full_version":"4.2.7.5-1.el7","major":"4","minor":"2","revision":"0"},
 required={"major":4,"minor":2} main.c561b56b.js:25:26441
 debug  Reducing action: 
{"type":"UPDATE_VMS","payload":{"vms":[{"name":"HostedEngine","description":"Hosted
 engine 
VM","id":"2b1f07f6-be44-48a1-9a0b-353dfa80e6d9","status":"up","type":"server","nextRunExists":false,"lastMessage":"","hostId":"755ef7f7-9a10-47b6-a611-414a9d1e03d3","stopTime":"Tue,
 16 Oct 2018 09:28:32 GMT","creationTime":"Tue, 16 Oct 2018 09:28:32 

[ovirt-users] Re: VM Portal is currently having some issues

2019-01-03 Thread Greg Sheremeta
Hi!

Information should be in the browser console. F12 > Console, or
Shift-Ctrl-I, Console
Is there a red stack trace?
If so, paste that along with maybe 20 or so lines above, for context.

Best wishes,
Greg


On Thu, Jan 3, 2019 at 9:02 AM Arnaud DEBEC  wrote:

> Hi,
> When opening the web-ui with the admin@internal user, I get the message
> "Sorry, VM Portal is currently having some issues".
> Back to the admin portal > Events, nothing has been logged. Nothing in
> /var/log/ovirt-engine/ui.log, server.log or engine.log either.
> Any suggestion?
> ___
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-le...@ovirt.org
> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
> oVirt Code of Conduct:
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/OGAK4BCLMNSECGACT3UC7NVHSQ7Y3ROY/
>


-- 

GREG SHEREMETA

SENIOR SOFTWARE ENGINEER - TEAM LEAD - RHV UX

Red Hat NA



gsher...@redhat.comIRC: gshereme

___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/QHH3RHMAC73NLELTEEMRKHGWTD67J7SO/


[ovirt-users] Re: VM Portal noVNC Console invocation

2018-10-08 Thread Brian Wilson
Maybe a more concise question.

Can i change the console invocation method on the VM portal like I can on the 
Admin Portal?

___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/X37VBO27DXR24VUH65GUOFLMX6LTI3F2/


[ovirt-users] Re: VM Portal

2018-07-27 Thread carl langlois
You have a good point, my mistake. Thanks for your help


Le ven. 27 juill. 2018 01 h 17, Michal Skrivanek <
michal.skriva...@redhat.com> a écrit :

>
>
> On 26 Jul 2018, at 23:58, Greg Sheremeta  wrote:
>
> On Thu, Jul 26, 2018 at 11:28 AM carl langlois 
> wrote:
>
>> yes it is an upgrade. My current web-ui version is
>>
>> ovirt-web-ui.noarch  1.3.9-1.el7.centos
>> @ovirt-4.2
>>
>> and my engine package is
>>
>> ovirt-engine.noarch  4.2.0.2-1.el7.centos
>>
>
> ^^ Hmm, that should be 4.2.4 too. When did you upgrade?
>
> @Michal Skrivanek  have you seen this behavior?
>
>
> Run engine-setup, not yum update
>
>
>
>>
>>
>> On Thu, Jul 26, 2018 at 11:12 AM, Greg Sheremeta 
>> wrote:
>>
>>> Is this an upgrade? We did have a bug where ovirt-web-ui wasn't getting
>>> upgraded properly. You can yum/dnf update it and try again.
>>>
>>> On Thu, Jul 26, 2018 at 10:58 AM carl langlois 
>>> wrote:
>>>
 Hi,

 Yes my user should have permission to see the VM since it is in the VM
 permission table

 I have look at the version from the web ui and it says
 Software Version:4.2.0.2-1.el7.centos

 

 why it is not 4.2.4

 my repo in the engine VM is
 [ovirt-4.2]
 name=Latest oVirt 4.2 Release
 #baseurl=http://resources.ovirt.org/pub/ovirt-4.2/rpm/el$releasever/
 mirrorlist=http://resources.ovirt.org/pub/yum-repo/mirrorlis
 t-ovirt-4.2-el$releasever
 enabled=1
 skip_if_unavailable=1
 gpgcheck=1


 Thanks
 Regards



 On Thu, Jul 26, 2018 at 10:47 AM, Greg Sheremeta 
 wrote:

>
>
> On Thu, Jul 26, 2018 at 7:52 AM carl langlois 
> wrote:
>
>> Hi,
>>
>> I know thta the VM portal add issue with displaying user VMs. It seem
>> to be fix with this bug
>> *https://bugzilla.redhat.com/show_bug.cgi?id=148087
>> *
>>
>>
> https://bugzilla.redhat.com/show_bug.cgi?id=1480877   (you missed a 7
> :))
>
>
>> But if i try the portal does not show anything, My engine is up to
>> date with 4.2 repo. It this still a issue?
>>
>
> Yes, that code is released and it should be working. Can you describe
> your permissions? Does your user have permissions to see the vm?
>
>
>>
>> Thanks
>> ___
>> Users mailing list -- users@ovirt.org
>> To unsubscribe send an email to users-le...@ovirt.org
>> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
>> oVirt Code of Conduct: https://www.ovirt.org/communit
>> y/about/community-guidelines/
>> List Archives: https://lists.ovirt.org/archiv
>> es/list/users@ovirt.org/message/AMNEI773NCIYNZKSOBE7CTEHMJHFE5JD/
>>
>
>
> --
>
> GREG SHEREMETA
>
> SENIOR SOFTWARE ENGINEER - TEAM LEAD - RHV UX
>
> Red Hat NA
>
> 
>
> gsher...@redhat.comIRC: gshereme
> 
>


>>>
>>> --
>>>
>>> GREG SHEREMETA
>>>
>>> SENIOR SOFTWARE ENGINEER - TEAM LEAD - RHV UX
>>>
>>> Red Hat NA
>>>
>>> 
>>>
>>> gsher...@redhat.comIRC: gshereme
>>> 
>>>
>>
>>
>
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/PU2LFO27YYZOKKVZGN4SUTGNKVZNLJE6/


[ovirt-users] Re: VM Portal

2018-07-26 Thread Greg Sheremeta
On Thu, Jul 26, 2018 at 11:28 AM carl langlois 
wrote:

> yes it is an upgrade. My current web-ui version is
>
> ovirt-web-ui.noarch  1.3.9-1.el7.centos
> @ovirt-4.2
>
> and my engine package is
>
> ovirt-engine.noarch  4.2.0.2-1.el7.centos
>

^^ Hmm, that should be 4.2.4 too. When did you upgrade?

@Michal Skrivanek  have you seen this behavior?



>
>
> On Thu, Jul 26, 2018 at 11:12 AM, Greg Sheremeta 
> wrote:
>
>> Is this an upgrade? We did have a bug where ovirt-web-ui wasn't getting
>> upgraded properly. You can yum/dnf update it and try again.
>>
>> On Thu, Jul 26, 2018 at 10:58 AM carl langlois 
>> wrote:
>>
>>> Hi,
>>>
>>> Yes my user should have permission to see the VM since it is in the VM
>>> permission table
>>>
>>> I have look at the version from the web ui and it says
>>> Software Version:4.2.0.2-1.el7.centos
>>>
>>>
>>>
>>> why it is not 4.2.4
>>>
>>> my repo in the engine VM is
>>> [ovirt-4.2]
>>> name=Latest oVirt 4.2 Release
>>> #baseurl=http://resources.ovirt.org/pub/ovirt-4.2/rpm/el$releasever/
>>> mirrorlist=
>>> http://resources.ovirt.org/pub/yum-repo/mirrorlist-ovirt-4.2-el$releasever
>>> enabled=1
>>> skip_if_unavailable=1
>>> gpgcheck=1
>>>
>>>
>>> Thanks
>>> Regards
>>>
>>>
>>>
>>> On Thu, Jul 26, 2018 at 10:47 AM, Greg Sheremeta 
>>> wrote:
>>>


 On Thu, Jul 26, 2018 at 7:52 AM carl langlois 
 wrote:

> Hi,
>
> I know thta the VM portal add issue with displaying user VMs. It seem
> to be fix with this bug
> *https://bugzilla.redhat.com/show_bug.cgi?id=148087
> *
>
>
 https://bugzilla.redhat.com/show_bug.cgi?id=1480877   (you missed a 7
 :))


> But if i try the portal does not show anything, My engine is up to
> date with 4.2 repo. It this still a issue?
>

 Yes, that code is released and it should be working. Can you describe
 your permissions? Does your user have permissions to see the vm?


>
> Thanks
> ___
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-le...@ovirt.org
> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
> oVirt Code of Conduct:
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/AMNEI773NCIYNZKSOBE7CTEHMJHFE5JD/
>


 --

 GREG SHEREMETA

 SENIOR SOFTWARE ENGINEER - TEAM LEAD - RHV UX

 Red Hat NA

 

 gsher...@redhat.comIRC: gshereme
 

>>>
>>>
>>
>> --
>>
>> GREG SHEREMETA
>>
>> SENIOR SOFTWARE ENGINEER - TEAM LEAD - RHV UX
>>
>> Red Hat NA
>>
>> 
>>
>> gsher...@redhat.comIRC: gshereme
>> 
>>
>
>

-- 

GREG SHEREMETA

SENIOR SOFTWARE ENGINEER - TEAM LEAD - RHV UX

Red Hat NA



gsher...@redhat.comIRC: gshereme

___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/JCCBTNOF7APLAUVYLZ2GWMCH6IHNEGWE/


[ovirt-users] Re: VM Portal

2018-07-26 Thread Greg Sheremeta
Is this an upgrade? We did have a bug where ovirt-web-ui wasn't getting
upgraded properly. You can yum/dnf update it and try again.

On Thu, Jul 26, 2018 at 10:58 AM carl langlois 
wrote:

> Hi,
>
> Yes my user should have permission to see the VM since it is in the VM
> permission table
>
> I have look at the version from the web ui and it says
> Software Version:4.2.0.2-1.el7.centos
>
>
>
> why it is not 4.2.4
>
> my repo in the engine VM is
> [ovirt-4.2]
> name=Latest oVirt 4.2 Release
> #baseurl=http://resources.ovirt.org/pub/ovirt-4.2/rpm/el$releasever/
> mirrorlist=
> http://resources.ovirt.org/pub/yum-repo/mirrorlist-ovirt-4.2-el$releasever
> enabled=1
> skip_if_unavailable=1
> gpgcheck=1
>
>
> Thanks
> Regards
>
>
>
> On Thu, Jul 26, 2018 at 10:47 AM, Greg Sheremeta 
> wrote:
>
>>
>>
>> On Thu, Jul 26, 2018 at 7:52 AM carl langlois 
>> wrote:
>>
>>> Hi,
>>>
>>> I know thta the VM portal add issue with displaying user VMs. It seem to
>>> be fix with this bug
>>> *https://bugzilla.redhat.com/show_bug.cgi?id=148087
>>> *
>>>
>>>
>> https://bugzilla.redhat.com/show_bug.cgi?id=1480877   (you missed a 7 :))
>>
>>
>>> But if i try the portal does not show anything, My engine is up to date
>>> with 4.2 repo. It this still a issue?
>>>
>>
>> Yes, that code is released and it should be working. Can you describe
>> your permissions? Does your user have permissions to see the vm?
>>
>>
>>>
>>> Thanks
>>> ___
>>> Users mailing list -- users@ovirt.org
>>> To unsubscribe send an email to users-le...@ovirt.org
>>> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
>>> oVirt Code of Conduct:
>>> https://www.ovirt.org/community/about/community-guidelines/
>>> List Archives:
>>> https://lists.ovirt.org/archives/list/users@ovirt.org/message/AMNEI773NCIYNZKSOBE7CTEHMJHFE5JD/
>>>
>>
>>
>> --
>>
>> GREG SHEREMETA
>>
>> SENIOR SOFTWARE ENGINEER - TEAM LEAD - RHV UX
>>
>> Red Hat NA
>>
>> 
>>
>> gsher...@redhat.comIRC: gshereme
>> 
>>
>
>

-- 

GREG SHEREMETA

SENIOR SOFTWARE ENGINEER - TEAM LEAD - RHV UX

Red Hat NA



gsher...@redhat.comIRC: gshereme

___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/LZKLSJB4HAJEYHPDJO6Z2XSV46BKPIWK/


[ovirt-users] Re: VM Portal

2018-07-26 Thread carl langlois
Hi,

Yes my user should have permission to see the VM since it is in the VM
permission table

I have look at the version from the web ui and it says
Software Version:4.2.0.2-1.el7.centos



why it is not 4.2.4

my repo in the engine VM is
[ovirt-4.2]
name=Latest oVirt 4.2 Release
#baseurl=http://resources.ovirt.org/pub/ovirt-4.2/rpm/el$releasever/
mirrorlist=
http://resources.ovirt.org/pub/yum-repo/mirrorlist-ovirt-4.2-el$releasever
enabled=1
skip_if_unavailable=1
gpgcheck=1


Thanks
Regards



On Thu, Jul 26, 2018 at 10:47 AM, Greg Sheremeta 
wrote:

>
>
> On Thu, Jul 26, 2018 at 7:52 AM carl langlois 
> wrote:
>
>> Hi,
>>
>> I know thta the VM portal add issue with displaying user VMs. It seem to
>> be fix with this bug
>> *https://bugzilla.redhat.com/show_bug.cgi?id=148087
>> *
>>
>>
> https://bugzilla.redhat.com/show_bug.cgi?id=1480877   (you missed a 7 :))
>
>
>> But if i try the portal does not show anything, My engine is up to date
>> with 4.2 repo. It this still a issue?
>>
>
> Yes, that code is released and it should be working. Can you describe your
> permissions? Does your user have permissions to see the vm?
>
>
>>
>> Thanks
>> ___
>> Users mailing list -- users@ovirt.org
>> To unsubscribe send an email to users-le...@ovirt.org
>> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
>> oVirt Code of Conduct: https://www.ovirt.org/community/about/community-
>> guidelines/
>> List Archives: https://lists.ovirt.org/archives/list/users@ovirt.org/
>> message/AMNEI773NCIYNZKSOBE7CTEHMJHFE5JD/
>>
>
>
> --
>
> GREG SHEREMETA
>
> SENIOR SOFTWARE ENGINEER - TEAM LEAD - RHV UX
>
> Red Hat NA
>
> 
>
> gsher...@redhat.comIRC: gshereme
> 
>
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/ZFUSSE43RO7GG6B7O6IY2AKCDKYQIL6S/


[ovirt-users] Re: VM Portal

2018-07-26 Thread Greg Sheremeta
On Thu, Jul 26, 2018 at 7:52 AM carl langlois 
wrote:

> Hi,
>
> I know thta the VM portal add issue with displaying user VMs. It seem to
> be fix with this bug
> *https://bugzilla.redhat.com/show_bug.cgi?id=148087
> *
>
>
https://bugzilla.redhat.com/show_bug.cgi?id=1480877   (you missed a 7 :))


> But if i try the portal does not show anything, My engine is up to date
> with 4.2 repo. It this still a issue?
>

Yes, that code is released and it should be working. Can you describe your
permissions? Does your user have permissions to see the vm?


>
> Thanks
> ___
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-le...@ovirt.org
> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
> oVirt Code of Conduct:
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/AMNEI773NCIYNZKSOBE7CTEHMJHFE5JD/
>


-- 

GREG SHEREMETA

SENIOR SOFTWARE ENGINEER - TEAM LEAD - RHV UX

Red Hat NA



gsher...@redhat.comIRC: gshereme

___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/FGOZQAGX4HXP56CPUOJD2QNXQAVYZXOE/