Comment 3 for bug 1356633

Revision history for this message
Thiago Martins (martinx) wrote :

Hello Dims, Sahid,

Thanks for this fast reply! :-)

I'm using KVM as hypervisor (Compute Node), and with SPICE Consoles + SPICE Agent installed on Windows guest (I'm not using VNC anymore).

That line 3407 you presented, it have:

"... and guest.os_type == vm_mode.HVM"

so, I think that KVM is "vm_mode.HVM", am I right?!

The compute configuration is (nova.conf):

---
vnc_enabled = False
novnc_enabled = False

[spice]
enabled = True
agent_enabled = True
html5proxy_base_url = http://controller-1.domain.com.br:6082/spice_auto.html
keymap = en-us
server_listen = ::
server_proxyclient_address = cnode-1.mng.domain.com.br
---

Thanks!!