[Openstack] Openstack Dashboard console iframe

Torin Woltjer torin.woltjer at granddial.com
Thu Jun 7 14:21:11 UTC 2018


When using haproxy for the openstack dashboard the iframe for the instance console stops working. The console does work without the iframe, if I open it in its own window.

nova.conf on controller:

my_ip = 192.168.116.21

[vnc]
enabled = true
server_listen = $my_ip
server_proxyclient_address = $my_ip
novncproxy_host = $my_ip

nova.conf on compute:

my_ip = 192.168.116.23

[vnc]
enabled = True
server_listen = 0.0.0.0
server_proxyclient_address = $my_ip
novncproxy_base_url = http://controller:6080/vnc_auto.html

controller in the host file resolves to 192.168.116.16, the VIP on HAProxy.
Is there something wrong with this configuration? Does anybody else have this problem with the console iframe when using HAProxy?

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack/attachments/20180607/9d5803fc/attachment.html>


More information about the Openstack mailing list