[Openstack] I can't get nova-novncproxy to listen on the specified address
Markus Zoeller
mzoeller at de.ibm.com
Wed Feb 10 16:57:04 UTC 2016
> ----- Message from Remo Mattei <Remo at Italy1.com> on Tue, 9 Feb 2016
> 07:21:17 -0800 -----
>
> To:
>
> Ludwig Tirazona <ljtirazona at gmail.com>
>
> cc:
>
> openstack at lists.openstack.org
>
> Subject:
>
> Re: [Openstack] I can't get nova-novncproxy to listen on the specified
address
>
> What does the log say under /var/log/nova?
>
> Inviato da iPhone
>
> Il giorno 08 feb 2016, alle ore 23:37, Ludwig Tirazona
<ljtirazona at gmail.com
> > ha scritto:
> 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!
> !DSPAM:1,56b99a82261194563817953!
Hi Ludwig,
which Nova version do you use? The two options "novncproxy_host" and
"novncproxy_port" are in the "vnc" group with commit [1] since 4th of
February 2016. Before of that commit they were in the "DEFAULT" group.
The other VNC releated options like "novncproxy_base_url", "enabled",
"keymap" and others are in the "VNC" group with commit [2] since
23rd of June 2015. There is a big time gap between those two.
[1] https://git.openstack.org/cgit/openstack/nova/commit/?id=11a42d4
[2] https://git.openstack.org/cgit/openstack/nova/commit/?id=380c4d7
Regards, Markus Zoeller (markus_z)
More information about the Openstack
mailing list