First time here? Check out the FAQ!
![]() | 1 | initial version |
If you would do cat /etc/passwd that should show this
horizon:x:121:131::/var/lib/openstack-dashboard:/bin/false
In my case it was set incorrectly and hence fixed it like this
root@ozt:/var/lib/openstack-dashboard# chown horizon:horizon secret_key root@ozt:/var/lib/openstack-dashboard# service apache2 restart