Your configuration looks right to me. Seems a browser or plugin issue. Can you 
try browsers like google chrome and firefox.

From: kody abney [mailto:[email protected]]
Sent: Thursday, October 03, 2013 1:06 PM
To: [email protected]
Subject: [Openstack] deployment vnc issues -

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.

Simply put, what is the standard configuration / syntax needed for the base vnc 
to work?

Here's my current configuration, we use a controller running almost everything, 
then just add computes to the pool.

Controller - 10.5.15.200

compute - 10.5.15.46

Controller nova.conf vnc;

# novnc
novnc_enabled=true
vncserver_listen=0.0.0.0
novncproxy_port=6080
novncproxy_base_url=http://10.5.15.200:6080/vnc_auto.html
vncserver_proxyclient_address=10.5.15.200


controller node nova.conf vnc excerpt;

# novnc
vnc_enabled=True
vncserver_proxy_client_address=10.5.15.46
novncproxy_base_url=http://10.5.15.200:6080/vnc_auto.html
vncserver_listen=10.5.15.46
vncproxy_url=htp://10.5.15.200:6080<http://10.5.15.200:6080>

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 ).

"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
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
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
"

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.

Thanks community,

Kody.
_______________________________________________
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to     : [email protected]
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack

Reply via email to