| Summary: | Template Edit dialog loads SPICE as Graphics protocol even if using VNC | ||
|---|---|---|---|
| Product: | [oVirt] ovirt-engine | Reporter: | nicolas |
| Component: | Frontend.WebAdmin | Assignee: | Tomas Jelinek <tjelinek> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | meital avital <mavital> |
| Severity: | high | Docs Contact: | |
| Priority: | medium | ||
| Version: | 3.6.3.3 | CC: | bugs, mavital, mgoldboi, michal.skrivanek, mperina, tjelinek |
| Target Milestone: | ovirt-3.6.5 | Flags: | rule-engine:
ovirt-3.6.z+
mgoldboi: planning_ack+ tjelinek: devel_ack+ mavital: testing_ack+ |
| Target Release: | 3.6.5 | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | 3.6.5-1 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-04-21 14:37:40 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | Virt | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
nicolas
2016-03-08 21:37:59 UTC
Just to provide some additional info: It seems that saving the template indeed stores changes into DB: In [1]: t = kvm.templates.get(name='test') In [2]: disp = t.get_display() In [3]: disp.get_type() Out[3]: 'vnc' The thing is that whenever the Edit dialog is opened, the selection is changed to SPICE every time. If you don't forget to change it to VNC each time you save some changes, nothing wrong happens, but if you forget, SPICE is stored as it is selected by default even if the actual value is VNC. Bug tickets must have version flags set prior to targeting them to a release. Please ask maintainer to set the correct version flags and only then set the target milestone. Verified rhevm-3.6.5.1-0.1.el6 Verified Steps: 1. Go to the Templates tab 2. Select one and click Edit 3. Go to Console. 4. As graphics protocol SPICE will be selected. 5. Change it to VNC 6. Edit the template again and open the Console submenu 7. Verified that the graphics protocol change to VNC Also verified that when created a Teammate of VM with VNC -> the Template created with VNC. |