change public api url
I have a private cloud Openstack setup (kilo) behind firewall. I got a requirement to access Openstack from Internet using its APIs. To enable accrss from Internet, created a ptoxy server in DMZ that forwards requests to Openstack behind firewall.
When 'keystone endpoint-list' equivalent is used from Internet, it provides public URL which in side the firewall. Can I change the public URL IP to that of DMZ server? How to change? Will it beak anything?
I am using Horizon UI in internal network.