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?
_______________________________________________ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.openstack.org Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack