While logging into the Openstack Horizon UI, you might get the following error.
Forbidden
You don't have permission to access / on this server.
Apache/2.4.6 (Ubuntu) Server at 192.168.57.30 Port 80
You can simply solve it.Step1
Modify /etc/apache2/sites-available/horizon.conf with the line "Require all granted" as per below:Step2
Restart apache server by running following command on your terminal.sudo service apache2 restart
You should be able to access horizon now. Hope it will work.
No comments:
Post a Comment