novncproxy_base_url Multiple FQDN/IP
Hi,
Our Openstack controller has more than one public interface address, let's say 10.10.10.10 and 20.20.20.20. I want to have relative NoVNC proxy URL on Dashboard based on how the user reach the Dashboard. For example, if the user access the Dashboard by 10.10.10.10 then the URL should be http://10.10.10.10:6080/vnc_auto.html and vice versa, including the access using FQDN. I have bind NoVNC to all interface address (0.0.0.0) so the problem is only how to entry novncproxy_base_url variable on nova.conf for this case. Any thought?
Best regards,