Ubuntu XEN and novncproxy
Hi there
On my laboratory I am currently switching now from KVM to XEN 4.6. Don't ask why, I just love the combo XEN and Debian. I am using Ubuntu 16.04, Openstack Mitaka, XEN 4.6. Currently with an linuxbridge-setup. By connecting to the webconsole via VNC I get an issue... Failed to connect to server (code: 1006)
"nova get-vnc-console bce90112-d3b9-466f-8275-819c33f6aef0 novnc" gives me the url for acces
inside the nova.conf I've tried with:
enabled = True vncserver_listen = 0.0.0.0 agent_enabled = True vncserver_proxyclient_address = 192.168.253.10 novncproxy_base_url = http://192.168.253.10:6080/vnc_auto.html xvpvncproxy_base_url = http://192.168.253.10:6081/console xvpvncproxy_port = 6081
I've tried to debug it. But I couldn't resolve the issue. Below my log.. http://paste.openstack.org/show/603370/
the issue I have got only with XEN. Under KVM I get an console, but thats not what I want :)
By the way what is the best to connect over xvpvnc from MacOSX?
thanks in advance.
please can you tell me how did you integrate xen (on centos 7) as a compute node, I didn't find a good tutorial to do that (OpenStack Newton)