[Openstack] I can't get nova-novncproxy to listen on the specified address
Ludwig Tirazona
ljtirazona at gmail.com
Tue Feb 9 07:37:16 UTC 2016
Hello Everyone,
I just can't get my nova-novncproxy to only listen to my public IP
Address. What am I doing wrong?
Here is the relevant part of my nova.conf:
[vnc]
enabled = true
vncserver_listen = <my pub IP>
vncserver_proxyclient_address = <my pub IP>
novncproxy_host = <my pub IP>
#novncproxy_base_url = http://my.url:6080/vnc_auto.html
novnproxy_port = 6080
Even after doing a "service nova-novncproxy restart", here is the output of
my netstat:
tcp 0 0 0.0.0.0:6080 0.0.0.0:* LISTEN
nova
Here is my ps aux:
21035 0.0 0.0 232644 49868 ? Ss 15:16 0:00 /usr/bin/python
/usr/bin/nova-novncproxy --config-file=/etc/nova/nova.conf
--log-file=/var/log/nova/nova-novncproxy.log
Any help or pointers are greatly appreciated. Thanks!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack/attachments/20160209/44415d04/attachment.html>
More information about the Openstack
mailing list