<div data-empty="true" style="font-family: arial; font-size: 12px;">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.<br><br>nova.conf on controller:<br><br>my_ip = 192.168.116.21<br><br>[vnc]<br>enabled = true<br>server_listen = $my_ip<br>server_proxyclient_address = $my_ip<br>novncproxy_host = $my_ip<br><br><br><br>nova.conf on compute:<br><br>my_ip = 192.168.116.23<br><br>[vnc]<br>enabled = True<br>server_listen = 0.0.0.0<br>server_proxyclient_address = $my_ip<br>novncproxy_base_url = <a target="_blank" href="http://controller:6080/vnc_auto.html">http://controller:6080/vnc_auto.html</a><br><br><br><br>controller in the host file resolves to 192.168.116.16, the VIP on HAProxy.<br>Is there something wrong with this configuration? Does anybody else have this problem with the console iframe when using HAProxy?</div>