I have followed multiple guides on how to properly setup the Spice protocol to use in place of VNC, but for some reason I can not get it to work. I have configured my my nova.conf like so:
(Only putting in the relevant parameters)
#vncserver_proxyclient_address = my controller IP
#vncserver_listen = 0.0.0.0
vnc_enabled=false
#novncproxy_host = 0.0.0.0
#novncproxy_port = 6080
#novncproxy_base_url = http://mycontroller:6080/vnc_auto.html
[spice]
agent_enabled = True
enabled = True
keymap = en-us
html5proxy_base_url = http://mycontroller:6082/spice_auto.html
server_listen = 0.0.0.0
server_proxyclient_address = my controller IP
I've restarted the appropriate services, and rebooted my controller/compute node... I'm wondering if this is something vSphere related? Just an FYI, VNC works just fine when I uncomment the settings and set to true. Does it have anything to do with ports open on the hypervisor?