Hi all,

I've deployed the overcloud and launched a VM but I cannot VNC to the console.

Seeing in the logs I see this:

2015-05-22 14:27:57.573 1140 TRACE nova   File "/usr/lib64/python2.7/socket.py", line 224, in meth
2015-05-22 14:27:57.573 1140 TRACE nova     return getattr(self._sock,name)(*args)
2015-05-22 14:27:57.573 1140 TRACE nova error: [Errno 98] Address already in use
2015-05-22 14:27:57.573 1140 TRACE nova 

My guess is that nova.conf in controllers nodes should have:

nova.conf:novncproxy_base_url=http://VIP:6080/vnc_auto.html
novncproxy_host=VIP

Instead of:

nova.conf:novncproxy_base_url=http://0.0.0.0:6080/vnc_auto.html
novncproxy_host=0.0.0.0

Regards,
Pedro Sousa