Openstack Installer Public IP of Horizon
I installed Openstack as a Single Installation as described in the Docs
So far it seems that all Services were installed successfully. The Problem i have is that the Dashboard / Horizon has an internal IP Address so i cant access the actual Dashboard with my Browser.
Is there any Workaround to give the Dashboard a Public IP Address so i have access to the Dashboard?
How can i access the Dashboard from the public?
There seems no Apache or nginx Server installed, do i have to install a webserver first? I did not found anything in the Docs. MYSQL is also not installed on the Server.
The Server has a Public IP, but as i said it seems that this Public IP is never used.
lxc-ls -f
NAME STATE IPV4 IPV6 AUTOSTART
--------------------------------------------------------------------------------------
openstack-single-root RUNNING 10.0.6.1, 10.100.1.230, 192.168.122.1 - YES
openstack-status
says the IP of the Dashboard is 10.0.6.151 which is an internal IP. The Login URL which is shown is https://10.0.6.151/horizon
which is of course not reachable since its an internal Server IP.