<div dir="ltr">Hello, just joined this mailing list. Reason being is that most of the openstack documentation out there is too scattered and not very accurate. Learned this when my company setup our openstack cluster. I have a very simple question today, something that isn't working properly. We deployed a full stack, with a complex network setup. Everything is working perfectly, minus the vnc issue. I've googled and looked around, the few legitimate open "ticket" types I found posted zero solution.<br>
<br>Simply put, what is the standard configuration / syntax needed for the base vnc to work?<br><br>Here's my current configuration, we use a controller running almost everything, then just add computes to the pool.<br>
<br>Controller - 10.5.15.200<br><br>compute - 10.5.15.46<br><br>Controller nova.conf vnc;<br><br># novnc<br>novnc_enabled=true<br>vncserver_listen=0.0.0.0<br>novncproxy_port=6080<br>novncproxy_base_url=<a href="http://10.5.15.200:6080/vnc_auto.html">http://10.5.15.200:6080/vnc_auto.html</a><br>
vncserver_proxyclient_address=10.5.15.200<br><br><br>controller node nova.conf vnc excerpt;<br><br># novnc<br>vnc_enabled=True<br>vncserver_proxy_client_address=10.5.15.46<br>novncproxy_base_url=<a href="http://10.5.15.200:6080/vnc_auto.html">http://10.5.15.200:6080/vnc_auto.html</a><br>
vncserver_listen=10.5.15.46<br>vncproxy_url=htp://<a href="http://10.5.15.200:6080">10.5.15.200:6080</a><br><br>What my real problem here is that no logs display any useful information regarding this access, so there are no errors. This is the only thing I can find when the console is trying to be accessed, ( and it's not an error, just grey display ).<br>
<br>"2013-10-03 15:38:51.986 AUDIT nova.compute.manager [req-b6c58c68-a576-4538-92c8-e48e8007d609 07f9a9fa5fc442b0a9080fe3fcc08e97 dd5921e33a4741cb94a6e947367b9e2b] [instance: 174ca6ef-7d55-4467-9990-0de31fb25c80] Get console output<br>
2013-10-03 15:50:17.455 AUDIT nova.compute.manager [req-cefc737e-8eeb-4fae-b56e-8d685052ec3e 07f9a9fa5fc442b0a9080fe3fcc08e97 dd5921e33a4741cb94a6e947367b9e2b] [instance: 174ca6ef-7d55-4467-9990-0de31fb25c80] Get console output<br>
2013-10-03 16:00:54.847 AUDIT nova.compute.manager [req-8a43b0d9-6dac-4dbd-a639-829843d402c2 07f9a9fa5fc442b0a9080fe3fcc08e97 dd5921e33a4741cb94a6e947367b9e2b] [instance: 174ca6ef-7d55-4467-9990-0de31fb25c80] Get console output<br>
"<br><br>If someone can simply point me to the right syntax for the vnc directives needed, ( please don't like the documentation... ) or let me know their working vnc config. Sorry if the syntax for this mailing list is off, was in a hurry to find and resolve this.<br>
<br>Thanks community,<br><br>Kody.<br></div>