Unable to access horizon
Hello. After installing OpenStack with LXD on GoogleCloud (Ubuntu 18.04) using conjure-up, I am unable to access horizon (via website). I have tried ‘juju expose openstack-dashboard’ and ‘sudo iptables -t nat -A PREROUTING -p tcp -d 35.231.26.151 --dport 80 -j DNAT --to-destination 10.213.223.246’ but horizon is still unavailable. I also activated net.ipv4.ip-forward=1 but still no response. What else should I check? Thanks.
Have you disabled the FirewallD and SElinux packages? These packages usually block the display of the Dashboard.
Can you ping horizon from another machine in it's subnet? Does juju status show that everything is active and idle?